body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#333333;
}


#hp {
	width: 900px;
	height:685px;
	text-align:center;
	margin: auto;
	display: table;

	border-color: #af8e76;
	border-style:solid;
	border-width:1px;
	
	background-color:#fbfffa;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top right;

	
}

#header {
	height: 200px;
	display:table-row;
	background-image:url(../images/logo.gif);
	background-image:url(../images/logo.jpg);
	background-position: 10px 10px;
	background-repeat:no-repeat;
	
}
#body {

	height: 407px;
	text-align:left;
	display:table-row;
	margin-top: 20px;

}

#body #nav {
	float:left;
	width: 175px;
	height: 387px;
	display:table-cell;

}


#body #content {
	height: 407px;
	width: 715px;


	overflow:auto;
	
	scrollbar-base-color:#FFFFFF; 
	scrollbar-track-color:#ffffff; 
	scrollbar-highlight-color:#af8e76; 
	scrollbar-3d-light-color:#ffffff; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-shadow-color:#ffffff; 
	scrollbar-arrow-color:#af8e76;
	margin-right: 5px;
	margin-bottom: 5px;
}




.menu {
	padding-bottom: 3px;	
	margin-left: 10px;
}

#body #nav ul {
	margin-left: 15px;
}



#body #nav a, #body #nav a:link, #body #nav a:visited, #body #nav a:active {

	color:#602109;
	font-weight:bold;
	
	text-decoration:none; 	
	width: 116px;
	height:18px;
	display:block;
	
	border: #af8e76 solid 1px;;

	margin: 2px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding-top: 4px;
	padding-left: 4px;
	
}

#body #nav a:hover {
	color: #af8e76;
	text-decoration:none; 
	width: 116px;
	height:18px;
	display:block;

	margin: 2px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding-top: 4px;
	padding-left: 4px;
	
}

#content a {
	color:#333333; 
	text-decoration:none;
	border-bottom: #af8e76 solid 1px;	
	
}

#content a.nolink {
	color:#333333; 
	text-decoration:none;
	border-bottom: none;	
	
}


#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight: bold;
	color: #602109;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight: bold;
	color: #602109;
	
}




#content select, input, textarea, option {
	background-color: #fbfffa;;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #af8e76 solid 1px;
	font-size: 10px;
	
}

#content input {
	height: 15px;
}
		
#content textarea {
	overflow: auto;
	width: 370px;
}

#content td {
	margin: 0px;
	padding: 0px;
	
}



#lang {
	padding-left: 10px;
	width: 116px;
	text-align: right;
	font-size: 10px;
}

#lang a, #lang a:link, #lang a:visited, #lang a:active {
	color:#602109;		
	text-decoration:none; 	
	
}
#lang a:hover{
	color:#602109;		
	text-decoration:underline;
	font-weight: bold;
	
}

