/* CSS Document */
body{ 
	background:#000000;
	margin: 0;
	padding: 0;
	font-size:smaller;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{
	border: 0 solid black;
}
h1{
	margin:0;
	padding:0;
}
/*********  LAYOUTS *********/

#header{
	margin-top:0px;
	margin-left:210px;
	margin-right:200px;
}
#content{ 
	clear:both;
	text-align:center;
	background-color:#000000;
}
#towerad1{
	position: absolute;
	left: 0px;
	top:150px;
	width:200px;
	height:600px;
	background:#333;
	border:1px solid #000;
}
#towerad2{
	position: absolute;
	display:none;
	right:10px;
	top:150px;
	width:200px;
	height:600px;
	background:#333;
	border:1px solid #000;
}
#photo-bucket{
	position:relative;
	background:#000011;
	margin-left: 210px;
	margin-right:20px;
	margin-top:5px;
	border:1px solid #000;
}
#footer{
	clear:both;
	color:#C00;
	text-align:center;
}


/********   AD CLASSES  *****/
.leaderboard{
	width:728px;
	height:90px;
}


/*********  CLASSES *********/



.pagetitle{
	color:#CC0000;
	font-size:x-large;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/*********  TOUTS  ****************/
/* Tout Elements */
.tout {
	float:left;
	width:320px;
	vertical-align:top;
	padding: 8px 1px 0px 7px;
	margin: 0px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em; 
	text-align: left;
}

	.tout .title {
		color: #C00;
		padding: 4px 0px 0px 4px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.tout .tout-box { 
		float:left;
		background: #fff; 
		border-width: 2px; 
		border-style: solid; 
		border-color:#c00;
		width:300px; 
	}

		.tout .image { 
			float:left;
			overflow:hidden;
			vertical-align:middle; 
			margin:2px;
			height:140px;
			width:100px; 
		}

		.tout .image-square { 
			float:left;
			overflow:hidden;
			vertical-align:middle; 
			margin:2px;
			height:140px;
			width:150px; 
		}

		.tout .date {
			float:right;
			display:inline;
			background: #999999;
			margin-bottom:3px;
			right:0px;
			top:0px;
			clear:right;
			font-size:.8em;
			border-left:solid black 1px;
			border-bottom:solid black 1px;
			color:#990000;
		}

		.tout .description { 
			padding:2px;
			padding-top:17px;
			height:150px;
			width:180px;
			overflow:hidden;
		}
		
		.tout .description p{
			text-align:left;
		}
				
		.tout .linkage {
			float:left; 
			color:#990000;
			width:300px; 
			background:#999999;
		}







