@import url(reset.css);

body {
	background: #edece8 url(../images/body_bg.jpg) no-repeat fixed center top;
	text-align:center;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #101010;
}

#header { width:920px; margin:0 auto; text-align:left; height:80px; background:url(../images/header_bg.png) no-repeat center bottom; }

#container { width:920px; margin:0 auto; text-align:left; background: url(../images/container_bg.png) repeat-y center top; }

#banner { height:310px; background:url(../images/banner_bg.png) no-repeat center top; position:relative; }

#banner h1, #banner h2, #banner p, #banner ul { display:none; }

#slideshow {
	position:absolute;
	width: 355px;
	height: 259px;
	left:517px;
	top:22px;
}

.pics { width: 355px; height: 259px; padding:0; margin:0; overflow: hidden }

#content { padding:0 20px; }

.column1 { width:500px; float:left;}

.column2 { width:340px; float:left; }

.column_padding { padding:20px 30px 0 10px;}

.clearboth { clear:both; }

#footer { width:920px; margin:0 auto; text-align:left; height:33px; background:url(../images/footer_bg.png) no-repeat center top; }

p, ul {margin:0 0 12px 0; }

a { color:#78664e; border-bottom: dotted 1px #78664e; text-decoration:none; }

a:hover { color:#b19f86; border-bottom: dotted 1px #b19f86; }

h3 { color:#78664e; font-size:30px; font-weight:normal; margin-bottom:10px; }

strong { font-weight:bold;}

.larger {font-size:larger; }
