html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1.8em;
	color: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



h1,
h2,
h3,
h4,
h5,
h6,
dt {
	color: #91b832;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	border-bottom: 1px solid #91b832;
	font-size: 1.8em;
	margin: 20px;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h2,
h3,
h4,
p,
blockquote,
form {
	margin: 5px 20px 15px 20px;
}


dl {
	margin: 5px 10px 15px 10px;
}

blockquote {
	border-left: 3px solid #a76382;
	display: block;
	margin-left: 40px;
	padding-left: 5px;
	font-style: italic;
}

p {
	text-align: justify;
}

img.left {
	float: left;
	margin: 5px 10px 0 0;
}
			
img.right {
	float: right;
	margin: 5px 0 0 10px;
}
			
a:link,
a:visited {
	color: #a76382;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: underline;
}



body {
	background: #000 url(../images/background.jpg) no-repeat top center; 
}



	#container {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 auto;
	text-align: left;
	width: 782px;
	}
	
	
	
		#header img {
			float: left;
			margin-top: 51px;
		}
		
		
		#header h2 {
			color: #fff;
			float: right;
			font-style: italic;
			margin-top: 60px;
		}
		
		
		
		#header ul {
			background: #000 url(../images/nav-bg.gif) repeat-x;
			border-top: 1px solid #1b1749;
			clear: both;
			float: left;
			line-height: 32px;
			height: 32px;
			margin-top: 40px;
			overflow: hidden;
			width: 780px;
		}
		
			#header ul li {
				float: left;
				text-align: center;
			}
			
			#header ul li a {
				display: block;
				width: 130px;
			}
			
			#header ul li,
			#header ul li.last a {
				background: url(../images/nav-separator.gif) no-repeat;
			}
			
				#header ul li.last a {
					background-position: top right;
				}
			
				#header ul li a {
					color: #fff;
					text-decoration: none;
				}
				
					#header ul li a:hover,
					#header ul li a:active,
					#header ul li a.current {
						background: url(../images/active-bg.jpg) no-repeat center center;
					}
					
	
	
	#content {
		clear: both;
		float: left;
		margin-top: 0px;
		position: relative;
	}
		
		.red {
			color: #F00;
		}
		
		.hidden {
			visibility: hidden;
		}

		.box {
			background-color: ;
			border: 1px solid #1a1b26;
			margin-bottom: 20px;
			overflow: hidden;
			width: 778px;
		}
	
			.box.main dl,
			.box.sub dl {
				float: left;
				display: inline;
			}
			
			.box.main dl {
	width: 220px;
			}
			
			.box.sub dl {
				width: 370px;
			}
			
				.box dl dt {
					font-size: 1.4em;
					font-weight: normal;
					margin: 10px 0 0;
				}
				
					.box dl dt a {
						color: #;
						text-decoration: none;
					}
					
					.box dl dt a:hover {
						color: #fff;
					}
				
				.box dl dd {
					margin: 5px 0;
				}
				
					.box dl dd img {
						clear: both;
						float: left;
						margin-bottom: 10px;
					}
					
					.box.sub dd img {
						float: right;
						margin: 5px 0 0 5px;
					}
		
		.gallery {
			padding: 10px;
		}
		
			.gallery img {
				margin: 5px 5px;
			}
		
		.contact p {
			width: 200px;
		}
		.contact form,
		.contact p,
		.contact #message_ok {
			float: left;
			display: inline;
		}
		
			.contact form input {
			}
		
			.contact form input,
			.contact form textarea {
				background-color: ;
				border: 0;
				clear: left;
				color: ;
				display: block;
				line-height: 1.2em;
				padding: 5px;
			}
			
			.contact form input:focus,
			.contact form textarea:focus {
				background-color: #fff;
				color: #000;
			}
			
			.contact form label,
			.contact form input,
			.contact form textarea {
				width: 250px;
				margin: 5px 0 10px 30px;
			}
			
			.contact form .btn {
				background-color: #91b832;
				color: #fff;
				width: 100px;
			}
			
			.contact #message_ok {
				color: #91b832;
				display: none;
				margin: 30px 0 0 90px;
				padding: 30px;
				font-size: 1.6em;
			}
	
	
	#footer {
		clear: both;
		font-size: .8em;
	}
	
	#footer p {
		text-align: center;
	}
