#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#header {
	height: 60px;
	background-image: url(../images/top.png);
	position: relative;
}
#mainBody {
	background-image: url(../images/Main_background.png);
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar {
	float: left;
	width: 200px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #960;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#mainContent {
	width: 510px;
	float: right;
	margin: 0px;
}
#flashPicture {
	margin-top: 20px;
}

#footer {
	background-image: url(../images/buttom.png);
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#navcontainer {
	height: 50px;
	width: 480px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 35px;
	top: 10px;
	
	
}
#wrapper #header img {
	position: absolute;
	left: 25px;
	top: 5px;
	height: 50px;
}

#navlink {
	font-size: 18px;
	line-height: 2.2;
	margin: 0px;
	padding: 0px;

	

}

#navlink li {

	float: left;

	width: 90px;

	list-style: none;

	margin-left: 5px;

	border-bottom: 1px solid black;

}
#navlink a {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 1px 0;
	background-color: #000000;
	background-image: url(../images/btn_0.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 18px;

}

#navlink A:hover {

	background-image: url(../images/btn_1.jpg);

	color: #000066;

	background-repeat: no-repeat;

	background-position: center;

	

}

#placeholder {
	vertical-align: middle;
}
#placeholder {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

h3 {
	color: #cf9118;
	text-decoration: underline;
}
a {
	color: #CF9118;
	font-weight: bold;
	text-decoration: underline;
	background-color: #3F550C;
	font-size: 14px;

}

a:visited {

    color: #cf9118;

}

a:hover {
	text-decoration: underline;
	color: #CF9118;
	background-color: #9AA482;

}

.lflt {
	float: left;
	margin-right: 5px;
}
.rflt {
	float: right;
	margin-left: 5px;
}

.rTxt {
	text-align: right;
}
.lTxt {
	text-align: left;
}
.divide {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #960;
}
.topFlash {
	margin-top: 10px;
	width: 505px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #960;
	padding-bottom: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	background-image: url(../images/background.png);
}
