html{
	background-color: #111;
}
a{
	color: white;
}
body{
	margin: 0px;
	text-align: center;
	color: white;
	font-size: 14px;
}
table{
	font-size: 1em;
}
div#body_container{
	background-image: url('/resources/images/body-lines.jpg');
	margin: 0px auto;
	font-family: 'Verdana';
	width:1024px;
}
td.label{
	text-align: right;
	width: 1%;
	white-space: nowrap;
}
a img{
	border: none;
}
div.coming_soon{
	font-size: 2em;
	color: #e0ff44;
	margin-top: 25px;
	text-align: center;
}
div#container{
	margin: 0 auto;
	background-image: url('/resources/images/body-background.jpg');
	position: relative;
	background-repeat: no-repeat;
	width: 1024px;
	text-align: left;
}
div#top{
	height: 270px;
	width: 100%;
}
div#top_right{
	height: 215px;
	width: 294px;
	position: absolute;
	top: 0;
	right: 10;
	background-image: url('/resources/images/top_right.png');
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 20px;
}
div#top_right table{
	color: white;
}
table.nav {
	text-align: left;
}
div#top_right table.nav a{
	color: #e0ff44;
	font-size: 1em;
}
div#top_right table a{
	color: #e0ff44;
	font-size: .75em;
}
div#bottom{
	width: 100%;
}
div#bottom_left{
	width: 250px;
	margin-left: 10px;
	float: left;
}
div#bottom_right{
	width: 764px;
	float: left;
}
div#bottom_left_top{
	height: 229px;
	width: 210px;
	padding-top:40px;
	padding-left: 20px;
	background-image: url('/resources/images/bottom_left_top.png');
	position: relative;
}
img#bottom_left_top_text{
	position: relative;
	top: 50;
	right: -20;
}
div#main_full{
	width: 581px;
	background-image: url('/resources/images/main_full_background.jpg');
	margin-bottom:20px;
	margin-top: 25px;
	color: white;
	padding: 20px;
	min-height: 400px;
}
div#main{
	width: 581px;
	height: 424px;
	background-image: url('/resources/images/main_background.jpg');
	margin-top: 25px;
	margin-bottom:20px;
	color: white;
	padding: 20px;
	min-height: 400px;
}
div#footer{
	padding-top: 20px;
	width: 621px;
	height: 160px;
}
div.footer_box{
	width: 207px;
	height: 113px;
	float: left;
}
div.footer_box img{
	margin-top: 15px;
	margin-left: 30px;
}
div#footer_left{
	background-image: url('/resources/images/footer_left.png');
}
div#footer_middle{
	background-image: url('/resources/images/footer_middle.png');
}
div#footer_right{
	background-image: url('/resources/images/footer_right.png');
}
h1{
	color: #e0ff44;
	font-size: 1.7em;
	margin: 0px;
	padding-bottom: 10px;
}
h2{
	color: #e0ff44;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: .25em;
	margin-left: .5em;
	padding: 0px
}
h3{
	color: #e0ff44;
	font-size: .85em;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: .5em;
	padding: 0px
}
div.indent{
	margin-left: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
}
div.clearfix{
	clear:both;
}
div#messages{
	text-align: center;
}
span.error{
	color: red;
}
span.message{
	color: white;
}
table.portfolio{
	width: 570px;
	border-collapse: collapse;
}
td.project{
	border: 2px dashed yellow;
/*	height: 210px;*/
	width: 305px;
	vertical-align: top;
}
div.wrapper{
	position: relative;
	height: 100%;
	width: 285px;
	margin:0px
	padding:0px;
}
div.add_text:hover{
	color: #e0ff44;
}
div.add_text{
	width:285px;
	height:210px;
	padding-top: 100px;
	position: absolute;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 2.4em;
	color: black;
	font-weight: bold;
	cursor: pointer;
}
div.add{
	filter: alpha(opacity=85);
	opacity: .85;
	width:285px;
	height: 100%;
	position: absolute;
	top: 0px;
	background: #666 url(/resources/images/overlay.png);
}
