/* Styles for oubaai.com */
body {
margin: 0px;
margin-top: 10px;
font-family: verdana, arial;
}

/* Header */
.black_block {
	clear: both;
	width: 690px;
	background-color: #000000;
	color: white;
	font-size: 19px;
	margin-bottom: 15px;
	text-align: center;
}

.black_block h1 {
	color: white;
	font-size: 19px;
	text-align: center;
	font-weight: normal;
}

#top_left {
	float: left;
	margin: 5px;
	font-size: 11px;
}
#top_left a {
	color: #ffffff;
}
#top_right {
	float: right;
	margin: 5px;
	font-size: 11px;
}
#black_block_text {
	padding: 2px;
	color: #ffffff;
}

#black_block_text h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}

#nav_block_text {
	font-size: 15px;
	padding: 22px;
	color: #ffffff;
}
.navlink {
	color: white;
	font-size: 13px;
}


/* Pictures block */
.homepics {
	float: left;
	width: 157px;
	height: 192px;
}
.homepics_spacer {
	float: left;
	width: 20px;
	height: 192px;
}

/* General CSS */

#content {
	text-align: left;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	width: 680px;
}
.clear {
	clear: both;
	height: 15px;
	background-color: #ffffff;
}
