@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dbe9f0;
	margin: 0px;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	background-image: url(../images/side_bg.png);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
}
#header {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: "Comic Sans MS", cursive;
	background-color: #FDE9DA;
}
#main_bottom {
	background-image: url(../images/main_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#main_mid {
	background-image: url(../images/main_bg_mid.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: justify;
	font-family: "Comic Sans MS", cursive;
}
#main_top {
	background-image: url(../images/main_bg_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
a {
	color: #5b86a5;
}
#header a {
	color: #000;
	text-decoration: none;
}
#header a:hover {
	color: #5b86a5;
}
#main_mid h1 {
	margin-top: 0px;
	text-align: center;
}
#footer {
	font-size: small;
	font-weight: bold;
	text-align: center;
	clear: both;
	background-color: #FDE9DA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.margin-0px-top {
	margin-top: 0px;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #000;
}
.image-right-col {
	font-size: small;
	font-style: italic;
	text-align: center;
	float: right;
	width: 374px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-right-incol {
	margin-bottom: 2px;
	border: 2px solid #000;
}
.image-right-noborder {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.gallery-border {
	border: 1px solid #000;
}
.clear-both {
	clear: both;
}
