﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-left: 0;
	margin-top: 0;
	width: 800px;
	height: 100%;
}

p.head {
	color: #839eba;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
}
p.norm {
	color: #333333;
	font-size: 11px;
	text-align: justify;
}

p.dis {
	color: #999999;
	font-size: 9px;
	text-align: justify
}

ol {
	color: #333333;
	font-size: 11px;
}


a:link {
	color: #777777;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #b3ae8f;
	font-size: 11px;
	text-decoration: underline;
}

a:active {
	color: #777777;
	font-size: 11px;
	text-decoration: underline;
}

a:visited {
	color: #777777;
	font-size: 11px;
	text-decoration: none;
}

#container {
	width: 800px;
	overflow:visible
	}
#header {
	height: 600px;
	width: 234px;
	float: left;
}
#picture {
	height: 294px;
	width: 566px;
	float: left;
}
#body {
	width: 520px;
	padding-left: 10px;
	float: left;
}

