@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image:url(images/sdd_dark_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;

}


#wrapper {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}



#welcome {
	margin-top:20px;
	position:relative;
	background-image:url(images/welcome.png);
	background-repeat:no-repeat;
	width:1200px;
	height:125px;
	float:left;
	clear:both;
}



#about {
	position:relative;
	width:31%;
	margin-top:80px;
	height:250px;
	float:left;
	border-right:thin solid #FFF;
	padding:10px;
	

}

#services {
	position:relative;
	width:31%;
	margin-top:80px;
	height:250px;
	float:left;
	border-right:thin solid #FFF;
	padding:10px;

}

#contact {
	position:relative;
	width:31%;
	margin-top:80px;
	height:250px;
	float:left;
	border-right:thick #FFF;
	padding:10px;
}

#footer {
	width:180px;
	padding-top:200px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	
}

.title {
	font-family:Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size:large;
	color:#C90;
}

.copy {
	font-family:Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size:small;
	color:#CCC;
}

.para {
	font-family:Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size:medium;
	color:#CCC;
	text-align: justify;
}
	
a:link, a:active, a:visited{
	color:#c90;
	text-decoration:none;
}

a:hover{
color:#F00;
text-decoration:none;
}
