body {
	padding: 30px 0;
	background: #E7C39C;
	color: #222;
	text-align: center;
    font-family: Verdana, Arial, sans-serif;
}
a:link {
	color: #7D541B;
	text-decoration: underline;
}
a:visited {
	color: #4A2800;
	text-decoration: underline;
}
a:hover {
	color: #4A2800;
	text-decoration: none;
}
a:active {
	color: #7D541B;
	text-decoration: none;
}
h1,h2,h3,p {
	margin: 0;
}
p {
	font-size: 13px;
	line-height: 17px;
	color: #000;
	text-align: justify;
	padding: 0 0 15px 1px;
}
p.cit {
	font-size: 10px;
	line-height: 11px;
	font-style: ;
	text-align: center;
	padding: 0;
}
p.list {
	padding: 0 0 5px;
	text-align: left;
}
p b {
	color: #4A2800;
}
ul {
	list-style-image: url(img/bullet.gif);
	margin: 0;
	padding: 3px 0 20px 25px;
}
li  {
	font-size: 13px;
	color: #000;
	padding: 0 0 2px 0;
}
h1 {
	font-size: 20px;
	color: #521C00;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 20px 0 25px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4A2800;
	letter-spacing: 0px;
	padding: 30px 0 5px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #4A2800;
	letter-spacing: 0px;
	padding: 15px 0 5px;
}
div#changecss {
	float: left;
	height: 16px;
	margin: 30px 0 0 20px;
	padding: 3px;
	font-size: 10px;
}
div#container {
	width: 740px;
	width /**/: 750px;
    margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: #fff;
}
div#header {
	height: 100px;
	background: #9C3C00 url(img/gradient.jpg) repeat-x;
	text-align: right;
	padding: 0;
}
div#nav {
	float: left;
	width: 137px;
	height: 500px;
	padding: 20px 0 0;
	margin: 5px 0;
	background: #8C4510;
}
div#content {
	float: right;
	width: 613px;
	min-height: 500px;
	height: auto !important;
  	height: 500px;  /* IE */
	padding: 0;
	margin: 0;
	background: #FEFEFE;
}
table#contenttable {
	margin: 30px 45px 20px;
	padding: 0;
	width: 520px;
	border-collapse: collapse;
}
div#footer {
	clear: both;
	width: 750px;
	background: #8C4510;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

div.menuitem {
	border-bottom: 2px solid #FFF;
	letter-spacing: 2px;
}
div.menuitem a {
	font-size: 14px;
	font-weight: bold;
	height: 11px;
	color: #FFF;
	background: #C67108;
	text-decoration: none;
	display: block;
	padding: 12px 10px;
}
div.menuitem a:visited {
}
div.menuitem a:hover {
	background: #F7A610;
}
div.menuitem_act {
	border-bottom: 2px solid #FFF;
	letter-spacing: 2px;
} 
div.menuitem_act a {
	font-size: 14px;
	font-weight: bold;
	height: 11px;
	color: #FFF;
	background: #F7A610;
	text-decoration: none;
	display: block;
	padding: 12px 10px;
}
div.menuitem_act a:visited {
	background: #F7A610;
}
div.menuitem_act a:hover {
	background: #F7A610;
}
