html, body {
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin:0 0 0 0;
	background-color:#12171D;
	background-image:url(bg.png);
	background-position:top;
	background-repeat: repeat-x;
	font-size:12px;
	height:105%;
	}

img {border:none;}

a:link		{ color: #99CCCC; text-decoration:none;}
a:visited 	{ color: #99CCCC; text-decoration:none;}
a:hover 	{ color: #FF99CC; text-decoration: underline;}
a:active 	{ color: #FF99CC; text-decoration:none;}

#header {
	width:780px;
	height:210px;
	background-image:url(header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	}

#container {
	width:750px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	}

#menu {
	width:177px;
	text-align:center;
	vertical-align:top;
	background-color:#20252B;
	float:left;
	border:1px dashed #3c454f;
	border-right:none;
	}
		.navhead {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#999999;
			width:80%;
			margin-left:auto;
			margin-right:auto;
			border-bottom:1px solid #999999;
			text-align:left;
			font-weight:bold;
			margin-top:10px;
			}
		.navlinks {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color: #99CCCC;
			width:80%;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
			}
#content {
	width:555px;
	text-align:left;
	vertical-align:top;
	float:left;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #3c454f;
	background-color:#202832;
	border-right:1px solid #3c454f;
	border-left:1px solid #3c454f;
	}

.shorty {
	width:100%;
	margin-top:3px;
	}

	.shorty-title {
		font-size:13px;
		color:#999999;
		text-align:left;
		text-transform:capitalize;
		}
	.shorty-info {
		font-size:10px;
		color: #666666;
		text-align:left;
		text-indent:10px;
		}
	.shorty-infoplus {
		font-size:10px;
		color: #999999;
		}
	
.addcomment {
	width: auto;
	margin-top:10px;
	}
	.addcomtxt {
		font-size:12px;
		color:#CCCCCC;
		text-indent:10px;
		}
	.addcombox {
		background-color: #CCCCCC;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #333333;
		margin-left:10px;
		}
	.addcombttn {
		background-color: #000033;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
		margin-left:10px;
		}
.comments {
	width: auto;
	padding-top:10px;
	}
	.comtitle {
		font-size:11px;
		color: #cccccc;
		border-bottom:1px dashed #999999;
		padding:3px;
		}
	.combox {
		color:#000000;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		background-color: #D9ECFF;
		padding:3px;
		border-left:1px dashed #999999;
		}

.thumbs1 {
	width:130px;
	height:188px;
	margin:3px;
	border:none;
	}