@charset "UTF-8";
html {
	overflow-y: scroll;
}
body {
	font: 62.5%/125% Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
h1, h2, h3, h4 {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 120%;
}
a img {
	border: none;
}
div:empty {height: 10px;}
/*CSS Layout*/
#wrapper {
	margin: 0 auto;
	width: 960px;
	background:#000 url(../_image/sidebar_bg.jpg) repeat-y 20px top;
}
#header {
	height: 200px;
	text-align: center;
	position:relative;
	background: url(../_image/body_bg_top.jpg) no-repeat;
	padding-left: 800px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
}
iframe {
	background: #999;
	padding: 10px;
	border: 6px solid #333;
	margin: 15px auto 25px;
}
/*sideBar*/
#sideBar {
	width: 200px;
	margin-left: 20px;
	float: left;
}
#sideBar ul {
	padding: 0;
	list-style-type:none;
	margin: 30px 0 15px;
}
#sideBar ul li a {
	font-size: 1.2em;
	color: white;
	text-decoration:none;
	display: block;
	padding: 10px 0 12px;
	margin: 0 10px;
	border-top: solid 1px rgb(20,20,20);
	border-bottom: solid 1px rgb(55,55,55);
	letter-spacing: 0.1em;
}
#sideBar ul li a:hover {
	color: #F93;
	background: #333;
	margin: 0;
}

#mainContent {
	width: 730px;
	float: right;
	margin: 10px 0 0;
}
#mainContent img {
	display: block;
	width: 730px;
	height: auto;
}

/*footer*/
#footer {
	clear:both;
	background: #000 url(../_image/body_bg_bottom.jpg) no-repeat left top;
	height: 200px;
	font-size: 1.2em;
	padding: 30px 0 0 0;
	letter-spacing: 0.1em;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.location {
	width: 90%;
	padding: 10px 0 0;
	margin: 0 0 0 20px;
}
.location h1 {
	color: #a1502e;
	letter-spacing: 0.1em;
}
.location p {
	font-size: 1.5em;
	line-height: 150%;
	letter-spacing: 0.1em;
}

/*classes*/
.top_nav {
	background: #a1502e;
	width: 30px;
	height: 160px;
	padding: 8px 0 0;
	margin: 0 10px 0 0;
	float: left;
}
.top_nav:hover {
	background: #666;
}
.top_nav a {
	color: #FFF;
	text-decoration: none;
}
.critic {
	width: 95%;
	border-bottom: solid 1px #a1502e;
	overflow: auto;
	margin: 0 0 25px 10px;
}
.critic img {
	float: left;
	margin: 10px;
}
.critic p {
	font-size: 1.4em;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 15px 0 0 0;
}
.overflow {
	overflow: hidden;
}
.floatRight {
	float: right;
}