/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	background-color:#FFFED5;
	padding:10px;
}
body, td{
	font-family:Tahoma, Verdana;
	font-size:14px;
	color:#000000;
	line-height:17px;
}
form{ display:inline; }
img{ border:0px;}
a {
	color:#174A50;
	text-decoration: underline;
}
a:link {
	color:#174A50;
	text-decoration: underline;
}
a:hover {
	color:#174A50;
	text-decoration:none;
}

.line10{ height:10px; line-height:10px; }
.line20{ height:20px; line-height:20px; }
.line30{ height:30px; line-height:30px; }

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#573e00;
	margin-top:10px;
	margin-bottom: 20px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#573e00;
	margin-top:10px;
	margin-bottom: 20px;
}

p{
	margin-top:10px;
}

#header{
	background: url(/images/header.png) top center no-repeat;
	width:986px;
	height:112px;
	margin:0 auto;
}

#menu{
	background:#174A50 url(/images/menu.png) top center no-repeat;
	width:986px;
	height:41px;
	margin:0 auto;
}

#menu ul{
	list-style-type: none;
	margin-left:20px;
}
#menu ul li{
	float: left;
	height:41px;
	margin-left:1px;
}
#menu ul li a, #menu ul li a:link{
	display:block;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	height:31px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
#menu ul li a:hover,#menu ul li a.current{
	background:#01C2CA url(/images/menu_hover.png) top left repeat-x;
	display:block;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	height:31px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	color:#FFF;
	text-decoration:underline;
}

#main{
	background: url(/images/main_bg.png) top center repeat-y;
	width:946px;
	margin:0 auto;
	padding:20px;
}


#footer{
	background: url(/images/bottom.jpg) bottom center no-repeat;
	width:986px;
	height:41px;
	margin:0 auto;
	text-align:center;
	padding-top:80px;
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#494949;
}

.gallery{
	margin-left:20px;
}

.gallery img{
	border: 10px solid #EAEACF;
	margin-right:20px;
	margin-top:20px;
}
.gallery img:hover{
	border: 10px solid #CCC;
	margin-right:20px;
	margin-top:20px;
}