@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:none;
	color:#666666;
}
a:active {
	text-decoration:none;
	color: #6F1200;
}

#site{
 	width:456px;
	margin:0 auto;
	font-family:Arial;
}

#frame {
	width:456px;
	height:100%;
	float:left;
}

#logo_left {
	width:152px;
	height:40px;
	float:left;
}

#logo {
	width:304px;
	height:40px;
	float:left;
}
img {
	border:none;
}

#menu_container{
	width:456px;
	margin:0 auto;
}

#menu {
	width:416px;
	height:43px;
	padding-top:10px;
	padding-bottom:5px;
	float:left;
}
#menu_left {
	width:20px;
	height:43px;	
	float:left;
}

#content {
	width:456px;
	height:571px;
	float:left;
}
#left_padding{
	width:20px;
	height:400px;
	float:left;
}
/*///index/////////////////////*/


#index {
	padding-top:30px;
	width:885px;
	height:665px;
	float:left;
	overflow:hidden;
}
#index_site{
 	width:885px;
	margin:0 auto;
	font-family:Arial;
}

#index_frame {
	width:885px;
	height:100%;
	float:left;
}
#index_content {
	width:885px;
	height:665px;
	float:left;
}
#index_logo_left {
	width:370px;
	height:40px;
	float:left;
}


/*///home/////////////////////*/

#home {
	width:416px;
	height:571px;
	float:left;
	overflow:hidden;
}

/*///contact/////////////////////*/

#contact_image {
	width:238px;
	height:571px;
	overflow:hidden;
	float:left;
}
#contact_text {
	width:158px;
	height:551px;
	float:left;
	font-family:Arial;
	font-size:11px;
	background-image:url(../IMAGES/contact_2.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:20px;
	color:#757575;
	overflow:hidden;
}
h1 {
	font-family:Arial;
	font-size:12px;
	color:#373737;
	font-weight:normal;
}
a.contact:link {
	text-decoration:none;
	color: #666666;
}
a.contact:visited {
	text-decoration:none;
	color: #000000;
}
a.contact:hover {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration:none;
	color: #6F1200;
}

/*///biog/////////////////////*/

#biog_image {
	width:221px;
	height:571px;
	overflow:hidden;
	float:left;
}
#biog_text {
	width:190px;
	height:556px;
	float:left;
	font-family:Arial;
	font-size:11px;
	background-image:url(../IMAGES/biog_2.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:15px;
	color:#646464;
	overflow:hidden;
}

/*///archive/////////////////////*/

#archive_image {
	width:238px;
	height:571px;
	overflow:hidden;
	float:left;
}
#archive_text {
	width:178px;
	height:551px;
	float:left;
	font-family:Arial;
	font-size:11px;
	background-image:url(../IMAGES/archive2.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:20px;
	color:#757575;
	overflow:hidden;
}
	