@charset "utf-8";
body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-image:url(i/bg-main.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #433D27;
}

h1 {
	font-weight:bold;
	font-size:16px;
	margin-left:30px;
	margin-top:35px;
}

h2, h3 {
	width: 220px;
	text-align:center;
	font-size:14px;
	height:28px;
	background-image:url(i/button-bg.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
}

h4 {
	width: 150px;
	text-align:center;
	font-size:14px;
	height:28px;
	background-image:url(i/button-bg.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	
}

a:link, a:visited {
	color:#433D27;
}

a:hover {
	color:#C00;
}
#preHeader {
	float:left;
	background-color: #ffcc00;
	height: 35px;
	width:900px;
	margin-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#header {
	height: 150px;
	width:900px;
	background-image: url(i/dds-logo.gif);
	background-repeat: no-repeat;
}

#flashbox {
	width:900px;
	height:250px;
	background-color:#e2e1bb;
}
#container {
	width: 900px;  /* this will create a container 80% of the browser width */
	height:600px;
	background-image:url(i/bg-main.jpg);
	background-repeat:repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#centerbox {
	width:475px;
	height:635px;
	background-color:#e2e1bb;
	color:#433D27;
	margin-right:3px;
	margin-top:3px;
	
}

#centerbox p {
	font-size:14px;
	text-align:justify;
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
}

#leftbox {
	width:247px;
	height:640px;
	background-color:#e2e1bb;
	color:#433D27;
	margin-right:3px;
	margin-top:3px;
}

#leftbox p {
	line-height:0px;
	padding-bottom:0px;
	font-size:12px;
	text-align:left;
	margin-left:35px;
}


#special-offers {
	width: 220px;
	height: 100px;
	background-color:#e2e1bb;
	color:#433D27;
}
#special-offers li {
	list-style:none;
}

	
#rightbox {
	width: 172px;
	height: 640px;
	background-color:#e2e1bb;
	color:#433D27;
	margin-top:3px;
}
#leftbox ul {
	padding:0px;
	padding-left:15px;
}
#leftbox li {
	list-style-type:none;
	font-size:12px;
	line-height:1px;
}
#navigation ul {
	padding:0px;
	padding-left:15px;
}
#navigation li {
	font-size:16px;
	line-height:normal;
	list-style:none;
	text-align:left;
	font-weight:bold;
}
#rightbox ul {
	padding:0px;
	padding-left:15px;
}
#rightbox p {
	font-size:12px;
	text-align:left;
	margin-left:12px;
	margin-right:8px;
}
#rightbox li {
	font-size:10px;
	text-align:left;
	padding-left:0px;
	margin-left:0px;
	list-style: none;
}
#footer {
	width:900px;
	height:50px;
	background-image:url(i/bg-main.jpg);
	background-repeat:repeat;
}

.phonenumber {
	text-align: right;
	font-size: 20px;
}
#preHeader {
}
#preHeader ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.9em;
	display: inline;
}
#preHeader li {
	text-decoration:none;
	padding: 0em 0.5em;
	margin: 0px;
	color: #433D27;
	white-space: nowrap;
	display: inline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:65%;
	font-weight:bold;
	padding:6px;
	
}
#preHeader li a:link a:visited {
	text-decoration:none;
}
