body
{
	background-color: #303030;
	margin: 0px;
}

img
{
	border: 0px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #cccccc;
}

a:hover
{
	color: #ade604;
}

#header_container
{
	height: 70px;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
}

#header
{
	width: 770px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
}

#main_container
{
	width: 100%;
	text-align: center;
}

#main_table
{
	text-align: left;
	margin: 0px auto 0px auto;
}

.work_title, .news_title, #contact_email, #contact_message
{
	font: 12px "Bookman Old Style", "Times New Roman";
	font-weight: bold;
	color: #cccccc;
}

.work_td
{
	cursor: pointer;
}

.preview
{
	border: solid #959595 1px;
}

.work_td :hover
{
	background-color: #363636;
}

.work, .news, #about
{
	font: 12px "Bookman Old Style", "Times New Roman";
	color: #959595;
}

.news_date
{
	font: 12px "Bookman Old Style", "Times New Roman";
	color: #cccccc;
}

#address
{
	font: 11px "Arial";
	color: #959595;
	font-style: italic;
}

#contact input
{
	font: 12px "Bookman Old Style", "Times New Roman";
	color: #959595;
	border: 0px;
	background-color: #252525;
	width: 170px;
	height: 18px;
	vertical-align: middle;
}

#contact button
{
	font: 12px "Bookman Old Style", "Times New Roman";
	font-weight: bold;
	color: #cccccc;
	border: 0px;
	background-color: #252525;
	height: 18px;
	vertical-align: middle;
	cursor: pointer;
}

#contact textarea
{
	font: 12px "Bookman Old Style", "Times New Roman";
	color: #959595;
	border: 0px;
	background-color: #252525;
	width: 250px;
	height: 200px;
}

#footer_container
{
	width: 100%;
	text-align: center;
}

#footer
{
	width: 770px;
	margin: 10px auto 0px auto;
}

#copyright
{
	font: 9px Arial;
	color: #cccccc;
	text-align: right;
}

#detail_container, #contact_container
{
	width: 100%;
	text-align: center;
}

#detail, #contact_img
{
	width: 770px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#detail_title
{
	width: 770px;
	margin: 10px auto 0px auto;
	text-align: left;
	font: 12px "Bookman Old Style", "Times New Roman";
	font-weight: bold;
	color: #cccccc;
}

#detail_description, #contact_text
{
	width: 770px;
	margin: 5px auto 20px auto;
	text-align: left;
	font: 12px "Bookman Old Style", "Times New Roman";
	color: #959595;
}

#detail_link
{
	width: 770px;
	margin: 0px auto 20px auto;
	text-align: left;
	font: 12px "Bookman Old Style", "Times New Roman";
	color: #959595;
}

#detail_back, #contact_back
{
	width: 770px;
	margin: 20px auto 40px auto;
	text-align: left;
}

hr
{
	margin: 5px auto 5px auto;
	color: #ade604;
	background-color: #ade604;
	height: 1px;
	border: 0;
}

#style_selector
{
	position: absolute;
	top: 0px;
	left: 570px;
	width: 200px;
}

#style_selector select
{
	font: 12px "Bookman Old Style", "Times New Roman";
	height: 20px;
	width: 200px;
	margin: 0px;
}