/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
}
body,td,th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 967px;
	background-image:url(/images/layout_01.jpg); 
	background-repeat:no-repeat; 
	background-color:#CCCCCC;
}

#header {
	height:204px;
}

#left {
	float: left;
	width: 228px;
	margin:12px;
	background-color:#AEAEAE;
}
#left_top{
	background-image:url(/images/layout_03.gif);
	height:10px;
}
#left_bottom{
	background:url(/images/layout_09.gif);
	height:11px;
}

#right {
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	width: 703px;
	background:#FFFFFF;
}
#right_top{	
	background-image:url(/images/layout_05.gif);
	height:10px;
}
#right_bottom{
	background-image:url(/images/layout_10.gif);
	height:11px;
}
#right_wrap{	
	position:relative;
	top:-10px;
	padding:5px;
}
#footer {
	clear: both;
	background-image:url(/images/layout_11.gif);
	height:13px;
}
.menu{ 
width: 228px;
overflow:hidden;
}
.menu a{
    padding: 5px 0;
    text-indent: 10px;
    display: block;
    color: #000000;
    text-decoration: none;
}
.menu a:hover{
	background-color:#ffff99;
    color: #000000;
    text-decoration: none;
}
.menu .active{
	background : url(/images/linkarrow.gif) no-repeat right center;
}
#header_left {
	float: left;
	width: 333px;
	height:182px;
	padding-top:22px;
	padding-left:7px;
}

#header_right {
	float: right;
	width: 340px;
	height:182px;
	padding-top:22px;
}

#header_middle { 
	float: left;
	width: 287px;
	margin-top:185px;
	height:18px;
	font-size:x-small;
	background-image:url(/images/30percentwhite.png);
}
#header_middle a{	
	color:#000000;
	text-decoration:underline;
}
#header_middle img{
	position:relative;
	top:3px;
}
h1 {
	margin:0px;
	border-bottom:1px #FFCC00 dotted;
	font-size:20px;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}
img {
	border:none;
}
.gallery_image{
	border:#111111 1px solid; margin:5px;
}
#gallery li{
	display:inline-table;
	width:100px;
	height:100px;
	margin:10px 10px 40px 10px;
	border:5px #CCCCCC solid;
	background-position:center middle;
	background-repeat:no-repeat;
	background-color:#999999;
	text-align:center;
	vertical-align:middle;
}
#gallery li a{
	position:relative;
	top:110px;
	color:#333333;
}