/* CSS Document */

/*##############################################################
  Eric Meyer's Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
/*table, th, td {   border: 1px solid white;}*/
table {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*##############################################################
  Element Styles
##############################################################*/


h1, h3, h4, h5, h6 {margin:20px 0 15px 0; font-weight:bold; font-family:Helvetica, Arial, Verdana, sans-serif; color:#fff}
h1 {font-size:26px;}
h2 {clear:both;margin:50px 0 15px 0; font-size:48pt; font-weight:bold; font-family:Helvetica, Arial, Verdana, sans-serif; color:#fff}
h3 {font-size:22px; font-weight:normal}
ul, ol, dl, li {margin:15px 0 0}
p {width:100%; text-align:justify; margin:15px 0 0 0}
a {text-decoration:underline; outline:none}
	/*a:hover {text-decoration:none}*/

a:link {
COLOR: #fff;
}
a:visited {
COLOR: #fff;
}
a:hover {
color:#a63c3c;
}
a:active {
color:#a63c3c;
}
	
.clear {clear:both; float:left}

/*##############################################################
  Layout Styles
##############################################################*/

/*body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#f1f0f0; background:#141213 url(../images/body_newbg.jpg); }/*### 50% top no-repeat}*/
body {
	font-size:14px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#f1f0f0;
	background-color: #FFFFFF;
	margin: 10px auto;
	width: 1200px;
	background-image: url(body_newbg.jpg);
	background-repeat: repeat;
/*	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#wrapper {
	width:1200px;
	overflow:hidden;
	padding:0 30 0 30;
	background-color: #000000;
}
	
	#header {
	width:1150px;
	height:80px;
	margin:0 0;
	background-color: #000000;
	padding-left: 10px; padding-right: 10px; 
}
	/* Responsive page should adjust Navigation width to 250 or something*/
	#navigation {height:52px; width:1150px;  padding-right: 22px; border-right:1px solid #000; border-top:3px solid #a63c3c; border-bottom:3px solid #a63c3c;list-style-type:none; background:url(nav_bg.png) 50% top repeat-x}
		#navigation li {float:left; width:164px; margin:0; font-size:18px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#fff}
			#navigation li a {display:block; height:35px; padding-top:16px; border-right:1px solid #1c1b1b; border-left:1px solid #000; text-align:center; color:#fff; text-decoration:none}
				#navigation li a:hover {color:#a63c3c; text-decoration:none}

#content {
	width:1150px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #020202;
}

#subaru {
	width:900px;
	padding-left: 10px;
	padding-right: 10px;
	border:4px solid #993333;
}
#NEX {
width:1000px;
}
	
	#message {
	width:1100px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #CCCCCC;
}
	
		#main_content {float:left; display:inline; width:1086px; margin:0 0 30px 30px;}
			/*#main_content p {width:1086px}*/
			.two_columns {float:left; display:inline; margin-right:30px; width:517px}
			/*#main_content .two_columns p {width:517px}*/
			#main_content .right_column {margin:0}
			/*#main_content .two_columntwo p {width:750px}
			#main_content .two_columnthree p {width:600px}*/
				
		#footer {clear:both; padding:100px 0 30px 0; font-family:Helvetica, Arial, Verdana, sans-serif; font-size:.85em}
		
