@charset "utf-8";

/* -- GLOBAL LAYOUT STYLES ------------------------------ */
html {
	width: 				100%;
	height: 			100%;
}

body {
	margin: 			0;
	width: 				100%;
	background-color:	#788a0a;
	text-align: 		center;
	font-family: 		Arial, Sans-Serif;
	font-size: 			13px;
}

a {
	color: 				#ff3300;
}

table td {
	padding-top: 		10px;
	vertical-align: 	top;
}

hr {
	height: 			0px;
	border: 			0px;
	background-color:	#000000;
	border-bottom: 		1px dashed #000000;
}	

/* -- GLOBAL SECTIONS ----------------------------------- */
#container {
	width: 				869px;
	margin: 			0px auto;
}

#header {

}

#menu-top {
	position: 			relative;
	float: 				left;
	width: 				667px;
	height: 			132px;
	background:			url('/images/site/content-top.gif') top left no-repeat;
	font-size: 			16px;
	font-weight: 		bold;
}

#menu-top a {
	color: 				#f6e9a0;
	text-decoration: 	none;
}

#menu-top a:hover {
	color: 				#ffffff;
}

#link-register {
	position: 			absolute;
	top: 				70px;
	left: 				388px;
	width: 				100px;
}

#link-contact {
	position: 			absolute;
	top: 				15px;
	left: 				440px;
	width: 				100px;
}

#link-mailing {
	position: 			absolute;
	top: 				65px;
	left: 				537px;
	width: 				100px;
}

#menu {
	float: 				left;
	width: 				172px;
	padding: 			20px 10px 20px 20px;
}

#menu ul {
	list-style-type: 	none;
	margin: 			0px;
	padding: 			0px;
	text-align: 		left;
}

#menu ul li {
	font-size: 			13px;
}

#menu ul li a {
	display: 			block;
	margin-top: 		10px;
	color: 				#ff3300;
	text-decoration: 	none;
}
#menu ul li a:hover {
	color: 				#788a0a;
}

#body {
	background:			url('/images/site/background.gif') top left repeat-y;
}

#content {
	float: 				left;
	width: 				607px;
	text-align: 		left;
	padding: 			0px 30px;
}

#footer {
	padding-bottom: 	20px;
}

#footer-contact {
	float: 				left;	
	width: 				467px;
	background:			url('/images/site/content-footer.gif') top left no-repeat;
	padding-top: 		140px;
	padding-right: 		200px;
	text-align: 		center;
	color: 				#f6e9a0;
	font-size: 			18px;
}

.image-menu {
	float: 				left;
	display: 			block;
	margin: 			0;
	padding: 			0;
	border: 			0;
}

.clear {
	clear: 				both;
	height: 			0px;
	line-height: 		0px;
}

/* -- PHOTO GALLERY ------------------------ */
#gallery {
	margin: 			10px 0px;
}

#gallery img {
	display: 			block;
	float: 				left;
	margin: 			0px;
	border:				0px;
	padding: 			0px;
}


