@charset "utf-8";
/* CSS Document */

/***** Universal Settings *****/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	background: #444444;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	color: #262f33; /* Very Dark Grey */
}

strong {
	font-size: 13px;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
}

a {
	color: #262f33;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

/***** Page Container *****/

#splash {
	width: 545px;
	margin: auto;
	margin-top: 0px;
}

#page-container {
	width: 930px;
	margin: auto;
	margin-top: 20px;
	background-image: url(images/whiteblur.jpg);
}

/***** Navigation Bar *****/

#navbar {
	float: right;
	width: 280px;
	background: #4c545b; /* Dark Grey */
}

#navbar .padding {
	padding: 25px;
	padding-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	}

#navbar h1,
#navbar h2,
#navbar p
{
	color: #f6f1f7; /* Light Beige */
}

#navbar dt {
	color: #f6f1f7; /* Light Beige */

	padding-bottom: 10px;
	font-size: 16px;
}

#navbar dd {
	color: #f6f1f7; /* Light Beige */
	padding-bottom: 10px;
}

#navbar a {
	color: #f6f1f7;
	text-decoration: none;
}
	
#navbar a:hover {
	color: #990000;
}

/***** Content Section *****/

#content {
	margin-right: 280px;
	min-height:700px;
	height:auto !important;
	height:700px;
}

#content .padding {
	padding: 15px;
}

#logo {
	width: 360px;
	height: 160px;
	text-indent: -9000px;
	background: url(images/TheMews.gif) no-repeat;
	margin: 0 auto;
}

#content #leftcolumn {
	float: left;
	width: 300px;
}

#content #rightcolumn {
	float: left;
	margin-left: 10px;
	width: 300px;
}

.clearfix {
	clear:both;
}

#content a {
	color: #262f33;
	text-decoration: none;
}

#content a:hover {
	color: #990000;
}

#content .scriptcap {
	float: left;
}

#content .imagefloatleft {
	float: left;
	padding: 10px;
}

#content .imagefloatright {
	float: right;
	padding: 10px;
}

#content .facebook {
	text-align: center;	
	padding-top: 20px;
}

#content .facebook a {
	text-decoration: none;
	border: none;
}

/***** SCROLLBAR FIX FOR FIREFOX *****/

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/***** DESIGN BY TNA *****/

#designbytna {
    margin: 20px 5px 2px 0px;
	text-align: right;
	color: #aaa;
}
#designbytna a, #designbytna a:hover, #designbytna a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #C52644;
}
