
/* Main Containers */
/*-------------------------*/


body 	{
	background-color:#000000;
	font-family:"Verdana", Sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align: center;
	height:100%;
	}

div.main {
	margin-left: auto;
	margin-right: auto;
	background-color: #666666;
	width: 850px;
	_height:100%;
	min-height: 100%;
	text-align: left;
	}

div.topnav {
	padding-top: 20px;
	width: 850px;
	text-align: right;
	}

div.magic {
	background-image:url('/images/oktobernight.jpg');
	background-repeat: no-repeat;
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 170px;
	text-align: right;
	}

div.content {
	padding: 20px;
	}

 
#imageContainer { height:420px; }  
#imageContainer img { display:none; 
			position:absolute; 		
			top:0px; left:0px; 	
			height:420px;  	
			width:850px; 	
			opacity: -0.01; } 

div.projectblock {
	clear: both;
	background-color: #333333;
	padding: 10px;
	width="100%";
	display: block;
	overflow: hidden;
}

div.projectimage {
	display: block;
	padding: 0px 10px 10px 0px;
	float: left;
}

div.projecttext {
	display: block;
}

.projectimage {
	border-color: #999999;
	border-width: 2px;
}

.projectimage a:hover img {
	border-color: #CCCCCC;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

/* Text Styles */
/*-------------------------*/

h1	{
	margin-top: 0;
	font-size:22px;
	}

h2	{
	margin-top: 0;
	font-size:16px;
	}

a	{
	color:#999999;
	text-decoration: none;
	}

a:hover	{
	color:#FFFFFF;
	text-decoration: none;
	}

a.topnav	{
	font-size: 12px;
	text-align: right;
	}

