/* CSS Document */

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 1024px;
	background-color:#FFFFFF;
	border:#FFFFFF thin solid;
	margin-left: 10%;
	margin-right: 10%;
	background-image:url(/images/rh-col-background_03.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}

#header {
	width: 100%;
	height: 214px;
	background-color:#FFFFFF;
	background-image:url(/images/PureEntertainmentDJHeader.jpg);
	}

#menu {
	width:100%;
	height:10px;
	}
	
#lh-col {
	float: left;
	width: 70%;
	margin-left:0em;
	padding-left:.5em;
	}

/*Right Column Styles	*/
#rh-col {
	float: right;
	width: 27%;
	}

#sidebuttons {
	width:100%;
	}

#sidebuttons {
	font-size:.75em;
	}

#button {
	width:100px;
	}
	

/*Footer Styles*/	
#footer {
	clear:both;
	height:34px;
	background-color:#333333;
	text-align:center;
	}
	
/*Packages*/
#package {
	clear:all;
	width:700px;
	height:300px;
	margin-top:1em;
	margin-bottom:1em;
	background-color:#39F;
	background-image:url(/images/series-background.jpg);
}

#description {
	margin:1em 2em 1em 1em;
}

#value {
}

