/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;

}
body {
background-color:#765138; /*   6f5432    765138     */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #000000;
text-align: center;
height:100%;
}
body a {
color:#765138;
}
body a:hover, body a:focus {
color:#000000;
}

h1 {

	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding:2px 0 2px 0;
}
h2 {

	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding:5px 0 5px 0;
}
p {

	padding:5px 0 5px 0;

}
.content2{
color:#000000;
}
#wrapper {
background:url(../graphics/bg_new.jpg) repeat-y;
width: 752px;
margin:0px auto;
text-align:left;
padding:0 10px 0 10px;
}
#header {
width:752px;
height:196px;
float:left;
}

#logo {
width:300px; 
float:left;
}
#nav {
width:452px; 
float:right;
}

#left_img{
width:300px;
text-align:left;
float:left;
background:url(../images/grhaphic_left.gif) no-repeat #;
}

#content{
	width:447px;
	height:100%;
	text-align:left;
	float:right;
	padding-right: 5px;
	background-color:#fff;
}

#content_wide {
	width: 732px;
	text-align: left;
	float: right;
	padding: 0 10px;
	background: #ffffff;
}

#content_admin{
	width:732px;
	height:100%;
	text-align:left;
	float:right;
	padding-left:10px;
	padding-right: 10px;
	background-color:#fff;
}

#main_image_pad{
margin:9px 0 0 35px;
}
#main_image_pad2{
margin:9px 0 0 28px;
}
#footer {
width:752px;
margin:0px auto;
}

.times_table {
	border:1px solid #765138;
}

.odd_row td{
	background:#fdfae3;
}

.error, .success {
	font-weight: bold;
}

.error {
	color: #FF0000;
}

.success {
	color: #009933;
}