@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../template/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #3F628D;
}
h1, h2, h3, h4 {
	padding-left: 15px;
	color: #263A53;


}
#sidebar p {
	padding-left: 15px;
	padding-right: 15px;
}
#content-main p {
	padding-right: 20px;
	padding-left: 15px;
}




#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;

}
#header {
	height: 250px;
	background-image: url(../template/header.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;

}
#footer p {
	font-size: 0.8em;
}

#header h1 {
	padding-top: 175px;
	font-size: 1em;
	margin-right: 545px;
}
#header p {
	font-size: 0.85em;
	color: #263A53;
	margin-right: 545px;
}


#navigation {
	height: 35px;
	background-image: url(../template/nav.gif);
	padding-left: 15px;

}
#sidebar {
	float: left;
	width: 256px;
	clear: left;

}
.imgwrap {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content {
	background-repeat: repeat-y;
	float: left;
	width: 790px;
	background-image: url(../template/2-col-bg.gif);
}
#content-main {
	width: 532px;
	float: right;
}

#footer {
	clear: both;
	text-align: center;
	background-image: url(../template/footer.gif);
	height: 60px;
	padding-top: 15px;

}
th {
	text-align: left;
}
#content-main ul {
	margin-right: 20px;
}

table {
	border: none;
	width:90%;
	margin-left:10px;
}
a {
	text-decoration: none;
	color:#263A53;
}
a:hover {
	color:#263A53;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#3F628D;
}
.gallery {
	margin: 2px;
}
