@charset "utf-8";
/* CSS Document */
body {
	margin:0 0 0 0;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333333;
	background-image:url(../images/backgrounds/background.php);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	line-height:20px;
	}
a , a:visited{
	color:#e8e8e8;
	text-decoration:underline;
	}
a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
.topfont { 
	color:#FFFFFF;
	}
a.topfont , a.topfont:visited { 
	color:#FFFFFF; 
	text-decoration:underline;
	}
a.topfont:hover { 
	color:#0066CC; 
	text-decoration:none;
	}		
h1 {
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	}
h2 {
	font-weight:bold;
	font-size:14px;
	color:#CC3399;
	}
/* LAYOUT AND DESIGN */
.clear {clear:both;}
#container {
	width:800px;
	margin:0 auto;
	}
#top {
	width:800px;
	height:40px;
	float:left;
	}
#title {
	width:380px;
	float:left;
	height:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
#account {
	width:380px;
	float:left;
	text-align:right;
	padding-top:20px;
	padding-right:10px;
	height:30px;
	}
#contentblock { 
	width:800px;
	margin:0 auto;
	}
#contentblock-top {
	background-image:url(../images/content-bg-top.png) !important;
	background-image:url(../images/black-bg.jpg);
	background-repeat:repeat;
	height:10px;
	display:block;
	}
#contentblock-middle {
	background-image:url(../images/content-bg-middle.png) !important;
	background-image:url(../images/black-bg.jpg);
	background-repeat:repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	}
#contactblock-nav {
	width:180px;
	float:left;
	margin-right:20px;
	}
#contactblock-text {
	width:550px;
	float:left;
	padding-left:10px;
	}
#contentblock-blog {
	background-image:url(../images/content-bg-middle.png) !important;
	background-image:url(../images/black-bg.jpg);
	background-repeat:repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	}
#contentblock-bottom {
	background-image:url(../images/content-bg-bottom.png) !important;
	background-image:url(../images/black-bg.jpg);
	background-repeat:repeat;
	height:10px;
	}
#footer { 
	font-size:10px;
	padding:10px;
	}

