body{
	/* background: #1a60a8; */
	background: #ebe3d9;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1{
	font-size: 14px;
	margin-top: 5px;
}
h2{
	font-size: 14px;
	position: relative;
	display: block;
	border: 2px dashed #CC3300;
	background: #e9deec;
	height: 25px;
	padding: 3px;
}

a{
	color: #000000;
	text-decoration: none;
}

#container{
	width: 980px;
	background: url(../images/site_wrapperBG.gif) repeat-y left top;
	margin: 0 auto 0; /* For auto-centering */
}
	#site_branding {
		padding: 28px 10px 0;
		background: url(../images/site_brandingTopBG.gif) no-repeat left top;
		overflow: hidden;
	}

	#site_info{
		padding: 0px 0 9px;
		background: url(../images/site_infoBottomBG.gif) no-repeat left bottom;
		overflow: hidden;
	}
	
	#container #header{
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		height: 90px;
	}
		
		#container #header h1{
			position: absolute;
			width: 140px;
			left: 0px;
			background: #000;
			top: -8px;
			color: blue;
			font-size: 18px;
		}
		#wrapper{
			position: absolute;
			top: 40px;
			left:10px;
			font-size: 12px;
			color: #FFFFFF;
		}
			
	#container #menu{
		width: 930px;
		position: relative;
		height: 39px;
		background:  #FFCCFF;
	}	
		#container #menu h1{
			font-size: 12px;
		}
		
		.clear{
			clear: both;
			height: 1px;
			font-size: 1px;
			overflow: hidden;
		}

	#container #content{
		float: left;
		position: relative;
		width: 950px;
		padding-left: 10px;
		margin-left: 10px;
		min-height: 200px;
	}
	#container #content iframe{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		height: 600px;
		width: 250px;
		color: #000;
		padding-right: 10px;
		float: left;
	}
	
	#container #content_gal{
		float: left;
		position: relative;
		width: 950px;
	}
	
		.text{
			position: relative;
		}
		
		#container #content h1{
			color: #red;
			width: 930px;
			padding: 5px;
			background: #CCC;
			padding-right: 10px;
		}
		
		#container #content .block{
			width: 930px;
			float: left;
			background:  #FFCCFF;
			border: 1px solid #999;
			margin-top: 10px;
			position: relative;
		}
			#container #content .block h1{
				font-size: 16px;
				width: 915px;
			}
			#container #content .sexcam{
				width: 110px;
				float: left;
				padding: 4px;
			}

		
		#container #content .completeblock{
			width: 710px;
			float: left;
			position: relative;
		}
		
		#container #content .smallblock{
			width: 300px;
			border: 1px solid #000000;
			background:  #FFCCFF;
			float: left;
			text-align:center;
			position: relative;
			margin: 10px 5px 10px 5px;
		}
		
		#container #content .halfblock{
			width: 620px;
			border: 1px solid #000000;
			background:  #FFCCFF;
			float: left;
			text-align:center;
			position: relative;
			margin: 10px 5px 10px 5px;
		}
		
		#content .trailerflv{
			width: 440px;
			float: left;
		}
		#content .dailerblock{
			width: 250px;
			float: left;
		}
	
	.clear{
		clear: both;
		height: 1px;
		font-size: 1px;
		overflow: hidden;
	}
	
	#footer{
		height: 20px;
		border-top: 1px solid #999999;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
