@charset "ISO-8859-1";
#dp-container {
	background-color: #FFFFFF;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/content-gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom
}
#dp-shopping-cart-nav {
	float: right;
	list-style-type: disc;
	margin-right: 25px;
	margin-top: 10px;
	width: 375px;
	font-size: 12px;
	text-align: center;
}

#dp-shopping-cart-nav a {
	text-decoration:none;
	font-size: 13px;
	color:#000000;
}

#dp-shopping-cart-nav a:hover {
	color:#ff0000;
}

#dp-navbar {
clear: both;
}

#dp-header {
	background-image: url(../images/blockquote.jpg);
	background-repeat: no-repeat;
	height: 190px;
	background-position: right 95px;
}

#dp-footer {
	margin-right: 30px;
	margin-left: 30px;
	height: 50px;
	font-size: 12px;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
}

#dp-background {
	#text-align: center;
	background-image: url(../images/main-background-gradient.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
				position: absolute;
				width: 100%;
                height: 100%;
				left: 0px;
                right: 0px;
                top: 0px;
                bottom: 0px;   
}

#dp-content {
	clear: both;
	width: 930px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#dp-header #logo {
	position: relative;
	top: 12px;
	left: 40px;
	float: left;
}


