* {
	padding: 0;
	margin: 0;
}
#right{
	align: left;
	margin-left: 50px;	
	
	
}
#container {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0px auto;
}
body {
	background:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#eee;
}
ul {
	width: auto;
	margin-left: 50px;
	margin-bottom: 10px;
}

a {
	color: #a45118;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
	text-align: left;
	clear: none;
	padding-left: 20px;
}


h2 {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 15px;
	padding-left: 10px;
	margin-top:10px;
	margin-bottom: 10px;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 4px;
	clear:both;
}

h3 {
	text-decoration: none;
	font-weight: bold;
	color: #a45118;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	display:block;
	border-bottom:dotted #a45118 thin;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}
#bodyDiv {
	padding: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
#portrait {
	clear: none;
	float: right;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-left: 10px;
}
#contact {
	text-align: center;
	margin-bottom: 15px;
}
#contact p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}
#banners {
	margin-top:10px;
	text-align: center;
}
#banners img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#header a {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
}
#header a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}