* {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
html { height: 100%; }
body {
	/*background: #d2eaf7 url(../images/bg_body.png) repeat-x 0 0;*/
	color: #5fa5d5;
	height: 100%;
	text-align: center;
}
body, textarea, input {	font: 62.5%/100% Arial, Tahoma, Verdana, sans-serif; }
h1, h2, h3, h4, h5, h6, textarea, input, select { font-size: 1em; }
ul { list-style: none; }
a { text-decoration: none; }
img, fieldset { border: none; }
/** INPUT ELEMENTS **/
form label {
	float: left;
	padding-top: 2px;
	width: 150px; 
}
textarea, input, select {
	background: #263937;
	border: 1px solid #fff;
	color: #fff;
}
/** MAIN ELEMENTS **/
#container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 790px;
}
#title {
	height: 35px;
	text-align: left;
}
#header {
	height: 337px;
	width: 790px;
}
#mainContent {
	background: #fff;
	font-size: 1.3em;
	line-height: 120%;
	margin-top: 10px;
	overflow: hidden;
	/*padding: 0 10px 0 10px;*/
	text-align: justify;
	width: 790px;
}
#footer {
	background: url(../images/bg_content.png) no-repeat 0 0;
	height: 226px;
	padding-top: 10px;
	width: 790px;
}
#adminMenu {
	border: 1px solid #000;
	margin-left: 10px;
	overflow: hidden;
	padding: 5px;
	width: 758px;
}
/** MAINCONTENT ELEMENTS **/
/*#mainContent a { color: #fd413f; }*/
#mainContent h1 {
	/*background: url(../images/bg_body.png) repeat-x 0 0;*/
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	height: 24px;
	margin-bottom: 10px;
	padding: 7px 0 0 5px;
	width: 100%;
}
#mainContent h3 {
	/*color: #fd413f;*/
	font-size: 1.1em;
	padding: 5px 0 5px 10px;
}
#mainContent p {
	padding: 0 10px 5px 10px;
}
#mainContent li {
	list-style-type: disc;
	margin-left: 30px;
	padding: 0 10px 5px 0;
}
#mainContent ol {
	margin-left: 20px;
	padding-bottom: 5px;
}
#mainContent .pagenav {
	text-align: center;
}
/** GALLERY ELEMENTS **/
#gallery {
	padding: 0 10px 0 10px;
}
#gallery p {
	padding: 0 0 5px 0;
}
#gallery .categories {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
	width: 255px;
}
#gallery .categories .thumbnail {
	border: 2px solid #5fa5d5;
	float: left;
	margin-right: 5px;
}
#gallery .categories .text {
	float: right;
	overflow: hidden;
	text-align: left;
	width: 135px;
}
#gallery h2 {
	font-size: 1.2em;
	padding-bottom: 5px;
}
#gallery .images {
	margin: 0 auto;
	text-align: center;
}
#gallery .images .big {
	float: left;
	width: 455px;
}
#gallery .images .big img {
	border: 2px solid #5fa5d5;
}
#gallery .images .small {
	float: right;
	text-align: left;
	width: 300px;
}
#gallery .images .small img {
	border: 2px solid #5fa5d5;
	margin: 2px;
}
/** FOOTER ELEMENTS **/
#footer a {
	color: #000;
}