/* Reset properties */
*{content:"";}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
	font-size: 14px;
	color: #333;
	background: #faf1dd url(images/body_bg.jpg) repeat-x;
}

a:link, a:visited { color: #af1313; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #996600; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 5px 20px 0 20px;
	padding: 1px;
	border: 3px solid #d4bc88;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }


.b_bottom {
	border-bottom: 1px solid #e3bb67;
}

.fl { float: left; }
.fr { float: right }


#container {
	width: 950px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/container_bg.png) repeat-y;
}

#banner {
	width: 950px;
	height: 90px;
    background: url(images/banner_bg.jpg)  no-repeat;
}
#banner  a{
	width:425px;
	height:48px;
	display:none;
}


/* menu */

#menu {
	float: left;
	width: 950px;
	height: 70px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 13px 0 0 200px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	width: 120px;
	margin-right: 5px;
	height: 32px;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: #a21e1e;
}

/* end of menu*/

h1{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #ab1010;
	font-weight: bold;
}

h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #ab1010;
	font-weight: bold;
}

/* content */

#content{
	clear: both;
	padding: 20px 40px 0 200px;
}

.section {
	width: 700px;
}

.section p {
	text-align: justify;
	margin-bottom: 10px;
	font-size:16px;
	line-height:25px;
}
.section address{
	margin-bottom: 10px;
}

.top {
	background:url(images/content_top_left.jpg) top left no-repeat;
}
.bottom {
	background: url(images/content_bottom.jpg) bottom no-repeat;
}

#footer {
	text-align: center;
	padding-bottom: 30px;
}
#footer p {
	margin-top: 10px;
}