*{margin:0; padding:0;}
body {background: #333333;}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear{clear:both}
#wrapbg{
	width:767px;
	margin: 1em auto;
	color:#333333;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrap{
	width:740px;
	margin: 0 auto;
	background:#FFFFFF;
	color:#333333;
}
#header{
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 19px;
}
#logo{
	margin-top: 20px;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
}
#navigation ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #e5e5e5;
	color: White;
	float: left;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
	padding: 0.4em 1em;
	background-color: #e5e5e5;
	color: #333333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navlist a:link#current,#navlist a:visited#current,#navlist a:hover,#navlist a:active
{
	background-color: #333333;
	color: #fff;
}

#footer{
	background-image: url(../img/bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 22px;
	margin-top: 20px;
}


#content p, ul{
	margin: 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
#content h1 {
	font-size: 11px;
	font-weight: normal;
	color: #A8A8A8;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
	padding-bottom: 5px;
	padding-left: 10px;
}

