* {
    padding: 0;
    margin: 0;
} 

body {
background: #3A0404 url(images/page_bg.jpg) repeat-x;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: .74em;
margin: 0;
padding: 0;
color: #ccc;
}

a,a:link,a:active,a:visited { color: #ffea00; outline: none; text-decoration: none;  }

a:hover { color: #FFA405; }

img {border: none;}
a img{border: none;}


#wrap {
width:720px;
margin:0 auto;
}

#intro { 
background: #333 url(introo.jpg) no-repeat;
margin: 0 auto;
height: 346px;
text-align: right;
}

#intro h1 { 
color: #eee;
font-size: 2em;
padding: 10px 10px 0 0;
font-weight: 100;
letter-spacing: 2px;
}

#intro h2 { 
color :#ccc;
font-size: 1.8em;
padding: 0 10px 0 0;
font-weight: 100;
}


#nav {
margin: 0 auto;
padding: 0;		
}
#nav ul {
float: left;
list-style: none;
margin: 0;	
padding: 0;	
height: 56px;		
}
#nav ul li {
float: left;
margin: 0; padding: 0;
height: 56px;
}
#nav ul li a {
display: block;
float: left;
width: auto;
margin: 0;
padding: 0 20px;
color: #bbb;
font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
text-decoration: none;	
letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
color: #fff;	
background: #3a0404;	
}
#nav ul li#rss a {	
color: #FF8B00;	
}

#content {
float:left;
width:470px;
background: #730F11;
padding:10px;
text-align: justify;

border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: white;
border-right-color: white;
border-bottom-color: white;
border-left-color: white;
background-color: #901315;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
}

#navigation {
float:right;
width:200px;
padding: 10px;
}
#navigation ul { list-style: none; text-align: left; padding-left: 20px; font-size: 1.3em; font-weight: 600;}

#footer{
clear:both;
background-color: #3a0404;
padding: 10px;
text-align: center;
}