* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffedbc;
	font-family: "Gill Sans MT", sans-serif, Arial;
	font-size: 13px;
	color: #fff;
}

h1, h2, h3 {
	color: #fff;
}


p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
	list-style: circle;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	text-decoration: underline;
	color: #f9c0d5;
}

a:hover {
	text-decoration: none;
	color: #ffecbb;
}

/* Wrapper */

#wrapper {
margin-top: 20px;
}

/* Header */

#header {
	width: 765px;
	height: 96px;
	margin: 0 auto;
	background: url(images/top_bord.gif) no-repeat left bottom;
}
#header h3 {
	padding: 0;
	font-weight: bold;
	color: #0eb1a4;
}

/* Logo */

#logo {
	float: left;
	padding: 0px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: italic 36px Arial, Helvetica, sans-serif;
}

#logo h2 {
	margin: -5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #D4C792;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
}

#menu ul {
	margin: 0px;
	padding: 30px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
	background:url(navigation/alink.gif);
	text-align: center;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	color: #ffedbc;
	text-decoration: none;
}

#menu a:hover, #menu .active a {
	background-image:url(navigation/ahover.gif);
	color: #9e561a;
}

/* Page */

#page {
	width: 765px;
	margin: 0 auto;
	background: url(images/background.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 500px;
	height: 500px;
	padding: 20px 0 0 35px;
	margin-left: 20px;
	background-image: url(images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#content h1 {
font:"Trebuchet MS";
padding-bottom: 10px;
}


#content ul {
list-style-type:circle;
}

#content li {
list-style-type:disc;
list-style-position: inside;
text-indent: 5px;
}

#content img {
float: right;
padding-left: 5px;
}


#main_content {
padding-left: 20px;
}
/* Ad Column */

#sidebar {
	float: right;
	width: 183px;
}
#sidebar img {
margin: 0 15px;
}

/* Footer */

#footer {
	width: 765px;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: url(images/bottom_bord.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}
img, div { 
behavior: url(supersleight.js)
}

