/*GLOBAL SETTINGS*/

body {

	background-image: url(../images/bg.jpg);

	background-repeat: repeat;

	text-align: center;

	min-width: 500px;

	font-family: Trebuchet;

	font-size: 12px;

	color: #544523;

	margin-top: 60px;

	margin-right: 10px;

	margin-bottom: 10px;

	margin-left: 10px;

}



a:link {

	font-weight: bold;

	font-size: 11px;

	color: #FFFFFF;

	text-decoration: none;

}

a:visited{

	font-family:Arial, sans-serif;

	font-weight: bold;

	font-size: 11px;

	color: #FFFFFF;

	text-decoration: none;

}



a:hover {

	color: #6B0C43;

	text-decoration: none;

}









/*HEADER*/

#header {

	height: 109px;

	width: 800px;

	background-image: url(../images/header.jpg);

}



/*NAVIGATION*/

#menu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	width: 800px;

	height: 30px;

	vertical-align: middle;

	position: relative;

	padding: 0px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	background-color: #C1A76A;

	border-right: solid 1px #6B0C43;

	border-left: solid 1px #6B0C43;

}

html>body #menu { /*Non IE rule*/
	width: 798px;
}




/*DROP-DOWN MENU*/

#dropmenudiv{

	position:absolute;

	line-height:18px;

	text-align: left;

	z-index:100; 

	font-variant:normal; 

	font-family:Arial, sans-serif;

	font-weight: bold;

	font-size: 11px;

	color: #FFFFFF;

	text-decoration: none;

}



#dropmenudiv a{

	width: 100%;

	text-align: left;

	display: block;

	text-indent: 8px;

	padding: 1px 0;

	text-decoration: none;

	font-size:10px; 

	font-family:Arial, sans-serif;

	font-weight: normal;

}



#dropmenudiv a:hover{ 

	background-color: #D0B788;

}



/*CONTENT*/

#content {

	width: 800px;

	height: 400px;

	position: relative;

}



.text {

	Font-family: Arial, sans-serif;

	font-size: 12px;

	position: relative;

}



p.footer {

	font-family: Arial;

	font-size: 11px;

	color: #FFFFFF;

}



a.sublinks:link {	

	font-family: Arial;

	font-size: 12px;

	color: #544523;

}



a.sublinks:visited {

	font-family: Arial;

	font-size: 12px;

	color: #544523;

}



a.sublinks:hover {

	font-family: Arial;

	font-size: 12px;

	color: #F7E064;

} 



