/*------------------------------- main -------------------------*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}
body {
	text-align: center;
	font-family:tahoma;
	font-size:11px;
	background-color:#111;
	background-image:url(../images/body_bg.png);
	background-position:center top;
	background-attachment:fixed;
	color:#91B1BE;
}
a,a:hover,a:visited,a:active {
	font-family:tahoma;
	color:#bbb;
	text-decoration:none;
}
a:hover {
	color: black;
}
h1 {
	font-size: 32px;
}
h2 {
	margin: 0 0 0 5px;
	color: #f3680b;
	font-size: 22px;
}
h3 {
	margin: 10px 0 0 10px;
	color: #bbb;
	font-size: 17px;
}
h6 {
	margin: 0 0 15px 15px;
	font-weight: normal;
	color:#999;
}
p {
	text-indent: 20px;
}
#contents {
	width:720px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	padding:0;
	margin: 10px auto 0;
	text-align: left;
	position: relative;
}
#header {
	width: 720px;
	height: 125px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat; 
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#menu {
	background-color: #f3680b;
	width: 720px;
	height: 29px;
	padding: 0;
	color: white;
}
#menu a,a:visited,a:active {
	color: white;
}
#menu a:hover {
	color: black;
}
#menu img{
	border: 0;
}
#menu_button {
	padding: 7px 0 0 25px;
	top: 7 !important;
	top: 7px; /* For Certain IE widths */
}
#content {
	color: black;
	vertical-align: top;
	padding: 15px;
}
#content a,a:visited,a:active {
	color: black;
}
#content a:hover {
	color: #bbb;
}
#footer {
	color: #bbb;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat; 
	width: 720px;
	height: 29px;
	margin: auto;
}
#footer_text {
	color:#bbb;
	font-size:9px;
	margin: 5px 0 0 0;
}
#footer_text a,a:visited,a:active {
	color:#bbb;
}
#footer_text a:hover {
	color:black;
}
#imglist {
	height: 250px;
	border-bottom: 1px solid #bbb;
	margin-top: 10px;
}
#imglist img {
	margin: 5px;
	border: solid 10px #eee;
}
#imglist img.big {
	float: left;
	margin-right: 20px;
	border: solid 10px #ddd;
}
ul { margin-top: 0; margin-bottom: 0; }
li { list-style-position: inside; }	
img { border: none }
img.border { border: solid 1px black }
img.float_left {float: left; margin: 10px 10px 10px 0 }
img.float_right {float: right; margin: 10px 0 10px 10px }
img.float_right_border {float: right; margin: 5px; border: dashed 1px black }
img.float_left_border {float: left; margin: 5px; border: dashed 1px black }