* {
	margin: 0;
	padding: 0;
}

body {
background: #000000 url() repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #fff;
}

a {
text-decoration: none;
color: #FF0000;
}
a:hover {
text-decoration: underline;
color: #990000;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 160px;
background: #000000 url(images/header.png) no-repeat;
text-align: right;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 120px 40px 0 0;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #FF0000;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#content {
background: #000000 url() repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
float: left;
width: 180px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #FF0000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #000000;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

			/*LEFT MENU*/
cathead {
margin : 0;
padding :0 0 5 5px;
font : 110% helvetica, "Trebuchet MS",arial, sans-serif;
letter-spacing : 0px;
color : #FF0000;
text-transform : uppercase;

}

			
#leftnav {
float: left;
width: 148px; 
margin : 0;
padding : 5px 0 0 0px;
border-right : 1px solid #FF0000;
border-left : 1px solid #FF0000;
border-top : 1px solid #FF0000;
border-bottom : 1px solid #FF0000;
color : #003300;
background : url(images/catnav_back.jpg) no-repeat top center;
} 


#navlist li  {
width: 148px; 
list-style-type : square;
margin : 0 0px 0 0;
padding : 0;
background:#CCC;
border-bottom : 1px solid #ffffff;
color : #000000;
}


#navlist li a  {
width: 148px;  
list-style-type : square;
margin : 10px 10px 10px 10px;
padding : 0;
background:#CCC;
color : #000000;
}


#leftnav img {
width: 10px; 
margin: 0;
padding: 5px 0 0 0px;
}

.menu {
float: right;
width: 150px;

}




.articles { 
padding: 10px; 
color: #999999;
}

#bottom {
background : #FF0000 url() no-repeat;
height: 126px;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #ffffff;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #fff; }
