#main .main p {
	color: #F3F3F3;
}
	html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
	width: 100%;
	max-width: 100%;
	background-color: #333;
	color: #333;
	line-height: 1.4em;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
		}

	a {
	text-decoration: none;
	color: #BBD1FF;
		}

	a:hover {
	text-decoration: underline;
	color: #FF9595;
		}
.menu {
	background-color: #5C5C5C;
	display: block;
	height: 50px;
	width: 300px;
	border: 1px solid #CCC;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	line-height: 50px;
	margin: 2px;
	float: left;
}


	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 35%;
		text-align: right;
		background: #333 url('fade.jpg') no-repeat right;
		}



	#outer {
		position: absolute; left: 0;
		top: 50%;
		width:100%;
		height: 240px;
		margin-top: -120px;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 5% 20px 38%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		}

	h1 {
	display: inline;
	margin-right: 30px;
	font: 800 35px 'century gothic', 'trebuchet ms', arial, sans-serif;
	color: #fff;
	text-align: right;
	margin-left: 0px;
		}

	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		}

	img.lime {
		margin-bottom: -6px;
		margin-right: 8px;
		}

	span.yellow {
	color: #C80404;
		}
.yellow1 {
	color: #A8C5FF;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}


	span.green {
	color: #1763FF;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 0 30px 3px 0;
		}

	a.nav:hover {
	color: #1763FF;
	background: #222;
	text-decoration: none;
		}

	.credit a, .credit a:hover {
	color: #A7A7A7;
		}

	.date {
		float: left; 
		width: 2.0em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 5px;
		text-align: right;
		}

	div.main {
	margin-left: 10px;
	margin-bottom: 25px;
	background: #333 url('corner.jpg') no-repeat bottom right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
		}

	img.main {
	float: right;
	margin: 10px;
	padding: 4px;
		}

	a img.main:hover {
		background: #cf0;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		background: #2a2a2a url('quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e; 
	 	border-right: solid 1px #2e2e2e; 
	 	border-left: solid 2px #0c0;
		padding: 8px;
		line-height: 1.7em;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
	display: block;
	text-align: center;
	color: #A7A7A7;
	margin: 15px 0 20px 0;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
		}
.yellow {
	color: #1763FF;
	font-weight: bold;
}
#main .main table tr td hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9F402;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.png {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
