@import url(reset_style.css);
@import url(start_style.css);

#page {	width: 950px;	height: auto;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 65px;
	padding: 0 0 0 30px;
	margin: 30px 0 0;
}

#header h1 {
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	color: #333;
}
#header .h1 {
	color: #999;
}
#header h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
	margin-left: 5px;
}

#content {
	width: 950px;
	height: auto;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: auto;
}

#photo {
	width: 750px;
	height: 570px;
	margin: 0;
	padding: 0;
	float: left;	position: relative;
}

#right {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;	position: relative;
}

#menu {
	width: 200px;
	height: 440px;
}
#footer {
	width: 200px;
	height: 90px;
}
#bottom {
	width: 200px;
	height: 50px;
	font-size: 10px;
	line-height: 14px;
}