@charset "utf-8";
/* CSS Document */

body{
	background-color:#efefef;
	background-image:url(../layout/content_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;	
	text-align:center;
}
a:link {
	color: #c0317e;
}
a:hover {
	color: #FFFFFF;
	background-color:#c0317e;
	display:inline;
	text-decoration:none;
}
#shell{
	margin-left:auto;
	margin-right:auto;
	width:764px;
}
#header{
	background-image:url(../layout/dgpromo_logo.gif);
	background-repeat:no-repeat;
	height:35px;
	margin-left:17px;
	margin-right:17px;
	text-align:right;
	padding-top:50px;
	font-size:.8em;
	color:#666666;
}
#headerImage{
	text-align:center;
	margin-bottom:5px;
}
#phone{
	font-size:1.2em;
	font-weight:bold;
	float:left;
	width:150px;
	margin-left:17px;
	text-align:left;
}
#nav{
	text-align:right;
	margin-right:15px;
	margin-bottom:15px;
	font-weight:bold;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav ul li{
	display:inline;
	list-style:none;
	padding:3px;
}
#content{
	clear:both;
	margin-left:15px;
	margin-right:15px;
	min-height:320px;
	text-align:left;
}
#footer{
	font-size:.8em;
	color:#666666;
}
.border{
	border:1px solid #cccccc;
	margin-left:7px;
}
.services{
	border-bottom:1px dashed gray;
	padding-bottom:15px;
}