@charset "UTF-8";

/* AK Expressions CSS - Created by Rob Gloess - http://www.robg.co.uk */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Verdana, sans-serif;
	color: #FFF;
	font-size: 12px;
}

/* Containers */

#master {
	margin: auto;
	width: 800px;
}

#logo {
	height: 77px;
	width: 287px;
	background-image:url(../images/index_01.jpg)
	
}

#tabs {
	height: 29px;
	width: 513px;
	margin-left: 287px;
	margin-top: -77px;
	padding-top: 48px;
}

#headerleft {
	height: 286px;
	width: 11px;
	background-image: url(../images/index_10.jpg);
}

#headerright {
	background-image: url(../images/index_12.jpg);
	height: 286px;
	width: 10px;
	margin-top: -286px;
	margin-left: 790px;
}
#header {
	height: 286px;
	width: 779px;
	margin-left: 11px;
	margin-top: -286px;
}
#title {
	height: 41px;
	width: 800px;
}
#content {
	width: 725px;
	color: #FFF;
	padding-left: 45px;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
	margin-right: 30px;
}
.dateposted {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #999;
}
#footer {
	height: 30px;
	width: 800px;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}

/* Text Styles */

.copyrightnotice {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #666;
}

.copyrightnotice a {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
}

#footer a {
	color: #FFF;
}

.blogcontent {
	padding-right: 25px;
}

.textbox {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #FFF;
	text-align: left;
}
.errormessage {
	color: #F00;
	text-align: center;
}
