html, body, p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
body{
	
    font-size:12px;
    font-family:"century gothic", Sans-Serif;
    background:#161d2c url(images/pic-bg2.jpg) no-repeat center top;
   
}


.clear {clear:both;}


p
{
    font-size:1.3em;
    line-height:1.4em;
    color:#333333;
  
}

em
{
    color:#1d213c;
    font-variant:none;
    font-style:none;
}

#whitetext{
   color:white;
}

#darktext{
   color:#1d213c;
}

h1 {
    font-size:22px;
    padding-left:45px;
    font-weight:none;

}

h2 {
    color:#1d213c;
    font-size:12px;
    font-style:none;
}

h3 {
   
   margin-top:15px;  
}

h4 {
  font-size:1.2em;   
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

#topcontent{
    margin:0px auto;
    height:30px;
    width:940px;
    background: url(images/top-content2.png) no-repeat top;
    
}


div#page {
    margin:0px auto;
    padding-bottom:30px;
    width:940px;  
    background:url(images/middle-content2.png) repeat-y;
}

div#container {
	padding: 45px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
#navigation{
    margin:0 auto;
    margin-top:120px;
    width:866px;
    height:27px;   
   
}

#bottomcontent{
    margin:0px auto;
    height:30px;
    width:940px;
    background:url(images/bottom-content2.png) no-repeat  top;
}

div#footer {
    width:860px;
    height:50px;
    margin: 0 auto;
    text-align:right;
    font-size:1.0em;
}

div#footer p,a
{
    font-size:11px;
    color:white;
}

div#footer a{
    font-size:11px;

    text-decoration:underline;
}


