/* CSS Document */

/*

Color Key
------------------------------
Dark Blue: 002b4f
(Used on text and border)

Orange: aa532c

Lt blue: 608fba
Used as content default color


*/

/* Global Reset */
* {
	margin: 0px;
	padding: 0px;
}

/* Body and page layout */
body {
	margin: 50px;
	color: #002b4f;
	text-align: center;
	background-color: #002b4f;
	background-image: url(../images/back_site.gif);
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 10px;
	text-align: left;
}

#container {
	position: relative;
	width: 900px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat;
}

#content {
	position: relative;
	width: 880px;
	background-color: #608fba;
	background-image: url(../images/back_container.png);
	background-repeat: repeat-x;
	padding: 10px;
}

#content h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #002b4f;
	border-top: 5px solid #002b4f;
	font-size: 30pt;
}
#content h1 a {
	color: #002b4f;
	font-size: 30pt !important;
}
#content a {
	font-size: 18pt;
	color: #FFFFFF;
}
#gallery {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
#gallery div {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#gallery img {
	border: 5px solid #aa532c;
}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.clears {
	clear: both;
	height: 0px;
}
.images {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #002b4f;
}

#footer {
	color: #FFFFFF;
	font-size: 12pt;
}

#footer strong {
	font-size: 18pt;
}