body{
	background-color: #000000;
	color: #909090;
	font: 13px/18px "century gothic";
}
a.img:link{
	text-decoration: none;
	border-bottom: dotted 1px #000000;
}
a.img:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
}
a:link{
	color: #909090;
	text-decoration: none;
	border-bottom: dotted 1px #909090; 
}
a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
}
a:active{
	color: #ddd;
	text-decoration: none;
	border-bottom: dotted 1px #ddd;
}
a:visited{
	color: #909090;
	text-decoration: none;
	border-bottom: dotted 1px #909090; 
}
a:visited:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
}
a:visited:active{
	color: #ddd;
	text-decoration: none;
	border-bottom: dotted 1px #ddd;
}
h1{
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
}
.vr {
display: inline;
background-color: #909090;
width: 1px;
height: 100%;
}
#container{
	padding-top: 10%;
	width: 475px;
	height: 250px;
	margin: auto;
	vertical-align: middle;
}
#contact_info{
	width: 150px;
	text-align: right;
	padding-right:20px;
	font-size: 13px;
	float: left;
	border-right: 1px dotted #909090;
}

/* @group Contact Form */
#form{
	width: 275px;
	padding-left: 20px;
	float: left;
	clear: right;
	position: relative;
}
#form input{
	background-color: #bbb; 
}
#form textarea{
	background-color: #bbb; 
}
.submit{
background:url(img/submit.gif);
padding:0px 6px;
border:1px solid #909090;
height:24px;
line-height:24px;
font-size:13px;
margin-right:10px;
text-decoration:none;
}
/* @end */
