body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
    line-height: 132%;
}
body {
	background-color: #DACBB6;
	margin:0;
}

/* LAYOUT */
#wrapper {
	width: 866px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 20px;
	clear: left;
	padding: 8px;
}

#top {
	width: 866px;
	height: 65px;
	margin-top: 0px;
	margin: 0 auto;
}

#logo {
	width: 230px;
	float: left;
	margin-top: 25px;
}

#mainMenu {
	height: 10px;
	width: 600px;
	float: left;	
}


#header {
        width: 609px;
        float: left;
		background: #333;
		height: 284px;
}

#header2 {
	width: 237px;
	float: left;
	margin-left: 10px;
	height: 284px;
}

#header li,
#header2 li {
	list-style-image: none;
}

#main {
 	width: 866px;
 	margin-top: 8px;
 	background-color: #AE8F68;
 	display: inline-block;
 	padding-bottom: 20px;
} 	

#content {
	width: 570px;
	float: left;
	margin-left: 10px;
}
     
h2 {
	font-size: 16px;
	color: #fff;
        border-bottom: dotted 1px #fff;
        line-height: 130%;
        margin-top: 8px;
}
.clear {
	clear: both;
}

#mainMenu h3 {
	display: none;
}


/* GENERAL TAGS */
a {
	color: #fff;
}

img {
	border: none;
}

/* menu tags */
#mainMenu ul {
        float: left;	
}
#mainMenu h3 {
	display: none;
}
/* this is the main UL element*/

.menu {
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
 .menu ul{
	margin:0;
	padding:0;
	list-style:none;	
}

/* these are all the LIs in the menu*/
.menu li{
	font-weight: normal;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 55px;
	width: 90px;
	height: 12px;
	text-transform: uppercase;
	border-left: solid 1px #fff;
	}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.menu a{
       	text-decoration: none;
	color: #fff;
}

.menu a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top:0;
	margin-left:-1px;
	margin-top: 1px;
	width: 150px;
	background-color: #DACBB6;
	border-bottom: solid 1px #fff;
	padding-top: 7px;
	height: 20px;
}

/* these are the LIs that contains a submenu*/
.menu li.submenu{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.menu ul li.submenu{
}

.menu a:hover,
.menu li.active a:link, 
.menu li.active a:visited {
	text-decoration: underline;
}

/* FOOTER */
.footer {
        width: 882px;
        color: #999999;
        text-align: left;
        margin: 0 auto;
}

.footer a {
        color: #999999;
        }
        
.footer ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	padding-top: 0px;
        float: left
               }

.footer ul li {
	display: inline; 
	padding-right: 15px;
        height: 8px;
}

.footer .moduletable {
        clear: left;
        padding: 8px;
}
