/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img
{
border: 0px;
}
.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* menu structure */

.artmenu
{
	padding: 0px 0px 0px 0px;
}

.nav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 5px;
	height: 41px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: -2px;
	width: 874px;
	clip: rect(auto, auto, auto, 874px);
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 41px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 123px;
	background-image: url('images/MenuItem.png');
}

.artmenu a .l
{
	left:0;
	right:0px;
}

.artmenu a .r
{
	width:400px;
	right:-4px;
	clip: rect(auto, auto, auto, 400px);
}

.artmenu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
	margin: 0 0px;
	line-height: 41px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-41px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-41px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-41px;
}
.artmenu a:hover .t
{
	color: #EDEDED;
}

.artmenu li:hover a .t
{
	color: #EDEDED;
}

.artmenu li:hover>a .t
{
	color: #EDEDED;
}


.artmenu a.active .l, .artmenu a.active .r
{
	top: -82px;
}

.artmenu a.active .t
{
	color: #E3E3E3;
}



.tit_bot a{
	text-decoration:none;
	color:#000000;
}

.tit_bot a:hover{
	text-decoration: underline;
}


body{
	line-height:20px;
	background:url(images/bg.jpg) top repeat-x #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}


#main{
	width: 950px;
	margin: 0px auto;
	padding: 52px 0px 0px 0px;
	background: url(images/top.jpg) top left no-repeat;
	
}


#header { width:950px;
padding: 0px 0px 0px 0px;
height: 175px;

}

#buttons{
	width: 950px;
	background: url(images/menu.jpg) left top repeat-x;
	text-align:center;
	height:43px;
	
	margin-right:20px;
	padding-left:0px;
	padding-top:0px;
}


#buttons a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
	float: left;
	width: 118.5px;
	height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 13px;
	text-align: center;
	margin-right: 0px;
	background: url(images/but.jpg) left top no-repeat;
}

#buttons a:hover {

	background: url(images/but_ov.jpg) left top no-repeat;
	color:#6E0004;
}
#but{
	width: 222px;
	background: url(images/menu.jpg) left top repeat-x;
	text-align:center;
	height:43px;
	margin-right:20px;
	padding-left:0px;
	padding-top:0px;
}


#but a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 13px;
	text-align: center;
	margin-right: 0px;
	background: url(images/but.jpg) left top no-repeat;
}

#but a:hover {
	text-decoration: underline;
	background: url(images/but_ov.jpg) left top no-repeat;
	color:#6E0004;
}

#logo{
	background: url(images/logo.jpg) center top no-repeat;
	height: 13px;
	padding: 10px 0px 0px  6px;
	text-align:center;
}

#logo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H3{
	font-size: 14px;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}
#logo H1{
	font-size: 18px;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #FFF;
}
#logo H2{
	font-size: 10px;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;

	
	color: #FFF;
}
#bg_top {
	background: url(images/bg_top.jpg) left top no-repeat;	
	height:304px;
	width:317px;
	float:left;}
	
#text_top {
	color:#000000;
	width:234px;
	margin: 11px 0px 0px 19px;}


#cont_out { 
	background: url(images/cont_bot.jpg) bottom repeat-x;
	width:978px;
	padding: 11px;
}

#content{
	width: 950px;
	padding: 2px 0px 0px 0px;
	background: #FFFFFF;
}

#left{
	width: 731px;
	padding: 0px;
	float:left;
	background: url(images/left.jpg) top repeat-x;
	min-height: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#ll{
	width: 200px;
	padding: 0px;
	float:right;
	min-height: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.left1 {
background:url(images/lft.jpg) left top no-repeat;
padding: 0px 4px 0px 4px;
}

.left2 {
background:url(images/left2.jpg) left top no-repeat;
padding: 0px 4px 0px 4px;
}

#right .list 
{
	list-style: none;
	padding-left: 38px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	display:block;
	background: url(images/fish1.gif) 7px 12px no-repeat;
}

.tit_bot {	background: url(images/tit_bot.png) center top no-repeat;
			padding: 7px 5px 0px 0px;
}

.text{
	padding: 10px 0px 0px 10px;
	text-align: left;
	font-size: 12px;
	color: #000;
}

.img {	float:left;
		margin: 2px 17px 5px 0px;
}

.img_t {	float:right;
		margin: 0px 10px 0px 0px;
}

span {	color:#700307;
		font-weight:bold;
}

.color { color:#3774A0;}

.dat { text-decoration:underline;}

#right H1{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #FFFFFF;
	height: 29px;
	padding-left: 11px;
	padding-top: 8px;
	text-align: left;
	background: url(images/tit_r.jpg) center top no-repeat;
}

#left H2{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #892825;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 16px;
	text-align:left;
	background: url(images/tit_l.gif) bottom repeat-x;
}

.read{
	text-align:right;
	padding-right:5px;
	padding-top: 15px;
}

.read_r{
	text-align:right;
	padding-right:5px;
	padding-top: 8px;
}

#right{
	float:left;
	width: 160px;
	margin-right: 3px;
	background: url(images/right.jpg) top repeat-x;
	height: 300px;
}



#right ul 
{
	list-style: none;
	padding-left:0px;
	padding-top:0px;
	margin: 0px;
	display:block;
	padding-bottom: 0px;
}

#right li{
	padding-top: 5px;
	background: url(images/fish1.gif) 10px 12px no-repeat;
	padding-left: 38px;
}

.ban {
	width: 587px;
	height:300px;
	margin-left:360px;
	background-image: url(images/lb_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.banlft {
width: 242px;
background:url(images/lb_bg.jpg) left top no-repeat;
height:176px;}

.ban H3 {
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#FFFFFF;
padding: 9px 0px 9px 0px;}

.text_ban {
	color:#FFFFFF;
	padding: 0px 15px 30px 19px;
	font-size: 16px;
	text-align: justify;
}

.read_ban {
text-align:right;
margin: 0px 10px 10px 0px;
}

.ban a {
	font-weight:bold;
	color:#FF6700;
	text-decoration:underline;
	padding-right:10px;
}
.ban a:hover {
text-decoration:none ;
color:#FF6700;
}


#footer{
	height: 54px;
	width: 950px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	clear:both;
	padding: 10px 0px 0px 0px;
	background: url(images/footer.jpg) left top repeat-x #000000;
}

#footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}
#main #content #left .left1 .text form p  {
	text-align: left;
}
#main #content #left .left1 .text form p {
	text-align: center;
}

