/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 760px;
	margin: auto;
	background-image: url(../images/container_background.gif);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px;
}
#header {
	height: 232px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}
#topnav {
	text-align: right;
	width: auto;
	padding: 21px 18px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
}
#description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	width: auto;
	padding-right: 14px;
	text-align: right;
	line-height: 20px;
	color: #CC3366;
	padding-top: 65px;

}
#sidebar {
	width: 217px;
	height: auto;
	margin: 0px;
	float: left;
}
#sidebarconent {
	padding: 20px;
	color: #FFFFFF;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}
#sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
}
#maincontent {
	width: 464px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	height: auto;
	padding-bottom: 30px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	position: relative;
}
#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4D0099;
}
#maincontent a:link, #maincontent a:visited {
	color: #666666;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #4D0099;
	text-decoration: underline;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	width: 760px;
	border-top: 11px solid #010101;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a:link {
	font-weight: bold;
	color: #6C7C3D;
}
.imageright {
	padding: 6px;
	float: right;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	margin-left: 8px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099CC;
	line-height: 24px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	text-transform: uppercase;
	display: inline;
	margin-top: 10px;
}
.news {
	background-color: #F4F4FC;
	width: 420px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: 80%;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #E3E3FF;
	border-bottom-color: #E3E3FF;
	border-left-color: #E3E3FF;
}
.news h2 {
	color: #0099CC;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}
.date {
	font-weight: normal;
	margin: 0px;
	text-decoration: underline;
	font-size: 14px;
	float: right;
}
.gallerythumbnail {
	padding: 5px;
	float: left;
	height: 180px;
	width: 139px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
