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

body {
background-color: #242424;
background-position: top;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #CCCCCC;
padding-top: 20px;
padding-left: 20px;
}
#wrapper {
width: 950px;
float: left;
}
#floatright {
float: right;
}
#leftbar {
width: 350px;
float: left;
}
#menu {
width: 200px;
float: right;
padding-top: 50px;
}
#content {
width: 570px;
float: right;
}
p {
margin: 0px;
color: #CCCCCC;
}
img {
border: 0px;
}
.style1 {	color: #666666; }
.style2 {	font-size: 12px; font-style: italic; }
.style3 {
	font-size: 11px;
	color: #999999;
	margin-top: 20px;
}
a:link {
text-decoration: none;
color:#FFA8A8;
}
a:visited {
text-decoration: none;
color:#FFA8A8;
}
a:active {
text-decoration: none;
color:#FFA8A8;
}
a:hover {
text-decoration: none;
color: white;
}
a.aheader:link {
text-decoration: none;
font-size: 12px;
color:#CCCCCC;
}
a.aheader:visited {
text-decoration: none;
font-size: 12px;
color:#CCCCCC;
}
a.aheader:active {
text-decoration: none;
font-size: 12px;
color:white;
}
a.aheader:hover {
text-decoration: none;
font-size: 12px;
color: #666666;
}
h1 {
font-size: 20px;
font-weight: bold;
color:white;
margin: 0px 0px 5px 0px;
}
h2 {
font-weight: bold;
font-size: 24px;
color: #CCCCCC;
margin: 0px 0px 25px 0px;
}
h3 {
font-size: 14px;
color: white;
margin: 0px 0px 20px 0px;
}
ul {
margin-top: 0px;
padding-left: 12px;
}