/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background:#FFFFE1 url(../images/bg_page.jpg) repeat-x;
}

#container
{
	margin: 0 auto;
	width:975px;
}
#header_print{
	display:none;
}
#header{
	background:url(../images/bg_header.jpg) no-repeat;
	height:223px;
	color:#003300;
}

#navigation{
	width:400px;
	float:left;
	margin-top:155px;
	padding-left:300px;
	font: bold 14px Tahoma, Verdana, sans-serif;
	color:#003300;
	text-decoration:none;
}
#navigation a{
	color:#003300;
	text-decoration:none;
	padding-right:20px;
}
#navigation a{
	color: #003333;
	text-decoration:none;
}

#menu{
	float:right;
	margin-top:155px;
	padding-right:50px;
	font: bold 14px Tahoma, Verdana, sans-serif;
	color:#003300;
	text-decoration:none;
}
#menu a{
	color:#003300;
	text-decoration:none;
}
#menu a{
	color: #003333;
	text-decoration:none;
}

#content{
	color:#003300;
	font:12px/16px Tahoma, Verdana, sans-serif;
	padding:0 50px;
}
#content h1{
	font: bold 16px Tahoma, Verdana, sans-serif;
}
#content h2{
	font: bold 14px Tahoma, Verdana, sans-serif;
}
#rightcol{
	width:300px; 
	margin-left:20px;
	float:right;
}
#gallery{
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
#gallery img{
	border:1px solid #003300;
}
#footer{
	clear:both;
	color:#003300;
	font:10px Tahoma, Verdana, sans-serif;
	text-align:center;
	padding-top:30px;
}
#footer a{
	color:#003300;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
.imageright{
	border:1px solid #003300;
}
.error{
	color:#990000;
	font-weight:bold;
}