* {
	margin: 0;
	padding: 0;
}

body {
background: #404347 url(../images/bg.gif) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #f7f7f7;
}

a { color: #FFF; text-decoration: none; }
a:hover { text-decoration: underline; }

.nav_link {
	color: #FFF;
	font-size:14px;
}

.nav_link_bold {
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	font-style:italic;
}

#wrap {
width: 980px;
margin: 0 auto;
}

#header {
margin: 25px 0 15px 0;
width: 980px;
height: 200px;
background-image:url(../images/header_main2.png);
}

#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -2px;
}

#header h1 a {
color: #FAFFB0;
text-decoration: none;
}

#header h1 a:hover {
color: #eee;
text-decoration: none;
}

#header h2 {
color: #999;
font-size: 18px;
font-weight: 100;
}

#content {
float:left;
width: 550px;
border-right: 1px solid #CC3300;
border-left: 1px solid #CC3300;
padding: 0px 20px 0px 20px;
text-align: justify;
}

#content h2 {
/*color: #BB1511;*/
color: #CC3300;
font-size: 16px;
/*font-weight: 100;*/
font-weight: bold;
padding: 10px 0 5px 0;
margin-bottom: 10px;
}

#content h2 a {
color: #CC3300;
text-decoration: none;
}

#content h2 a:hover {
color: #eee;
}

#leftmenu {
float: left;
width: 145px;
padding: 0 20px 20px 0;
/*border-right: 1px solid #CC3300;*/
}

#leftmenu h2 {
border-bottom: 1px solid #CC3300;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #CC3300;
font-size: 16px;
font-weight: bold;
}

#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#leftmenu tr td{
	border:1px;
}

#rightmenu {
float: left;
width: 200px;
padding: 0 0px 20px 20px;
/*border-left: 1px solid #CC3300;*/
}

#rightmenu h2 {
padding: 10px 0 5px 0;
margin-bottom: 10px;
/*color: #B0FFBD;*/
color: #CC3300;
font-size: 16px;
font-weight: 100;
}

#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#footer {
margin-top: 5px;
height: 75px;
/*border-top: 1px solid #CC3300;*/
font-size: 14px;
text-align: center;
background-image:url(../images/footer.gif)
}

#footer a { 
}

#footer a:hover {
}

.rotator_controls { 
display:none;
}

a img { 
border:none; 
}
