/* Basics CSS*/



body {

 margin: 2px 0;

 color: #FFED93;

 background: #303030;

 padding:0;

 font: 0.96em/1.6 Comic Sans Ms, Helvetica, sans-serif;

 }



a:link {

color: #FFED93;

text-decoration: none;

}

a:visited {

text-decoration: none;

color: #FFED93;

}

a:hover {

text-decoration: none;

color: #FFED93;

}

a:active {

text-decoration: none;

color: #FFED93;

}



h1 {

 font-size: 1.7em;

}



h2 {

 font-size: 1.7em;



}



h3 {

 font-size: 0.8em;
 
 }

#outer {

 width: 820px;

 margin: 0 auto;

 background: #303030  url(bg.gif) repeat-y;

 }



#hdr {

 padding-top: 145px;
 background: #303030 url(headerlogo.gif) no-repeat;


 }



#hdr h1 {

 color: #FFED93;

 background:#303030;

 font-size: 0.3em;

 font-weight: bold;

 text-align: center;

 text-transform: uppercase;

 margin: 0;

 padding: 0.01em;

 border:solid #303030;	

 border-width:1px 0 1px 0;

 }



#nav {

 float:left;

 width:120px;

 padding: 0.01em;

 text-align: center;

 background: url(images/divider.gif) no-repeat bottom center;

 padding-bottom: 1px;

}

#nav ul {

 background: url(images/divider.gif) no-repeat top center;

 margin: 0;

 padding: 0 1px ;

 list-style: none;

}

#nav li {

	margin: 0.1px;

}

#nav h2 {



}





#cont {

 float: right;

 width:620px;

 padding: 0.1em;

 }

#cont h2 {

 color: #FFED93;

}



#ftr {

 clear: both;

 background:#303030;

 font-size: 0.8em;

 text-align: center;

 border-top: 1px solid #000;

 margin: 1em 0 0 0;

 }

#centerImg

{

float: center;

width: auto ;

height: auto ;

padding: 0 0px 0px 0;

}


#leftImg

{

float:left;

width: auto;

height: auto;

padding: 0  0px 0px 0;

}


#rightImg

{

float:right;

width: auto;

height: auto;

padding: 0 0 0px 0px ;

}







#leftImg1

{

float:left;

padding: 0 0px 0px 0;

}



#rightImg1

{

float:right;

padding: 0 0 0px 0px;

}

