@charset "utf-8";
/* CSS Document */

/*resets*/
body{margin:0px; padding:0px; line-height:1.25em; font-family:hevetica, sans-serif; font-size:10pt; background:#efefef;}

/*typography*/
p{max-width:500px;}

/*page layout*/

#content{min-height:300px;}

#main{
width:950px;
margin: auto;
margin-bottom:20px;
}
#navigation{
text-align:right;
}
#navigation li{
list-style-type:none;
display:inline-block;
padding:0px;
margin:0px 10px;
float:left;
}
#navigation ul{margin:0px; padding:20px 0px; float:right;
}

#footer{
margin:auto;
background: #080808;
height:120px;
padding:10px 0px;
}
#footer_content{
width:950px;
margin:auto;
text-align:right;
color:#CCCCCC;
}
/*graphics*/
#banner{background:url(/images/banner.png) no-repeat top center #222; height:400px; margin:auto;}
.xhtml a{color:green; text-decoration:none;}
.css a{color:orange; text-decoration:none; margin:0px 20px 0px 0px;}
.rssfeed a{color: #CC0000; text-decoration:none; margin:0px 20px 0px 0px;}