body {
	background-color:#83b5e7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	margin:0 100px 0 100px;
	min-width:710px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p {
	line-height:1.3;
	padding-bottom: 1em;
	text-align: justify;
}
a:link, a:visited {
	text-decoration:none;
	color:#c60036;
}
a:hover {
	color:#FFF;
}
#min-width {
	width:710px;
}
#header {
	background:url(/_images/header_bg.png) repeat-x top;
	height:150px;
	margin:0 50px 50px 50px;
}
#headerLeft {
	float:left;
	height:150px;
}
#headerCenter {
	width:370px;
	height:150px;
	margin:auto;
}
#headerRight {
	float:right;
	height:150px;
}
#logo {
	float:right;
	position:relative;
	top:-125px;
	right:-75px;
	z-index:100;
}
#contentBox {
	margin-left:220px;
	background:#95bfeb url(/_images/content_left.png) repeat-y left top;
}
.top {
	width:100%;
	height:20px;
	background:url(/_images/content_top_left.png) no-repeat left top;
}
.top div {
	display:block;
	position:relative;
	height:20px;
	background: url(/_images/content_top_right.png) no-repeat right top;
}
.center-content {
	position:relative;
	background: url(/_images/content_right.png) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.bottom {
	height:60px;
	background: url(/_images/content_bottom_left.png) no-repeat left bottom;
}
.bottom div {
	display:block;
	position:relative;
	height:60px;
	background: url(/_images/content_bottom_right.png) no-repeat right top;
}
#menu {
	float:left;
	width:220px;
}
#menuTop {
	background:url(/_images/menu_top.png);
	height:50px;
}
#bcwd{
	padding-left:12px;
}
#menuBottom {
	background:url(/_images/menu_bottom.png);
	height:50px;
}
#footer {
	clear:both;
	background:url(/_images/footer_bg.png) repeat-x top;
	height:100px;
	margin:50px 50px 0 50px;
}
#footerLeft {
	float:left;
}
#footerCenter {
	width:400px;
	margin:auto;
	padding-top:50px;
	color:gold;
}
#footerCenter a:link {
	color:#FFF;
}
#footerCenter a:visited {
	color:#FFF;
}
#footerCenter a:hover {
	color:#c60036;
}
#footerRight {
	float:right;
}
.floatLeft {
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.floatRight {
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearFloat {
	clear:both;
}

