body {
  padding: 0;
  background: #000000 url(../images/logobg.jpg);
  color: #ffffff;
  font-family: Arial;
  font-size: 14pt; 
text-align:center; 
}
/* Page */

#page {
width: 960px;
text-align:center; 
margin: 0 auto;
	}
/* Content */

#content {
text-align:left; 
width: 960px;
margin: 0 auto;
}
#logo {
text-align:left;
height: 141px;
padding-bottom: 20px;
width: 960px;
	}

#logo h1, #logo p {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
font-size: 14pt; 
}

#logo h1 { padding-top: 0px;}

#logo h1 a {
	text-decoration: none;
	color: #6D5A46;
}

#logo h1 a:hover { text-decoration: underline; }


#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }


#menudiv {
float: left;
width: 140px;
}		

#menudiv ul {
list-style: none;
line-height: normal;
margin-left:10px;
}


a.menu {
font-size: 13pt;
display: block;
background: url(images/button1.gif) repeat-x;
width: 110px;
height:47px;
padding: 15px 0px 0px 20px;
color: #ffffff;
text-decoration: none; 
}

a.menu:hover { 
background: url(images/buttonh1.gif) repeat-x; 
padding: 15px 0px 0px 20px;
font-size: 13pt;
width: 110px;
height:47px;
}

a.topmenu {
display: block;
background: url(images/buttonc1.gif) repeat-x;
width: 110px;
height:47px;
padding: 15px 0px 0px 20px;
color: #ffffff;
text-decoration: none;
font-size: 13pt; 
}


#menu .current_page_item a {
background: url(images/buttonc1.gif) repeat-x;
color: #FFFFFF;
}

#right {
background: #e7e7e7;
border: solid 2px #ef1021;
color: #000000;
width: 740px;
height: 800px;
float: right;
padding: 10px;
}

#right h1 {
font-size:20pt;
}
#right h2 {
font-size:18pt;
color: #ef1021;
}
#right a {
color: #ef1021;
}
#right a:visited {
color: #3f3f3f;
}

#redbox {
background: #ffffff;
border: solid 1px #ef1021;
color: #000000;
width: 600px;
float: center;
padding: 10px;
}



