* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-align: center; /* ie7 fix */
}
a:link, a:visited {
	color: #ffc000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a:link img, a:visited img {
	border: none;
}
p {
	color: white;
	line-height: 16px;
}
#wrapper {
	position: relative;
	top: 5px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 120px;
	background: url(images/title.jpg) no-repeat 84px 10px;
}
#header p {
	position: absolute;
	left: 460px;
	top: 23px;
	width: 300px;
	font-size: 16px;
	color: #b6b5b5;
}
#header #nav {
	width: 800px;
	margin-top: 5px;
	padding-top: 9px;
	text-align: center;
	height: 40px;
	background: url(images/nav.jpg) no-repeat left top;
}
#header #nav li {
	display: inline;
	color: #ffc000;
}
#header #nav a:link, #header #nav a:visited {
	color: #ffc000;
	font: bold normal 14px Georgia, Times, serif;
	text-decoration: none;
}
#header #nav a:hover, #header #nav a:active {
	text-decoration: underline;
}
#content {
	position: relative;
	width: 800px;
	margin-top: 5px;
	#margin-top: 8px; /* ie7 hack */
	background: url(images/content-repeat.jpg) repeat-y left top;
}
#content-top, #content-bottom {
	position: absolute;
	background: url(images/content-end.png) no-repeat left top;
	width: 800px;
	height: 1px;
}
#left {
	position: absolute;
	top: 5px;
	left: 60px;
	width: 195px;
	height: 400px;
}
#left h2 {
	color: #fffeab;
	font: normal normal 30px Georgia, Times, serif;
}
#left p {
	color: #fffeab;
	margin-bottom: 8px;
}
#right {
	position: relative;
	left: 270px;
	width: 507px;
}
#right img {
	border: 1px solid #505050;
	margin: 6px 0 6px 10px;
}
#inside #right {
	width: 515px;
}
#inside #right div {
	position: relative;	
	top: 6px;
	#top: 0;
	width: 500px;
	height: 130px;
	border-bottom: 1px solid #505050;
	margin: 6px 0 0 12px;
}
#inside #right div#last {
	border: none;
	padding-bottom: 5px;
}
#inside #right img {
	position: absolute;
	margin: 4px 0 10px 0;
}
#right div p {
	position: relative;
	top: 3px;
	left: 126px;
	width: 378px;
}
#inside #right div.regular p {
	left: 2px;
}
#inside #right div.text {
	min-height: 300px;
	#height: 300px;
}
#inside #right div.text p {
	left: 0;
	padding-bottom: 10px;
	width: auto;
}
#footer {
	position: relative;
	width: 800px;
	background: url(images/content-end.png) no-repeat left top;
	color: #6f6f6f;
}
.copyright {
	padding-top: 3px;
	width: 260px;
	text-align: center;
	color: #6f6f6f;
}
#footer #nav {
	position: absolute;
	top: 3px;
	left: 270px;
	width: 530px;
	text-align: center;
	height: 139px;

}
#footer #nav li {
	display: inline;
}
#footer a:link, #footer a:visited {
	color: #6f6f6f;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#inside #footer {
	height: 60px;
	}
