@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	background:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

img {border:0;}
a:link {color:#40792a;text-decoration:underline;}
a:visited {color:#779d48;text-decoration:underline;}
a:active,
a:hover {color:#c1dc37; text-decoration:none;}

p {
	margin:9px 0;
}

ul,ol {
	margin:0;
	padding:0;
}

ul li {
	margin: 4px 0 4px 28px;
	padding:0;
	list-style-type:disc;
	list-style-position:outside;
}

ol li {
	margin: 4px 0 4px 28px;
	padding:0;
	list-style-type:decimal;
	list-style-position:outside;
}

h1,h2,h3,h4,h5,h6 { 
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	margin:1em 0 0.5em 0;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.2em;
}

h2 {text-transform:none;letter-spacing:0.1em;}
h3 {font-size:20px;}
h4 {font-size:20px;text-transform:none;letter-spacing:0.1em;}

h5 {font-size:18px;font-weight:normal;}
h6 {font-size:18px;text-transform:none;letter-spacing:0.1em;font-weight:normal;}
#page {
	width:980px;
	heigt:665px;
	text-align:left;
	margin:0 auto;
}

#header {height:83px; background:url(../images/frame-top.jpg);}
#header h1{display:none;}
#navigation {background:url(../images/frame-left.jpg);height:523px;width:153px;float:left;}
#navigation ul {
		top:14px;
		position:relative;
}
#navigation li {
	margin: 0 0 6px 10px;
	list-style:none;
}
#content {float:left; height:523px; width:827px; background:url(../images/frame-right.jpg) top right no-repeat;}
#content-inner {height:500px;width:650px;margin:10px 0 0 10px;}
.scroll-area {overflow:auto;}
#footer {background:url(../images/frame-bottom.jpg);height:59px;clear:both;}



ul.gallery li{
	list-style:none;
	margin:0px 20px 20px 0;
	float:left;
}

ul.gallery li a:link {color:#fff;}
ul.gallery li a:visited {color:#ccc;}
ul.gallery li a:active,
ul.gallery li a:hover {color:#c1dc37;}

ul.gallery li img {
	display:block;
	border:5px solid;
}