/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	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 {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

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

h1 {margin-left:0px;padding-top:20px; padding-left:0px; text-shadow:1px 1px #aaa; font-size:24px; font-weight:bold; color:#8F1917; left 6px no-repeat}
h3, h4, h5, h6 {margin:20px 15px 15px 15px; font-weight:bold; font-family:Tahoma, Verdana, sans-serif; color:#000}
h2 {clear:both;margin:25px 15px 15px 15px; font-size:30pt; font-weight:bold; font-family:Tahoma, Verdana, sans-serif; color:#000}
h3 {font-size:22px; font-weight:normal}
ul, ol, dl, li {margin:0}
p {width:90%; text-align:left; line-height:18px; letter-spacing:.4px; word-spacing:15%; margin:15px 15px 14px 15px}
a {color:#a63c3c; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
	
.clear {clear:both; float:left}

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

body {font-size:14px; font-family:Tahoma, Verdana, sans-serif; color:#000; background:#ac1e1e url(../images/body_bg.jpg) 50% top repeat-x}

#wrapper {width:830px; overflow:hidden; margin:0 auto; padding:0 220px}
	
	#header {float:left; display:inline; height:60px;margin:0 0 40px 5px}
	
	#navigation {float:right; display:inline; list-style-type:none; padding-left:13px; width:500px}
		#navigation #index { padding-top:5px; height:51px; width:95px; border-left:2px groove #bbbbbb}
		#navigation #about_us { padding-top:5px; height:51px; width:95px}
		#navigation #contact_us { padding-top:5px; height:51px; width:95px}
		#navigation li {float:right; margin:0; font-size:14px; font-weight:bold; border-right:2px groove #bbbbbb}
			#navigation li a {display:block; height:41px; padding-top:16px; text-align:center; color:#8F1917; text-decoration:none}
				#navigation li a:hover {color:#62acff; text-decoration:none}
	
	#content {clear:both; width:804px; padding:0 13px; background:#FAF8F9 url(../images/content_bg.jpg) 50% top no-repeat}
	
		#main_content {float:left; width:526px; margin:0 0 30px 0}
						
			.two_columns {float:left; display:inline; margin-right:30px; width:247px}
			#main_content .two_columns p {width:247px}
			#main_content p {width:526px}
			#main_content .right_column {margin:0}
	
		#sidebar {float:right; display:inline; width:247px; margin-left:30px}
				
		#footer {clear:both; padding:100px 0 30px 0; font-size:.85em}
		
		
		
		