body {
	margin:0;
	color:#333;
	font:14px Times, "Times New Roman", Georgia, serif;
	background:#cac6a7;
}
img {
	border: none;
}
a {
	text-decoration:underline;
	color:#fff;
	outline:none;
}
a:hover {
	text-decoration:none;
}
.all {
	width:800px;
	margin:84px auto 0 auto;
}
#main {
	width:730px;
	padding:20px 30px 20px 0;
	border:20px solid #000;
	background:#cac6a7 url('../images/main-bg.gif') no-repeat 0 12px;
	min-height:520px;
	position:relative;
}
* html #main {
	height:520px;
}
#main:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.sidebar-content {
	width:555px;
	float:left;
}
.sidebar-content:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.sidebar {
	width:175px;
	float:left;
}
.sidebar h2 {
	margin:0;
	text-align:right;
}
.sidebar address {
	display:block;
	width:164px;
	position:absolute;
	right:30px;
	bottom:23px;
}
.sidebar address img {
	float:right;
}
.sidebar address span {
	display:none;
}
.sidebar h2 span {
	display:none;
}
#content {
	width:345px;
	float:right;
}
#content li {
	padding-bottom:10px;
}


#content h1 {
	margin:0 -52px 0 -40px;
	padding:0;
	width:437px;
	position:relative;
	z-index:15;
}
#content h1 a {
	display:block;
	width:437px;
	height:466px;
	background:url('../images/logo-big.png') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.sidebar-content .sidebar {
	width:215px;
}
.sidebar-content .sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:280px;
	left:0;
}
.sidebar-content .sidebar li {
	padding:0 0 15px 0;
	font-size:16px;
}
.sidebar-content .sidebar li a {
	color:#000;
	padding:0 0 0 22px;
	text-decoration:none;
}
.sidebar-content .sidebar li a:hover,
.sidebar-content .sidebar li.active a {
	color:#9a1720;
	background:url('../images/nav-bullet.gif') no-repeat 0 2px;
}
#footer {
	width:800px;
	margin:5px 0;
	overflow:hidden;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	float:left;
	padding:0 3px 0 6px;
	font:10px Arial, Verdana, Tahoma, sans-serif;
	background:url('../images/footer-bullet.gif') no-repeat 0 5px;
}
#footer li.first {
	padding:0 3px 0 0;
	background:none;
}
/*for inner page*/
.inner #content {
	width:280px;
	padding:180px 40px 0 20px;
	display:inline;
}
.inner .sidebar {
	width:170px;
}
.inner .sidebar address {
	position:relative;	
	right:0;
	top:0;
	float:right;
	padding:22px 0 0 0;
	margin:20px 0 0 0;
	background:url('../images/dotted-line.gif') repeat-x;
}
.sidebar h1 {
	margin:-20px 0 0 20px;
	width:192px;
	position:relative;
}
.sidebar h1 a {
	display:block;
	width:192px;
	height:203px;
	background:url('../images/logo-small.png') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#content h2 {
	margin:0;
	font-size:22px;
	font-weight:normal;
	color:#9a1720;
}
#content p {
	margin:17px 0 0 0;
	line-height:20px;
}