body{
	margin: 0;
	padding: 0;
	background: #f5e9d9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

img {
	border: none;
}

#container{
	margin: 0 auto;
	overflow: auto;
	width: 767px;
	background: #ffffff;
	padding: 0 5 5 5px;
}

#link{
	border: 1px solid #800000;
	background-color: #f5e9d9;
	width: 538px;
	line-height: 22px;
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
}

#left_nav{
	width: 185px;
	background: #800000;
	overflow: auto;
	height: 800px;
	float: left;
	margin-right: 10px;
}

#left_menu{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	text-align: left;
	padding-top: 300px;
	padding-left: 20px;
	color: #ffffff;
}

#menu{
	padding-top: 5px;
	width: 150px;
	border-top: 1px solid #e3e3e3;
	height: 25px;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#header{
	width: 567px;
	height: 101px;
	margin: 0 auto;
	background: #ffffff;
	float: left;
}

#header_left{
	float: left;
	padding-top: 15px;
}

#header_right{
	font-size: 12px;
	width: 100%;
	float: left;
	text-align: right;
	padding-right: 10px;
}

#header_right a{
	color: #800000;
	text-decoration: none;
}

#header_right a:hover{
	color: #800000;
	text-decoration: underline;
}

#header_image{
	font-size: 12px;
	float: left;
}

#image{
	border: 1px solid #800000;
	background-color: #f5e9d9;
	padding: 5px;
	margin-bottom: 5px;
	margin: 5px;
}

.big_image{
	width: 530px;
}

#content{
	width: 560px;
	text-align: left;
	padding-top: 10px;
	float: left;
	overflow: auto;
}

#content h2{
	font-size: 14px;
	font-weight: bolder;
	color: #800000;
}

#content #text{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	max-width: 550px;
}

#text a{
	text-decoration: underline;
	color: #000000;
}

#text a:hover{
	text-decoration: underline;
	color: #800000;
}

.input{
	width: 400px;
	border: 1px solid #800000;
	background-color: #f5e9d9;
}

.desc{
	width: 400px;
	height: 200px;
	border: 1px solid #800000;
	background-color: #f5e9d9;
}

.back{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;

}
.submit input{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	
	width: 120px;
	border: 1px solid #800000;
	background-color: #f5e9d9;
	
	color: #800000;
	
	margin-top: 5px;
	margin-left: 280px;
	margin-bottom: 5px;
}

.error{
	color: #ff0000;
	padding-top: 10px;
}
