/* CSS Document */

body {
	font-family: "Trebuchet MS";
	background:url(fondo.gif) repeat-x;
	}

#wrapper {
	width: 720px;
	position: relative;
	left: 50%;
	}
	
#wrapper {
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	}
	
#content {
	width: 520px;
	float: right;
	}
	
div#promotion {
	margin: 0 auto;
	padding-bottom:15px;
	width:700px;
	height:500px;
	}
		
#mainNav {
	width: 180px;
	float: left;
	}
	
#mainNav {
	padding-top: 20px;
	padding-bottom: 20px;
	list-style:none;
	}

#footer {
	clear: both;
	text-align:center;
	}

#branding h1 {
	padding-top:10px;
	padding-left:10px;

	}

#description {
	padding: 10px;
	}
	
#price_left {
	width: 200px;
	padding: 10px;
	float: left;
	}
	
#price_right {
	padding: 10px;
	float: right;
	}
	
#price_contender {
	width: 100%;
	}
	
#dk_videos, #dk_pictures, #friends_of_dk, #more_solo_girls, #dk_galleries {
	padding: 10px;
	list-style:none;
	}


 a:link {
	text-decoration:underline;
	font-weight: bold;
	color:#9900FF;
	}
		
 a:hover {
	text-decoration:overline;
	font-weight: bold;
	color:#9966FF;
	}

 a:visited {
	font-weight:bold;
	color:#FF0000;
	}