@charset "UTF-8";
@import url("master.css");

body {
	background: #f0ede7 url(images/bg.png) repeat-x;
}
p {
	color: #4E4E4E;
	line-height: 24px;
	font-size: 11px;
	padding: 10px 17px 0 0;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 780px;
}
#header {
	background: url(images/header.png) no-repeat 5px 52px;
	width: 780px;
	height: 154px;
}
#holder {
	margin: 0 auto;
	position: relative;
	width: 638px;
}
#menuBar {
	background: #fff url(images/menubg.png) no-repeat;
	width: 218px;
	height: 308px;
	padding: 18px 0 0 0;
	text-align: center;
	margin: 30px 20px 0 0;
	float: left;
}
#menu {
	display: block;
	padding: 16px 18px 0 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
#menu li a {
	display: block;
	padding: 13px;
	color: #4E4E4E;
}
#content {
	background: #fff;
	width: 382px;
	height: 650px;
	float: left;
	margin: 30px 0 0 0;
	padding: 18px 0 0 18px;
}
#video {
	margin: 10px 0 20px 0;
}
#menu li a.active {
	color: #A7A7A7;
}

