#centerpage {
	width:800px;

}

body {
	font-family: Sans-serif, Arial, Tahoma, Verdana;
	margin: 0;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
#layout {
	width: 100%;
}
#container {
	display: block;
	width: 740px;
	background-image: url("images/bg.jpg");
}
#header {
	height: 167px;
	background-image: url("images/header.jpg");
}
#main {
	display: inline-block;
	padding-left: 12px;
}
#left {
	text-align: left;
	float: left;
	width: 555px;
	min-height: 200px;
	background: #000000 url("images/pepTop.png") no-repeat;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
#right {
	position: relative;
	z-index: 3;
	width: 170px;
	margin-top: 20px;
	float: left;
}
#guy {
	float: right;
	position: relative;
	margin-top: -336px;
	width: 207px;
	height: 336px;
	background: url("images/guy.png") no-repeat 0 0;
}
.content {
	padding: 0px 20px 0px 15px;
	font-size: 12px;

}
.tblBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.menuContainer {
	margin-right: 10px;
}

h4, h5 {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
p, ul {
	margin-top: 0px;
	font-size: 12px;
}

ul.menuList {
	font-size: 100%;
	text-align: right;
	list-style: none;
}
/*.links a {
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}*/

a:link.menu, a:visited.menu {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.menu, a:active.menu {
	background: none;
	color: #FFFF00;
	font-weight: bold;
}

a:link, a:visited, a:hover, a:active{
	color: #FFFF00;
}

#footer {
	height: 122px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
	width: 720px;
	background-image: url(images/pepBottom.png);
	background-position: center;
}
#copy {
	font-size: 9px;
	color: #FFFFFF;
	width: 700px;
}
.orange {
	color: #FFFF00;
}
h1 {
	color: #FF0000;
}
.red {
	color: #FF0000;
}

