@charset "utf-8";
/* CSS Document */
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:0px;
	background:#999;
	text-align:center;
}
img {
	border:none;
	clear:both;
}
ul {
	list-style-image: url('images/arrow_bullet.gif');
}
li {
	padding-bottom:8px;
}
table{
	text-align:left;
}
h3{
	color:#666666;
	font-size:16pt;
	font-weight:normal;
}
h3 span{
	font-size:10px;
}
h4{
	color:#333;
	font-weight:normal;
}
h4 a{
	text-decoration:none;
	color:#333;
}
h4 a:hover{
	text-decoration:none;
	color:#06C;
}
hr{
	height:1px;
	color:#E0E0E0;
	width:85%;
	text-align:center;
}
/* CLASSES*/
.wrapper{
	width:1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.header{
	background: url('images/head.png');
	height:272px;
	width:1000px;
}
#nav{
	text-align:left;
	position:relative;
	padding-top: 1px;
	background: #2d2e34;
}
#nav a{
	color: #FFF;
	text-decoration:none;
	background: #2d2e34;
	padding-left: 15px;
	padding-right:15px;
	padding-top:5px;
	vertical-align:middle;
	border-left:#999;
	font-size:14px;
	font-weight:bold;
}
#nav a:hover{
	color:#FF0;
	text-decoration:none;
}
#nav span {
position:relative;
left:30px;
color:#FFF;
}
.content-container{
	background:url('images/content-bg.png') #FFF;
	background-repeat:no-repeat;
	margin: 0px auto;
	padding:10px 10px 10px 10px;
	text-align:left;
}
.left-content{
	float:left;
	clear:left;
	padding-left:20px;
	padding-top:10px;
	width:650px!important;
	color:#767676;
}
.left-content a{
	color:#EF4D1B;
	text-decoration:none;
}
.left-content a:hover{
	color:#EF4D1B;
	text-decoration:underline;
}
.right-content{
	vertical-align:top;
}
.right-content ul{
	margin:0px;
	padding:2px;
	list-style-image:none;
	list-style-type:none;
}
.right-content a{
	font-weight:bold;
	color:#EF4D1B;
	text-decoration:none;
}
.right-content a:hover{
	font-weight:bold;
	color:#EF4D1B;
	text-decoration:underline;
}
.footer{
	text-align:left;
	text-decoration:none;
	clear:left;
	margin:0 auto;
	height:60px;
	padding-top:50px;
	padding-left:20px;
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
.footer span {
	float:right;
	clear:right;
	padding-right:10px;
	padding-top:18px;
	text-align:right;
	color:#FF0;
}
.footer a {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
.footer span a{
	color:#FF0;
	text-decoration:none;
}
.footer span a:hover {
	color:#FF0;
	text-decoration:underline;
}
.admin{
	color:#000;
	text-decoration:none;
}
.comments{
	text-indent:20px;
	font-style:italic;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
