@charset "UTF-8";
/* CSS Document */


*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	}
	
a{
	color:#ffffff;
	text-decoration:underline;
	}
	
a:hover{
	color:#790000;
	}
		
.clear{
	clear:both;
	}
	
body{
	background:url(../images/bg_standard.jpg) #230f0f repeat-x top left;
	}


.shell{
	width:1000px;
	height:600px;
	margin:0px auto;
	}
	
.header{
	width:900px;
	margin:0px auto;
	}

.content{
	margin:0px auto;
	width:622px;
	padding-top:20px;
	font:12px/16px "Courier New", Courier, monospace;
	color:#f5f5f5;
	}
	
.content.center{
	text-align:center;
	}
	
.content .headline{
	margin:15px 0px;
	}
		

.content .creative{
	margin-bottom:45px;
	clear:both;
	}

.content .creative .photo{
	float:left;
	margin:0px 15px 5px 0px;
	}
	
.content .creative .role{
	font-size:14px;
	color:#c10403;
	margin-bottom:5px;
	}	


/* Downloads */

.content .title{
	margin:35px 0px 10px 0px;
	}

.content .wallpaper{
	float:left;
	width:100px;
	margin:0px 0px 25px 30px;
	}
	
	
.content .wallpaper img{
	margin-bottom:4px;
	}	
	
.content .wallpaper a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	}	
	
.content .wallpaper a:hover{
	color:#990000;
	}
	
.footer{
	border-top:1px solid #790000;
	text-align:center;
	clear:both;
	margin:42px auto 0px auto;
	width:622px;
	padding:30px 0px;
	}
	
	
/* DISQUS */

label{
	color:#ffffff;
	}
	
textarea{
	
	font-family:"Courier New", Courier, monospace;
	}