/* body  ****************************************************************************** */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #663300;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/* Wrapper   **************************************************************************/

#wrapper {
	width: 770px;
	background-image: url(images/main.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;
}

/*    Top  ****************************************************************************** */

#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 222px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#nav {
	background-image: url(images/nav.jpg);
	height: 41px;

}
#nav ul {
	margin: 0px;
	padding: 1px 0px 0px 5px;
}
#nav ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 0.8em;
}
#nav ul li a:hover {
	color: #FFCC00;
	font-size: 0.8em;
}

#left {
	float: left;
	width: 220px;
	background-image: url(images/left.jpg);
	margin: 0px;
	padding: 0px;
	clear: left;

}
#left p {
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	line-height: 25px;
	padding-top: 15px;

}
#left a:link, #left a:visited, #left a:active {
	text-decoration: none;
	color: #663300;

}
#left a:hover {
	color: #990000;

}

/*    Main  **************************************************************************** */

#right {
	float: right;
	width: 550px;
	padding: 0px;
	background-image: url(images/mains.jpg);
	background-repeat: no-repeat;

}

#right p {
	text-align:left;
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	

}

#right p.images
{
	text-align:center;
}

#right h1 {
	text-align: left;
	font-size: 14px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px 0px 5px;

	

}
#right h2 {
	font-size: 12px;
	color: #990000;
	text-align: left;
	padding-left: 0px;
}

.horiz {
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 540px;
	clear: both;
}

#right ul {
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 50px;
	color: #660000;
}
#right ul li {
	font-size: 14px;
	list-style-image: url(images/bullet.jpg);
	text-align: left;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
* html #right ul li { padding-left: 5px; }
* html #right h3 {
	margin-left: -10px;
}
#right a:link, #right a:visited, #right a:active {
	display: inline;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}
#right a:hover {
	color: #990000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

/*    Html fixes  **************************************************************** */




/*     Footer   ****************************************************************** */
#footer {
	background-image: url(images/footer.jpg);
	height: 101px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer p{
	font-size: 13px;
	color: #BAAF98;
	padding-top: 67px;
	text-align: center;
	padding-left: 0px;
	margin: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	margin: 0px 3px 0px 0px;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	letter-spacing: 2px;
}
#footer a:hover {
	color: #666666;
	font-size: 14px;
}

/*     sig   ****************************************************************** */


#sig {
	color: #999999;
	font-size: 10px;
	padding: 0px;
	width: 770px;
	background-image: url(images/back.jpg);
}

#sig p{
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	text-align: right;
	padding-right: 5px;
	margin: 0px;
}

#sig a, #sig a:link, #sig a:visited, #sig a:active {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}
#sig a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}
