/*Styles all the standard elements*/

body {
	margin: 0px;
	padding: 0px;
	background: #77787b url(../images/site_tile.jpg) no-repeat center top;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B4B4B;
	font-size:11px;
}

div {
	margin: 0px;
	padding: 0px;
	}

a {
	text-decoration:none;
	color:#4B4B4B;

}
	
a:hover {
	text-decoration:underline;
	color:#bed630	
}

.hidden {
	position:absolute;
	left:-5000px;
	}
	
p,h2 {
	margin:0;
	padding:0;
	
	}

/*logo*/

#logo {
	width:940px;
	height:190px;
	background: url(../images/dc_logo.jpg) no-repeat 76px 85px;
	margin: 0 auto;
}

/*main text*/

#text_holder {
	width:940px;
	height: 200px;
	margin: 0 auto;
}

#main_text {
	width:500px;
	float:left;
}

#main_text p {
	width:400px;
	color:#bed630;
	font-size: 18px;
	padding: 0 0 20px 80px;
	}
	
#support_text {
	width:440px;
	float:left;
}

#support_text h2 {
	font-weight:bold;
	color:#FFFFFF;
	font-size: 12px;
	padding: 0 0 0 20px;
}

#support_text p {
	width:360px;
	color:#FFFFFF;
	font-size: 11px;
	padding: 0 0 6px 20px;
}

#support_text ul {
	width:320px;
	color:#FFFFFF;
	font-size: 11px;
	margin: 0 0 10px 10px;
}
	
/*contact*/

#contact_details {
	width:940px;
	margin: 0 auto;
}

#contact_details p {
	color:#ffffff;
	font-size: 14px;
	padding: 20px 0 10px 80px;
	}
	
#contact_telephone {
	height:22px;
	background: url(../images/dc_mobile.jpg) no-repeat 79px 0px;
}

#contact_email {
	padding: 0 0 20px 0;
}

#contact_email a {
	height:26px;
	background: url(../images/dc_email.jpg) no-repeat 79px 0px;
	display:block;
	padding: 0 0 20px 0;
}

#contact_email a:hover {
	height:26px;
	background: url(../images/dc_email_over.jpg) no-repeat 79px 0px;
	display:block;
}
	
/*footer*/

#footer {
	width:940px;
	height:30px;
	margin: 0 auto;
}

#link {
	width:50%;
	height:30px;
	float:left;
	text-align:left;
}

#link p{
	padding: 0 0 0 80px;
}

#copyright {
	width:50%;
	height:30px;
	float:right;
	text-align:right;
}

#copyright p{
	padding: 0 80px 0 0;
}


/*width*/
.main_width {
	width: 1024px;
	margin: 0 auto;
}