@charset "utf-8";


a:link {
	font-weight: bold;
	color: #FC9;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #FF9;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #FC9;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #FC9;
	text-decoration: underline;
}



#leftnavbar {
	width: 225px;
	height: 400px;
	float: left;
	text-align: right;
	padding-top: 40px;
	padding-left: 50px;
	background-image: url(/images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#navbox {
	padding-right: 32px;
	line-height: 40px;
}

#containerdiv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	z-index: 10;
	border:thick;
}

#content {
	width: 610px;
	float: left;
	text-align: left;
	padding-right: 80px;
	padding-left: 20px;
	padding-top: 40px;
	background-image: url(/images/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow:hidden;
}
.imgborder {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#rightbar {
	width: 275px;
	height: 400px;
	padding-top: 40px;
	float: left;
	clear: right;
	background-image: url(/images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bottom {
	width: 1000px;
	position: relative;
	left: 50%;
	right: auto;
	margin-left: -500px;
	height: 230px;
	text-align: center;
	background-image: url(/images/bottombg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	top: -150px;
	clear:both;
}
#adminLeft {
	float: left;
	width: 290px;
	margin-right: 10px;
}
#adminMiddle {
	float: left;
	width: 700px;
}


.button {
	background-color: #666;
	border: 1px solid #CCC;	
}
.navbuttons {
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-bottom-color: #333;
	padding-right: 5px;
	padding-bottom: 5px;
}

