@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../img_site/mainback.jpg) top center no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#colleft {
	position:absolute;
	top:10px;
	left:0px;
	width:200px;
}

#colmid {
	position:absolute;
	top:10px;
	left:200px;
	width:610px;
}

#colright {
	position:absolute;
	top:10px;
	left:810px;
	width:200px;
	background:url(../img_site/rightcol.jpg) no-repeat 22px 16px;
}

/* col1 */
#logo {
	position:relative;
	background:url(../img_site/logo.jpg) no-repeat center;
	height:140px;
}
#navleftcol {
}

#quote {
	width:165px;
	margin:10px 0 0 20px;
}

#footer {
}

/* col2 */
#breadcrumbs {
	height:60px;
}
#content {
	background:url(../img_site/contentback.jpg) bottom center no-repeat;
	width:610px;
	min-height:500px;
	padding:0 0 70px 0;
}

/* col3 */
#navrightcol {
	width:134px;
}
#bannersright {
	width:134px;
}

/* cols stripes */
.stripesleft {
	border-top:1px dashed #be8c58;
	width:165px;
	margin:0 0 0 22px;
	height:0px;
}
.stripesright {
	border-top:1px dashed #be8c58;
	width:134px;
	margin:0 0 10px 22px;
	height:0px;
}
.menuheaderstripes {
	border-top:1px dashed #be8c58;
	width:165px;
	margin:5px 0 5px 0;
	height:0px;
}
#stripetopleftcol {
	border-top:1px dashed #be8c58;
	width:165px;
	margin:16px 0 0 22px;
	height:0px;
}
#stripetoprightcol {
	border-top:1px dashed #be8c58;
	width:134px;
	margin:16px 0 10px 22px;
	height:0px;
}

/* iframe */
.display_iframe {
	border:1px solid #be8c58;
	margin:0 0 50px 0;
	width:400px;
}