	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	text-align:justify;
	font-size:14px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background: #553b20 url(../images/layout/bg.jpg) no-repeat center top;
	font-size:14px;
	font-family:georgia;
	text-align:justify;
	line-height:21px;
	color:#563c20;
}

h1 {
	text-align:left;
	letter-spacing:0px;
	font-family:georgia;
	font-size:25px;
	line-height:30px;
	margin-bottom:20px;
	border-bottom:5px double;
}

h2 {
	text-align:left;
	letter-spacing:0px;
	font-family:georgia;
	font-size:18px;
	font-weight:bold;
	line-height:21px;
	margin-bottom:10px;
}

a:link{
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	color:#543a1f;
}

a:visited{
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	color:#543a1f;
}

a:hover{
	font-size:20px;
	font-weight:normal;
	text-decoration:underline;
	color:#543a1f;
}

a.menulinks:link{
	font-size:30px;
	font-weight:normal;
	text-decoration:none;
	color:#543a1f;
}

a.menulinks:visited{
	font-size:30px;
	font-weight:normal;
	text-decoration:none;
	color:#543a1f;
}

a.menulinks:hover{
	font-size:30px;
	font-weight:normal;
	text-decoration:underline;
	color:#543a1f;
}

a.footerlinks:link{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#543a1f;
}

a.footerlinks:visited{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#543a1f;
}

a.footerlinks:hover{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#543a1f;
}

.boldtext{
	font-weight:bold;
}

.speclinks{
	text-align:right;
	font-size:20px;
}

ul{
	list-style:disc;
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:23px;
}

li{
	text-align:left;
	padding-top:5px;
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:725px;
	padding-top:164px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:725px;
	height:54px;
	background-image:url(../images/layout/bg.png);
	background-repeat:repeat-y;
	line-height:0px;
	float:left;
}

.logo{
	width:302px;
	height:54px;
	background-image:url(../images/layout/logo.png);
	background-repeat:no-repeat;
	line-height:0px;
	float:left;
}

.topright{
	width:383px;
	height:24px;
	padding-right:40px;
	padding-top:30px;
	background-image:url(../images/layout/topright.png);
	background-repeat:no-repeat;
	text-align:right;
	line-height:15px;
	float:left;
}

* html .topright{
	width:423px;
}

.topimage{
	width:725px;
	height:310px;
	background-image:url(../images/layout/topimage.png);
	background-repeat:no-repeat;
	line-height:0px;
	float:left;
}

.menu{
	width:725px;
	height:80px;
	background-image:url(../images/layout/bg.png);
	background-repeat:repeat-y;
	padding-top:10px;
	line-height:20px;
	text-align:center;
	word-spacing:36px;
	float:left;
}

.content{
	width:685px;
	padding-left:40px;
	background-image:url(../images/layout/bg.png);
	background-repeat:repeat-y;
	line-height:0px;
	float:left;
}

* html .content{
	width:725px;
}

.contentarea{
	width:644px;
	text-align:justify;
	line-height:21px;
	float:left;
}

.half {
	width:302px;
	text-align:justify;
	line-height:21px;
	float:left;
}

.separator {
	width:40px;
	float:left;
}

.footertop{
	width:644px;
	height:30px;
	border-top:5px double;
	float:left;
}

.footer{
	width:685px;
	height:56px;
	padding-left:40px;
	background-image:url(../images/layout/footerbg.png);
	background-repeat:no-repeat;
	line-height:0px;
	float:left;
}

* html .footer{
	width:725px;
}

.footercontent{
	width:644px;
	line-height:21px;
	float:left;
}

.footerleft{
	width:322px;
	float:left;
}

.footerright{
	width:322px;
	text-align:right;
	float:left;
}

.spacer{
	width:725px;
	height:50px;
	float:left;
}
