@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-bottom: 15px;
	background-color: #567eb9;
}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	position: relative;
	font-size: 11px;
    background-image: url(../images/pages/b.jpg);
	background-repeat: no-repeat;
}
#head {
}
#centerleft {
	background-color: #fdb924;
	float: left;
	width: 430px;
	position: relative;
	font-size: 11px;
	padding-left: 10px;
	height: 85px;
	text-align: center;
}
#countbox {
    color: #FFFFFF;
}
#centeright {
	background-color: #fdb924;
	float: right;
	width: 460px;
	position: relative;
	height: 85px;
	text-align: center;
}
#centeright   h1 {
	font-size: 26px;
	font-weight: bold;
	color: #990000;
}
#centeright a {
	text-decoration: none;
	color: #FFFFFF;
}
#centeright a:hover {
	color: #008ab0;
}
.info {
	font-size: 16px;
	color: #008ab0;
	font-weight: bold;
}
#photo {
	width: 700px;
	float: left;
	position: relative;
}
#nav {
	float: right;
	width: 200px;
	height:346px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	background-color:#008AB0;
	display: block;
	position: relative;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	color: #FDB924;
}
#content {
	float: left;
	width: 659px;
	padding-left: 20px;
	position: relative;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #008AB0;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}
#content a {
	text-decoration: none;
	color: #008ab0;
}
#content a:hover {
	color: #fdb924;
}

#total {
    text-align:center;  
}
.toolbarhead {
	display:block;
	background-color:#008AB0;
	margin:0;
	height: 1.2em;
	padding-top: 0.6em;
	padding-bottom: 0.7em;	
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.toolbar  {
	display:block;
	background-color:#008AB0;
	margin:0;
	padding-top: 0.6em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
} 
.toolbarbottom {
	display:block;
	background-color:#008AB0;
	margin:0;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #008AB0;
}
.textbox {
    text-align:center;
}
#clear {
	clear: both;
}
#url {
    width: 650px;
}
#ftxt {
	height: 75px;
	width: 200px;
	float: right;
    padding-top: 15px;
    color: #008AB0;
}
.ftxt {
     font-size:9px;
}
#ftxt a {
	text-decoration: none;
	color: #008AB0;
}
#ftxt a:hover {
	color: #FFFFFF;
}
#footer {
	background-color: #fdb924;
}
