* {
	padding: 0;
	margin: 0;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #A59B89;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

body {
	margin-top: 4px;
	background: #F9F9F1 url(images/bodybg.jpg) repeat-x;
}

#container #wrap {
	background: #FFFEF9 url(images/bggrad.jpg) repeat-x;
}

#container  #wrap #content {
	float: right;
	width: 514px;
	margin-top: 66px;
	margin-bottom: 50px;
	margin-right: 2px;
}
#container #wrap #content p {
	margin-bottom: 15px;
}

#container #wrap #content h1 {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.24em;
	color: #E79A00;
}

#container #wrap #content h2 {
	margin-bottom: 16px;
	font-size: 1.4em;
	color: #666666;
}
#container #wrap #content h3 {
	margin-bottom: 15px;
	color: #666666;
}
#container #wrap #nav a:link, #container #wrap #nav a:visited{
	text-decoration: none;
	color: #333333;
}
#container #wrap #nav a:hover{
	text-decoration: none;
	color: #E79A00;
}
#container #wrap #nav {
	float: left;
	width: 210px;
	margin-top: 66px;
	margin-bottom: 70px;
}
#container #wrap #nav ul {
	margin-left: 20px;
}
#container #wrap #nav li {
	background: url(images/bull.gif) no-repeat 0px 0px;
	list-style: none;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 13px;
	font-weight: bold;
}
#container #wrap #footer {
	background: #EEAC00 url(images/footer.gif) no-repeat;
	clear: both;
	height: 30px;
	overflow: visible;
	position: relative;
}

#container #wrap #footer #footcontent {
	margin-left: 62px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFEF9;
	height: auto;
	overflow: visible;
	padding: 12px;
}
#container #wrap #footer #footcontent a:link, #container #wrap #footer #footcontent a:visited  {
	color: #FFFEF9;
	text-decoration: none;
	
}
#container #wrap #footer #footcontent a:hover {
	text-decoration: underline;
	
}
#container #wrap #content .pointdown {
	font-size: x-small;
}

