/* SEKOconcepts - Sean Kohlmeier */
/* Copyright 2008 */



/* -----------------Layout---------------------*/

#main {
	margin-top:150px;
	text-align:center;
}
.footer {
	padding-top:30px;
	font-size:9px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#contact_form {
	 margin-left:auto; 
	 margin-right:auto;
	 width:400px;
}

/*-------------------Visual--------------------*/

 
 body {
	background-color:#000000;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;

}
a {
	text-decoration:none;
	color:#ffffff;
}
a:visited {
	color:#ffffff;
}
a:hover {
	color:#000CFF;
	text-decoration:none;
	
}
.submit_link {
	color:#000CFF;
}
.submit_link:visited {
	color:#000CFF;
}
.service_title {
	border-bottom:solid;
	border-width:1px;
	border-color:#000CFF;
	color:#7E7E7E;
	font-size:24px;
}
.service_content {
	padding:20px;
	line-height:175%;
}
.service_content a, .service_content a:visited {
	color:#000CFF;
}
.service_subtitle {
	padding-top:40px;
	padding-right:20px;
	color:#7E7E7E;
	font-size:16px;
	border-bottom:dotted;
	border-color:#000CFF;
	margin-right:500px;
}
.service_sep {
	padding-top:50px;
	margin-left:150px;
	margin-right:150px;
	border-bottom:dotted;
	border-color:#000CFF;
}
.service_content ul li {
	font-size:12px;
	line-height:150%;
}
 