@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #52708f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	background-color: #90B7FC;
}
#container {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#nav {
	background-image: url(images/head.jpg);
	background-position: right bottom;
	width: 760px;
	background-repeat: no-repeat;
	height: 85px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


#nav li {
	display: block;
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}
#nav  a:link, #nav  a:visited {
	width: 120px;
	color: #52708f;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#nav a:hover {
	text-decoration: underline;
	color: #b5cae0;
}
a:link, a:visited {
	color: #52708f;
	font-weight: bold;
}

#header {
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 208px;
}
#name {
	padding-top: 70px;
	padding-left: 200px;
	font-size: 16px;
}




#contactbar {
	background-color: #b5cae0;
	height: 47px;
	padding-top: 15px;
	padding-left: 15px;
	background-image: url(images/contactbar.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#contactbar p {
	padding: 0px;
	margin: 0px;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	padding: 15px;
}
.center {
	text-align: center;
}

#leftcol {
	width: 220px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#rightcol {
	margin-left: 250px;
	padding: 10px;
}



#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #b5cae0;
	clear: both;
}
