/* CSS Document */
html{
	scrollbar-track-color:#c7b370;
	scrollbar-face-color:#c7b370;
	scrollbar-highlight-color:#c7b370;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;	
	scrollbar-shadow-color:#8c7937;
	scrollbar-darkshadow-color:#8c7937;
}
body{
	background-image:url(img/back.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0px;
	font-size:12px;
	color:#333333;
}
#main{
	width:900px;
	background-color:#FFFFFF;
	/*
	background-image:url(img/back2.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;
	*/
	border-left:#765c47 solid 1px;
	border-right:#765c47 solid 1px;
}
#header{
	height:25px;
	background-image:url(img/headerBack.png);
	margin:0px;
	font-size:12px;
	text-align:left;
	border-bottom:#765c47 solid 0px;
}
#left{
	width:230px;
	float:left;
}
#right{
	width:670px;
/*	border-left:#765c47  solid 1px;*/
	text-align:left;
	float:right;
}
#bottom{
	height:60px;
	background-image:url(img/bottom.png);
	text-align:center;
	clear:both;
}
/*LeftStart*/
#contentsReserveFrame{
	width:210px;
	background-image:url(img/leftBack.png);
	background-repeat:no-repeat;
	border:#765c47  solid 1px;
	margin:9px;/*///////////////////////////////////////////////////////*/
}
#contentsReserveNoFrame{
	width:210px;
	margin:10px 10px 10px 10px;
}
#contentsReserve{
	padding:10px;
	text-align:left;
}
#contentsReserve2{
	padding:10px 20px 10px 20px;
	text-align:left;
}
#contentsNoFrame{
	text-align:left;
}
/*LeftOver*/
/*RightStart*/
#contentsFrame{
	width:640px;
	border:#765c47 solid 1px;
	margin:14px;/*/////////////////////////////////////////////////////*/
}
#contents{
	padding:15px 15px 10px 15px;
	text-align:left;
}
#contentsCharge{
	padding:0px;
	text-align:left;
}
#contentsLeft{
	width:240px;
	/*padding:20px 0px 0px 0px;*/
	text-align:right;
	float:left;
}
#contentsRight{
	width:360px;
	/*padding:10px 0px 0px 0px;*/
	text-align:left;
	float:right;
}
#contentsBottom{
	height:5px;
	text-align:center;
	clear:both;
}
#contents1{
	width:203px;
	float:left;
}
#contents2{
	width:406px;
	float:right;
}
#contents2L{
	width:203px;
	float:left;
}
#contents2R{
	width:203px;
	float:right;
}
#button{
	padding:10px 0px 0px 0px;
	text-align:center;
}
/*RightOver*/
#img{
	text-align:center;
}
img{
	border-width:0px;
}
a:link		{text-decoration:none; font-size:12px; color:#333333;}
a:visited	{text-decoration:none; font-size:12px; color:#000000;}
a:hover		{text-decoration:underline; font-size:12px; color:#000000;}
a:active	{text-decoration:none; font-size: 12px; color:#000000;}

ul{
	margin:10px;
	padding:0px;
}
ul li{
	list-style:none;
}
ul.topics{
	margin:0px;
	margin-bottom:15px;
	padding:0px;
}
ul.topics li{
	list-style:none;
	border-bottom:#765c47 dotted 1px;
	line-height:2em;
}
ul.equip{
	margin:0px;
	margin-bottom:15px;
	padding:0px 20px 0px 20px;
}
ul.equip li{
	list-style:circle;
	border-bottom:#765c47 dotted 1px;
	line-height:2em;
}
form{
	margin:0px;
}
/*
hr{
	border:#999999 dotted 2px;
}
*/
h1{
	font-size:12px;
	padding:0px;
	padding-left:5px;
	margin:0px;
	line-height:1.5em;
}
h3{
	font-size:12px;
	background-color:#9e9478;
	padding:0px;
	padding-left:5px;
	margin:0px;
	line-height:1.5em;
}
h6{
	font-size:12px;
	padding:0px;
	margin:0px;
	line-height:1.5em;
}
