/* CSS Document */

	/* lay-out */

body{
	font-family: Verdana;
	background-color: #50371f;
	margin: 0;
	font-size: 62.5%; /* = 10px */
	color: #7b8b4a;	
}

#main_container{
	margin: 0 auto;
	width: 800px;
}

#interface{
	background-attachment: fixed;
	background-image: url(/images/interface.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 480px;
}

#language{
	font-family: Verdana;
	font-size: 16px;
	color: #cccccc;
	text-align: center;
	position: relative;
	top: 430px;
}

#content_container{
	background-attachment: scroll;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 700px;
}

#flash{
	width: 300px;
	height: 160px;
	position: relative;
	left: 110px;
	top: 120px;
}

#language2{
	position: relative;
	left: 630px;
	top: 85px;
	text-align: right;
	height: 12px;
	width: 50px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #50371f;
	border-bottom: 1px solid #50371f;
}

#menu{
	width: 560px;
	height: 30px;
	position: relative;
	left: 120px;
	top: 100px;
	text-align: center;
	border-top: 1px solid #50371f;
	border-bottom: 1px solid #50371f;
}

#navcontainer{
	overflow: hidden;
	width: 560px;
	text-align: center;
}

#navlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li{
	font-family: Times, serif;
	font-size: 14px;
	color: #50371f;
	float: left;
	margin: 3px 3px 3px 3px;
	padding: 2px;
	font-weight: bold;
}

#content{
	width: 552px;
	height: 320px;
	position: relative;
	left: 120px;
	top: 120px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #50371f;
}

.border{
	border: 1px solid #333300;
}

.border2{
	border: 5px solid #cccccc;
}

	/* forms */

input, textarea{ 
    background-color: #cccccc; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #50371f; 
    font-family: Verdana; 
    font-size: 10px; 
    color: #50371f; 
}

select{
	background-color: #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #50371f;
	border: 1px solid #50371f;
}

.input_fout{
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
}

.submit{
	color: #50371f;
	background: #cccccc;
	border: 2px outset #50371f;
}  


	/* text & headers */

h1{
	font-family: Verdana;
	font-size: 16px;
	color: #50371f;
}

h2{
	font-family: Verdana;
	font-size: 14px;
	color: #CCFF66;
	font-weight: bold;
}

h3{
	font-family: Verdana;
	font-size: 12px;
	color: #CCFF66;
	font-weight: bold;
	list-style-type: square;
	display: list-item;
	list-style-position: inside;
}


.small_text{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}



	/* links */
	
a:link, a:visited{
	color: #50371f;
	text-decoration: underline;
}

a:hover, a:active{
	color: #50371f;
	text-decoration: none;
}

a.design:link, a.design:visited{
	color: #7b8b4a;
	text-decoration: none;
}

a.design:hover, a.design:active{
	color: #7b8b4a;
	text-decoration: none;	
}	

a.language:link, a.language:visited{
	color: #cccccc;
	text-decoration: none;
}

a.language:hover, a.language:active{
	color: #333300;
	text-decoration: none;	
}


#navlist li a.menu:link, a.menu:visited{
	color: #cccccc;
	text-decoration: none;
}

#navlist li a.menu:hover, a.menu:active{
	text-decoration: none;
	color: #333300;
}

