@charset "utf-8";
/* CSS Document */

/*  Figment - Online Short Story CSS Document
	Copyright 2007-2008 Koby Studios
	www.kobystudios.com */
	
html, body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background:fixed;
	background-color:#272727;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	min-height:100%;
}

#container {
	width:771px;
	height:100%;
}

#mainContent {
	width:757px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:6px;
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:771px;
	height:100px;
}

#spacer {
	background-image:url(images/spacer.jpg);
	background-repeat:no-repeat;
	width:771;
	height:8px;
}

#mainFeature {
	width:468px;
	float:left;
	padding-right:7px;
}

#mainNews {
	width:279px;
	float:left;
	padding-left:3px;
}

a.mainNews:link, a.mainNews:visited, a.mainNews:active {
	color:#3d3d3d;
	text-decoration:none;
	font-weight:bold;
}

a.mainNews:hover {
	text-decoration:underline;
}

.title {
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	border-bottom-color:#3d3d3d;
	border-bottom-style:solid;
	border-bottom-width:1px;
}