@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wrap {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:800px;
	height:250px;
}

#logo {
	width:225px;
	height:250px;
	float:left;
	background-image:url(../images/logo.gif);
}

#nav {
	width:575px;
	height:250px;
	float:left;
	
}

#content {
	width:350px;
	margin:40px 350px 50px 100px;
	min-height: 440px;
	clear:both;
}
	
#footer {
	width:800px;
	height:10px;
	background-color:#cd4338;
	margin-top:10px;
}	


/*********************NAV******************************/

#nav ul {
	margin-top:110px;	
}
#nav li {
	height:20px;
	padding-top:100px;
	list-style:none;
	position:relative;
	display:block;
	text-align:center;
}

#nav a {
	color:#939598;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	
	
}

#nav a:hover {
	color:#cd4338;
	text-decoration:none;
	font-size:12px;
	
}

#nav .home {
	display:block;
	float:left;
	width:99px;
	border-right:1px solid #999999;
}

#nav .history, #nav .operation {
	display:block;
	float:left;
	width:139px;
	border-right:1px solid #999999;
}

#nav .gallery {
	display:block;
	float:left;
	width:125px;

}

/*********************Content************************************/

#content h2 {
	color:#969488;
	font-size:12px;
	font-weight:none;
}

#content p {
	color:#58595b;
	font-size:12px;
	line-height:18px;
	font-weight:400;
}

p {
margin-bottom: 10px;
}

h1 {
font-size:20px;
font:Georgia, "Times New Roman", Times, serif;
color:#FF0000;
margin-bottom:10px;
position:relative;
right:10px;
}
h2 {
margin-bottom:10px;
}
	


* html #content {
height: 440px;
}	