@charset "utf-8";
/* CSS Document */
html{
	
	background-image: url(images/bg.jpg);
	
	}
	
	
body {
text-align:center;
font-family:Arial,sans-serif,Helvetica,;
font-size:100%;
	}

a{
text-decoration:none;
color:#FFF
	}
	
	
a:link {
	color: #FFF;
	}
	
a:hover {
	color:#FC3;
	}
a:active {color:
#06F}
	
a.selected{
font-weight:bold;
	}
	
p{
color:#333
line-height: 21px;
	}
		
h2{
color: #00F	
font-size: 30px;
	}	


h4{
padding-left: 1em;	
	}
	
li{
list-style:none;

	}
	
#container{
	margin:auto;
	width:976px;
	/*background:red;*/
	text-align:left;
	height:auto;
	}
	
	
#logo{
position:relative;
	
	}	
	
#logo h3{
	text-indent:-9999px;
	background: url(images/logo.png) no-repeat;
	position: relative;
	height:72px;
	margin-bottom: -5.3em;
	z-index:0.8;
	}	
	
#header{
/*position:relative;*/	
	}
	
#header h1{
	text-indent:-9999px;
	background: url(images/main_header.png) no-repeat;
	position: relative;
	height:325px;
/*min-width: 976px;*/
	z-index:2;
	margin-bottom: -2.2em;
	
	
	}
	

#main{
position:relative;
background: url(images/mid.png) repeat-y;
padding-bottom: 4em;
/*min-height:500px;*/

	}



#secondary {
float:left;
width:188px;
padding-top: 2em;
background: url(images/side_bar_top.png) no-repeat -0.2px 0;
/*display: inline;*/
position:relative;

	}


#secondary ul{
padding: 0 0 0 31px;
margin: 6px 0 0 0 ;	
	}
	
#secondary li{

font-weight:bold;
border-bottom: 1px dashed #FC0;
padding: 15px 0 11px 0;
margin-right: 30px;
	
	}
	
#primary {
	margin-left: 200px;
	margin-right: 150px;
	background: url(images/bg_logo.png) no-repeat;
	/*height:400px;*/
	/*height: inherit;*/
	font-size:0.9em;
	line-height:1.5em;
		 }
		 
#primary h2{
	
padding: 46px 0 10px 0px;
border-bottom: 2px dotted #ffd201;
color:#00F;


	}
	
#primary p{
	padding-left: 16px;
	padding-right: 0px;
	}
	
.float_left{
	float:left;
	margin: 0 20px 5px 0;
}	
#footer {
	text-indent:-9999px;
	background: url(images/footer.png) no-repeat;
	
	/*background: #74b1d9;
	text-align: left;*/
	padding-top: 2px;
	padding-bottom: 2px;
	
	/*color: white;*/
	/*width: 852px;*/
	/*height:3x;*/
	}

a.link_color {
	color:#00F; 
	
	}
	
.collage {
	display:block;
   margin:0 auto;
   text-align:center; 
}

li.bullet{
	list-style-position: outside;
	list-style-type: disc;
	}
	
	
/*ul.bullet{;
	list-style-position: inside;
	list-style-type: circle;
	}*/
	