body{
	height: 100%;
	width: 100%;
	overflow:hidden;
	background: #deb887;
	
	font-family: helvetica;	
}

#left{
	position: absolute;
	height: 100%;
	top: 0;
	width: 10%;
	border-right: 2px solid #000;
}
#right{
	position: absolute;
	float: right;
	left: 90%;
	height: 100%;
	top: 0;
	width: 10%;
	border-left: 2px solid #000;
}

#background{
	position: absolute;
	background: #fff;
	width: 520px;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -190px;
	height: 380px;
	border: 1px solid black;
}

#container{

	position: absolute;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -180px;
	height: 360px;
	
	border: 1px solid black;
}

a:link{
	font-family: helvetica;
	font-size: 10pt;
	color: #000;	
	text-decoration: none;
	font-weight: bold;
}
a:visited{	
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #deb887;
	text-decoration: none;
}

#head{
	background: url(../img/head.jpg);
	height: 245px;
	border-bottom: 1px solid black;
}
#head_text{
	margin-right: 10px;
	float: right;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;	
}
#content{
	
	
}
#content_left{
	float: left;
	padding-left: 15px;
	margin-top: 15px;
	padding-right: 15px;
	width: 250px;
	height: 80px;
	border-right: 1px dashed black;
	
	font-size: 10pt;
}
#content_right{
	float: right;
	padding-left: 15px;
	margin-top: 15px;
	padding-right: 15px;
	font-size: 10pt;
	
}

