body {
	text-align					: center;
	height						: 80%;
	background-image			: url(../img/bg.jpg); 
	background-repeat			: repeat-x;
	background-color			: #343B47;
	font-family					: arial, verdana, sans-serif;
	font-size					: 0.8em;
	color						: #FFFFFF;
	margin						: 0px;
	padding						: 0px;
	scrollbar-face-color		: #;
	scrollbar-shadow-color		: #;
	scrollbar-highlight-color	: #;
	scrollbar-3dlight-color		: #;
	scrollbar-darkshadow-color	: #;
	scrollbar-track-color		: #;
	scrollbar-arrow-color		: #;
}

a {
	color						: #AAB7C9;
	text-decoration				: none;
}

a:visited {
	color						: #9198A4;
	text-decoration				: none;
}

a:hover {
	color						: #FFFFFF;
}

img {
	border-width				: 0px;
}

#wrap {
	width						: 760px;
	height						: 100%;
	margin						: 0px auto 0px auto;
	padding						: 0px;
}

#content {
	width						: 764px;
	background-image			: url(../img/content_bg.gif); 
	background-repeat			: no-repeat;
	display: table; clear: both;
	margin						: 0px;
	padding						: 0px;
}

#menu {
	width						: 752px;
	text-align					: left;
	margin						: 0px;
	padding						: 12px 0px 0px 12px;
}

#menu img {
	margin-right				: 10px;
}

#index {
	width						: 752px;
	float						: left;
	text-align					: left;
	display: table; clear: both;
	margin						: 0px;
	padding						: 10px 0px 0px 12px;
}

#index img {
	border						: 5px solid #FFFFFF;
	margin-right				: 10px;
}

#sub {
	width						: 752px;
	float						: left;
	text-align					: left;
	display: table; clear: both;
	margin						: 0px;
	padding						: 10px 0px 0px 12px;
}

#thumbs {
	width						: 150px;
	float						: left;
	margin						: 0px;
	padding						: 0px;
}

#thumbs img {
	border						: 5px solid #FFFFFF;
	float						: left;
	margin-right				: 10px;
	margin-bottom				: 10px;
}

#image {
	float						: left;
	margin						: 0px;
	padding						: 0px;
}

#image img {
	border						: 5px solid #FFFFFF;
	margin						: 0px;
}	

#bottom {
	width						: 752px;
	text-align					: left;
	background-image			: url(../img/bottom.gif); 
	background-repeat			: no-repeat;
	display: table; clear: both;
	margin						: 0px;
	padding						: 10px 0px 0px 12px;
}

#bottom img {
	margin-right				: 10px;
}

h1, h2 {
	font-size					: 12px;
	font-weight					: bold;
	text-transform				: uppercase;
	margin						: 0px 0px 0px 0px;
}

.short-story {
	margin						: 5px 0px 10px 0px;
	clear						: both;
	text-align					: left;
}

.short-story2 {
	margin						: 5px 0px 10px 0px;
	clear						: both;
	text-align					: left;
}

.full-story {
	margin-top					: 0px;
	text-align					: left;
	clear						: both;
}

.short-story img {
	float						: left;
	margin						: 3px 5px 5px 0px;
	clear						: both;
}

.short-story2 img {
	float						: left;
	margin						: 3px 5px 5px 0px;
	clear						: both;
	border-top					: 1px solid #747779;
	border-right				: 1px solid #B9BDC0;
	border-bottom				: 1px solid #B9BDC0;
	border-left					: 1px solid #747779;
}

.full-story img {
	float						: right;
	display						: block;
	margin						: 3px 0px 10px 10px;
}

input {
	margin						: 0px;
	padding						: 3px 6px 0px 6px;
	width						: 546px;
	height						: 15px;
	border						: 1px solid #C7CCCF; 
	font-family					: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size					: 10px; 
	color						: #FFFFFF;
	text-decoration				: none;
	background					: #6A747B;
}

textarea {
	margin						: 0px;
	padding						: 3px 6px 0px 6px;
	width						: 546px;
	height						: 120px;
	border						: 1px solid #C7CCCF; 
	font-family					: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size					: 10px; 
	color						: #FFFFFF;
	text-decoration				: none;
	background					: #6A747B;
	scrollbar-face-color		: #6A747B;
	scrollbar-shadow-color		: #C7CCCF;
	scrollbar-highlight-color	: #C7CCCF;
	scrollbar-3dlight-color		: #6A747B;
	scrollbar-darkshadow-color	: #6A747B;
	scrollbar-track-color		: #6A747B;
	scrollbar-arrow-color		: #C7CCCF;
}