* {
	margin: 0;
	padding: 0;
	font-family: tahoma, sans-serif;
}

body {
	background-color: #e5e5e5;
	text-align: center;
}


/*
	structure
*/
#header {
	background: #fff url(../img/header.gif) repeat-x;
	height: 82px;
	width: 100%;
}

#container {
	background-color: #fff;
	width: 100%;
}

#box {
	margin: 0 auto;
	width: 725px;
	min-height: 250px;
}

/*#container {
	background-color: #fff;
	text-align: left;
	width: 100%;
}

/*#box {
	margin: 0 auto;
	width: 725px;
}*/

#nav {
	background: #fff url(../img/nav.gif) repeat-y 114px 0;
	float: left;
	text-align: left;
	width: 115px;
	height: 250px;
}

#clear {
	background-color: #fff;
	height: 80px;
	width: 100%;
}

#footer {
	background: #e5e5e5 url(../img/footer.gif) repeat-x;
	height: 41px;
	width: 100%;
}


/*
	logo
*/
#logo {
	height: 37px;
	margin: 0 auto;
	position: relative;
	top: 45px;
	width: 715px;
}

#logo img {
	left: 229px;
	position: relative;
	top: 10px;
}

/*
	navigation
*/
#nav li {
	list-style: none;
	height: 17px;
}

#nav li a {
	color: #000;
	display: block;
	font-size: 12px;
	text-decoration: none;
	width: 115px;
}

/*
	content
*/
#photo {
	float: left;
	height: 187px;
	left: 10px;
	position: relative;
	top: 63px;
	width: 140px;
}

#content {
	padding: 35px 60px 0 280px;
	text-align: left;
	font-size: 11px;
}

/*
	style
*/
h1 {
	font-size: 14px;
	padding-bottom: 11px;
}

.bottom {
	padding-top: 10px;
}

a {
	color: #000;
}

.green {
	color: #006b93;
}
