body, html{
	background: #f8f8f8 url(../images/bodybackground980.gif) top center repeat-y;
	padding: 0px;
	height: 100%;
	margin: 0 0 0 0;
  	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1{
	font-size: 14px;
	font-weight:bold;
	padding-left: 10px;
	text-transform: uppercase;
}
h2{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	font-size: 12px;
}

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

	#header{
		position: relative;
		height: 100px;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
		#smssex{
			position: absolute;
			width: 500px;
			height: 50px;
			top: -20px;
			left: 10px;
			font-size: 30px;
			text-transform: uppercase;
			font-weight: bold;
			color: #fff;
			line-height: 250%;
		}
		#header #smssex h1{
			color: #CCCCCC;
			font-family: "Agency FB";
			font-size: 26px;
		}
		
		#header #tag{
			position: absolute;
			top: 40px;
			left: 13px;
			color: #00CC99;
			font-size: 16px;
		}

	#menu{
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		height: 32px;
		text-align: left;
		position: relative;
		background: gray;
	}
		#menu ul{
			list-style: none;
			width: auto;
			margin: 0px;
			padding: 0px;
		}
		#menu ul li{
			float: left;
			}
	
		#menu  ul li a{
			font-size: 14px;
			text-decoration: none;
			color:#ffffff;
			font-weight: bold;
			padding: 8px;
			line-height: 25px;
		}	
	

	#container{
		width: 900px;
		border: 0px solid #CCCCCC;	
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #ffffff;
		
	}	
	
		#leftContainer{
			float: left;
			width: 250px;
			min-height: 440px;
			position:relative;
			
		}
		
			#leftContainer .menuBlock{
				position: relative;
			}
		
			#leftContainer .menuBlock ul{
				
				width: auto;
				margin: 0px;
				padding: 3px;
			}
			#leftContainer .menuBlock ul li{
				padding-left: 10px;
				list-style: none;
				}
		
			#leftContainer .menuBlock ul li a{
				display: block;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color:#000000;
				margin-bottom: 5px;
			}
				.zoek{
					text-align: center;
					padding-top: 30px;
					height: 25px;
					font-weight: bold;
					font-size: 14px;
				}
				.age{
					text-align: center;
					height: 25px;
					font-weight: bold;
					font-size: 14px;
				}
				.soort{
					text-align: center;
					height: 25px;
					font-weight: bold;
					font-size: 14px;
				}
				.submit{
					text-align: center;
					height: 25px;
					padding-bottom: 20px;
				}	
					.submit #Zoeken{
						width: 100px;
						border: 1px solid #000000;
						margin-left: auto;
						margin-right: auto;
					}
				
			#leftContainer .menuBlock .profiel{
				border: 1px solid #000000;
				position: relative;
				background: #00FFFF;
				text-align: center;
				height:320px;
				width:240px;
				float:left; 
				margin:3px; 
				color: #000000;
			}
			.profiel img{
				border: 0px;
			}	
		
		#mainContainer{
			border: 0px solid #CCCCCC;
			float: left;
			margin-left: 10px;
			position: relative;
			width: 638px;
		}	
			
			.contentBlock{
				width: 634px;
				position: relative;
			}
			
			.profiel{
				border: 1px solid #000000;
				position: relative;
				background: #00FFFF;
				text-align: center;
				height:220px;
				width:150px;
				float:left; 
				margin:3px; 
				color: #000000;
			}
			.profiel img{
				border: 0px;
			}
			
			.sexprofiel{
				border: 1px solid #000000;
				position: relative;
				background: #00FFFF;
				text-align: center;
				height:150px;
				width:150px;
				float:left; 
				margin:3px; 
				color: #000000;
			}
			.sexprofiel img{
				border: 0px;
			}
			
			#mainContainer a .profiel {
				background: #00FFFF;
			}
			
			#mainContainer a:hover .profiel {
				background: #CCCCCC;
			}
	
	.clear{
		clear: both;
		height: 1px;
		font-size: 1px;
		overflow: hidden;
	}
	
	#footer{
		border-top: 1px solid #999999;
		position:relative;
		height: 40px;
		padding-top: 10px;
		font-size: 11px;
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		color: #000;
	}
		
		#footer a{
			color: #000;
		}
