/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
body{
	margin:0px auto;
	font-size:12px;
	text-align:center;
	background-image:url(../imgs/bkgd2.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	font-family: Tahoma, Arial;
}
h1{
	font-size:24px;
	font-weight:100;
	margin:10px 5px 5px 5px;
	color:#990000;
}
h2{	
	font-size:14px;
	margin:10px 15px;
	color:#666666;
}
h3{
	font-size:12px;
	margin:10px 20px;
	color:#999999;
}
p{
	margin:10px 30px;
}
blockquote{
	padding:10px;
	background-color:#CCCCCC;
	color:#666666;
	margin:20px;
	width:300px;
}
/* Divs */
#Container{
	background-image:url(../imgs/bodybk.jpg);
	background-repeat:no-repeat;
	width:950px;
	text-align:left;
	padding:0px 10px;
	margin:0px auto;
	background-color:#333333;
}
#LeftCol{
	margin-top:170px;
	width:200px;
	float:left;
}
#RightCol{
	margin-top:50px;
	width:700px;
	float:left;
}
#Begin{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#Fin{
	background-color:#D0C7AC;
	margin:0px;
	padding:0px;
}
#podl{
	padding:5px;
	background-color:#E64454;
	margin-bottom:10px;
	border-bottom:double;
	border-bottom-width:3px;
	border-bottom-color:#666666;
}
#podr{
	padding:5px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	border-bottom:double;
	border-bottom-width:3px;
	border-bottom-color:#666666;
}
#links{
	margin:5px;
	width:180px;
	clear:both;
	margin:5px;
	float:left;
}
#links a{
	color:#FFFFFF;
	padding:5px;
}
#links a:hover{
	color:#D39f2A;
	background-color:#000000;
}
#footer{
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding:20px;
	font-size:11px;
}
#footer a{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}
#footer a:hover{
	color:#999999;
}
/* Classes */
.clearit{
	clear:both;
}
.active{
	color:#0066FF;
}
.btn{
	margin:10px 30px;
}