﻿@import "typography.css";

/* body */
* {margin:0;padding:0;}
body {
	margin: 0;
	padding: 0;
	background: #ae8858 url('../images/bg.jpg') repeat left top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #211C12;
}


/* banner */
#banner-container {
	width: 990px;
	margin: auto;
	padding: 0;
}
#banner{
	position:relative;
	height:295px;
}
#bannerleft {
	float: left;
	background: url('../images/bannerleft.png') no-repeat;
	height: 295px;
	width: 480px;
}
#bannerright{
	float: right;
	background: url('../images/bannerright.png') no-repeat;
	width: 510px;
	height: 295px;
}


/* container */ 
.clear {
	position: relative;
	clear: both;
	height: 5px;
}
#wrap-main {
	margin: 0 auto;
	position: relative;
	width: 977px;
	background-image: url('../images/wrap-main.png');
	background-repeat: repeat-y;
}
#outside{	
	width:990px;
	margin:0 auto;
	}
#maintop {
	margin: 0 auto;
	position: relative;
	width: 977px;
}
#maintopimg {
	position: relative;
	padding: 0;
	background: url('../images/wrap-top.png');
	height: 65px;
	overflow: hidden;
}
#content {
	position: relative;
	width: 950px;
	margin: 0 0 0 15px;
}

/* page */

#post {
	float: right;
	width: 630px;
	margin-right: 40px;
}


/* sidebar */
#sidebar-top {
	background: url('../images/sidebartop.png') no-repeat;
	height: 90px;
	min-height: 90px;
}
#sidebar-content {
	background: url('../images/sidebarmid.png') repeat-y;
	padding: 9px 30px 30px 30px;
}
#sidebar-bottom {
	background: url('../images/sidebarbottom.png') no-repeat;
	height: 37px;
	min-height: 37px;
	text-align: right;
	margin-left: -1px;
}
#sidebar {
	width: 305px;
	position: relative;
	float: left;
	margin: 0;
}		
#sidebar {
	width: 305px;
	position: relative;
	float: left;
	margin: 0 0 0 0;
}		
#sidebar {
	float: left;
	width: 250px;
	position: relative;
	color: #356AA0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	padding: 10px 20px 10px 20px;
}
#sidebar li ul {
	line-height: 1.5em;
}
#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
}
#sidebar h2 {
	font-size: 17px;
}
#sidebar a:hover {
	color: #800000
}

	
/* footer */
#footer{
	background: url('../images/wrap-bottom.png') no-repeat;
	height: 154px;
}
#footer p {
	text-align: center;
	padding-top: 40px;
	clear: both;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a {
	color: #FFFFFF;
}
.address {
	padding-left: 20px;
	line-height: 1.2em;
	padding-top: 25px;
}
