/* CSS Document */

* { padding:0; margin:0; }

body {
	background:#000000;
	margin: 0;
	padding: 0;
	}
	
#main { width:1000px;
		margin:0 auto; }		


#top_banner {width:990px;
height:150px;
text-align:center;}


#topNav{
	width:1000px; height:30px; margin:0 auto;
	background:url(images/top_nav_bg.gif) no-repeat 0 0 #e2cd96; color:#000000;
	clear:both;}

/* -- top navigation end -- */


#flash{
width:1000px;
height:431px;
margin:0;
clear:both;
}

#content{ padding-top:8px; width:1000px; clear:both; background:url(images/content_bg.jpg) repeat-x #e6d29f; float:left;}

#col_one { 
display : inline;
width : 1000px;
float : left;
padding-left:0px;
} 

#col_one h2 { 
background-color : #e1ce93;
color : #000000;
font-family : verdana;
font-size : 16px;
padding-top : 3px;
padding-left : 5px;
padding-bottom : 4px;
} 



#col_one p { 
font-size : 0.9em;
width:650px;
line-height:20px;
text-align : justify;
background:none;
margin-left : 5px;
margin-right : 5px;
margin-top : 5px;
padding : 3px;
float:left;

}  

#col_two { 
width : 900px;
float : left;
padding-left:110px;
padding-top:20px;
padding-bottom:20px;
} 

#flash1 { 
margin-top : 5px;
margin-left : 20px;
margin-right : 20px;
padding : 3px;
border : 1px solid #03b71f;
float:left;
width:200px;
}

#col_two h2 { 
background-color : #e1ce93;
color : #000000;
font-family : verdana;
text-align:center;
font-size : 16px;
padding-left : 5px;
padding-top : 3px;
padding-bottom : 4px;
margin-bottom:5px;
} 

#footer { 
font-size : 0.8em;
background-color : #dabd69;
display : inline;
float : left;
width : 1000px;
padding-bottom : 10px;
text-align : center;
padding-top : 10px;
padding-bottom : 5px;
} 

#footer a
{font-weight:bold;
text-decoration:none;
color:#000000;}

#footer a:hover
{font-weight:bold;
color:#002e5d;}

