html, body, div, ul, li, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
input, select, label {
	margin: 1px;
	padding: 1px;
}
input {
	height: 18px;
	line-height: 16px;
	font-size: 12px;
	vertical-align: middle;
}
	
.clearfix {
	display: block;
	clear: both;
	width: 100%;
}
div, label, input, textarea {
	color: #333333;
	font-family: Helvetica, Arial, sans;
	line-height: 16px;
	font-size: 11px;
	vertical-align: baseline;
}

body {
	background-color: #cfcfcf;
	/*background-image: url( '../images/layout/bg.gif' );
	background-repeat: repeat-y;
	background-position: top center;*/
}

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

a:hover {
	text-decoration: underline;
}

hr {
	width: 100%;
	color: #ffffff;
}

.head {
	color: #ffffff;
	text-transform: uppercase;
}

#content {
	width: 800px;
	background-color: #ffffff;
	overflow: hidden;
	margin: 25px auto 0px auto;
}

#content #header {
	width: 750px;
	height: 230px;
	overflow: hidden;
	margin: 25px auto 10px auto;
}

#content #menu {
	width: 750px;
	height: 20px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

#content #menu img {
	padding-left: 13px;
	padding-right: 13px;
}

#content #bodytop {
	width: 750px;
	height: 25px;
	overflow: hidden;
	margin: 10px auto 0px auto;
	background-color: #760000;
	background-image: url( '../images/layout/smudge.png' );
	background-repeat: no-repeat;
	background-position: 5px -1px;
}

#content #body {
	width: 750px;
	overflow: hidden;
	margin: 0px auto 25px auto;
	background-color: #b4cfd1;
}

#content #body #bodyleft {
	float: left;
	background-color: #9cb8b9;
	background-image: url( '../images/layout/background_overlay.png' );
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 370px;
	padding: 25px;
	overflow: hidden;
}

.photo {
	float: left;
	width: 90px;
	height: 130px;
	padding: 10px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	overflow: hidden;
	line-height: 104px;
	font-size: 104px;
	vertical-align: middle;
}

.photo img{
	vertical-align: middle;
}


#content #body #bodyright {
	float: left;
	width: 280px;
	padding: 25px;
	overflow: hidden;
}

#footer {
	width: 800px;
	color: #666666;
	overflow: hidden;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin: 0px auto 25px auto;
}

#footer a{
	color: #666666;
	text-decoration: none;
}

#footer a:hover{
	color: #666666;
	text-decoration: underline;
}


