body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6f6f4f;
	background-color: #afaf7f;
/*	background-image: url('../images/bg.gif'); */
	min-height:430px;_height:430px
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

a 
{
	color:#6f6f4f;
	font-size: 13px;
}
a img
{
	color:#6f6f4f;
	font-size: 13px;
}

a.active-menu
{
	color:#ffffff;
	background:#6f6f4f;
	font-size: 13px;
	text-decoration: none;
}

a.ffffcf
{
	background: #ffffcf;
}

a.ffffcf img
{
	background: #ffffcf;
}

a:hover 
{
	color:#ffffff;
	background:#6f6f4f;
	text-decoration:none;
	font-size: 13px;
	border: 0;
	padding: 0;
}

a:hover img{
	color:#ffffff;
	background:#6f6f4f;
	text-decoration:none;
	font-size: 13px;
	border: 0;
	padding: 0;
}
	

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
	border: 0;
	padding: 0;
}
img.ffffcf
{
	background: #ffffcf;
}

img.center
{
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}

img.topcenter
{
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: center;
}

table,th,td
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
	border-width: 0px;
	border-style: solid;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #aaa;
}
#header p,
#header h1,
#header h2,
#header h3 {
	padding:.4em 15px 0 15px;
	margin:0;
	color:#827f34;
	font-style:italic;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:4px 0 0 0; 
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px; 
	padding:3px 10px;
	text-align:center;
	color:#3f3f0f;
	background:#cfcf6f;
	text-decoration:none;
	position:relative;
	left:10px;
	line-height:1.3em;
}
#header ul li a:hover {
	color:#ffffff;
	background:#afaf2f;
}
#header ul li.active a,
#header ul li.active a:hover {
	color:#fff;
	background:#cfcf6f;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:1px solid #aaa;
	margin:0;
	padding:6px 15px !important;
	text-align:left;
}
/* column container */
.colmask {
	position:relative; 	/* This fixes the IE7 overflow hidden bug */
	clear:both; 
/*	float:left; */
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#ffffcf;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#ffffcf;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	width:100%;
	border-top:1px solid #afaf7f;
}
#footer p {
	padding:10px;
	margin:0;
}
#inner-limit {
	width:800px;
	margin: 3px auto 3px auto;
	text-align:left;
	background-color: #ffffcf;
}
#outer-limit {
	display:block;
	width:806px;
	margin: 0 auto 0 auto; 
	text-align:left;
	background-color: #cfcf6f;
}
.active-menu
{
	color:#ffffff;
	background:#6f6f4f;
	font-size: 13px;
	text-decoration: none;
}

.partial-content-left-menu
{
	background:#ffffcf;
	padding-left: 16px;
	padding-right: 16px;
	vertical-align: top;
	text-align: left;
}


.content
{
	background:#fff;
	padding-left: 16px;
	padding-right: 16px;
	vertical-align: top;
	text-align: left;
}

.content-title
{
	background:#fff;
	padding-left: 16px;
	padding-right: 16px;
	vertical-align: top;
	text-align: left;
}

.right-menu
{
	background:#ffffcf;
	vertical-align: top;
	text-align: left;
}

a.right-menu:link
{
	font-size: 12px;
}

a.right-menu:hover
{
	font-size: 12px;
}

a.right-menu:visited
{
	font-size: 12px;
}


.center
{
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.topcenter
{
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left
{
	text-align: left;
}

#contentbox
{
	position:relative;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width:720px;
	height:720px;
}

#contentbox a span 
{
	display: none;
}

#contentbox a:hover span 
{
	display: block;
	position: absolute;
	left: 110px;
	top: 110px;
	border: 0;
}

#image1
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 0px;
	top: 0px;
	border: 0;
}

#image2
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 120px;
	top: 0px;
}

#image3
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 240px;
	top: 0px;
}

#image4
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 360px;
	top: 0px;
}

#image5
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 480px;
	top: 0px;
}
#image6
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 600px;
	top: 0px;
}

#image7
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 124px;
	border: 0;
}

#image8
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 248px;
}

#image9
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 372px;
}

#image10
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 496px;
}
#image11
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 620px;
	top: 124px;
}

#image12
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 620px;
	top: 248px;
}

#image13
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 620px;
	top: 372px;
}

#image14
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 620px;
	top: 496px;
}

#image15
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 0px;
	top: 620px;
}
#image16
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 120px;
	top: 620px;
}

#image17
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 240px;
	top: 620px;
}

#image18
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 360px;
	top: 620px;
}

#image19
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 480px;
	top: 620px;
}

#image20
{
	position: absolute;
	width: 120px;
	height: 100px;
	left: 600px;
	top: 620px;
}