body
{
	background: url('/images/bg.png') repeat-x;
	background-color: #000;
	font-family: 'arial', sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

img
{
	margin: 0;
	padding: 0;
}

#main
{
	width: 850px;
	margin: auto;
	padding: 0;
}

#border-top
{
	margin: 0;
	padding: 0;
	height: 11px;
	background-color: #fff;
	/* background: url('/images/border-top.png') no-repeat; */
}

#border-bottom
{
	margin: 0;
	padding: 0;
	height: 11px;
	/* background: url('/images/border-bottom.png') no-repeat; */
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#border-sides
{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#top
{
	margin: 0 0 0 0;
	padding: 0;
	background: #fff;
	letter-spacing: -1px;
	height: 70px;
}

#top .container
{
	padding: 5px 20px;
}

#top #left
{
	float: left;
}

/*#top img
{
	float: left;
}*/

#top #right
{
	text-align: right;
}

#top #right ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#top #right ul li
{
	display: inline;
}

#top #right ul li a
{
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}

#top #right ul li:after
{
	content: '|';
}

#top #right ul li:last-child:after
{
	content: '';
}

#top #right form
{
	margin: 30px 0 0 0;
	padding: 0;
}

#top #right form label
{
	margin: 0 10px 0 0;
}

#top #right form fieldset
{
	border: none;
}

#picture1
{
	height: 283px;
	background-color: #FFFFFF;
	/*background-image: url(/images/picture1.jpg);
	background-repeat: no-repeat;*/
}

#picture2
{
	height: 114px;
	background: url('/images/picture2.jpg') no-repeat;
}

#nav
{
	margin: 0;
	padding: 0;
	background: #2f2f2f;
	color: #fff;
	font-size: 16px;
}

#nav .container
{
	
}

#nav ul
{
	margin: 0;
	padding: 5px 0 8px 0;
	list-style: none;
}

#nav ul li
{
	display: inline;
}

#nav ul li:after
{
	content: '|';
}

#nav ul li:last-child:after
{
	content: '';
}

#nav ul li a
{
	padding: 0 14px 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#content
{
	margin: 0;
	background: #000;
	color: #fff;
}

#content h1
{
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: #ffc400;
}

#content h2
{
	font-size: 14px;
}

#content #right
{
	float: right;
	width: 200px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 20px;
	border-left: solid 2px #fff;
}

#content #right h3
{
	display: block;
	margin: 10px 0 0 0;
	width: 198px;
	padding: 0 10px;
	background: url('/images/selected.png') no-repeat;;
	font-size: 12px;
	color: #000;
	line-height: 13px;
}

#content #right ul
{
	margin: 0 0 20px 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#content #right ul li
{
	margin: 5px 0;
}

#content #right a
{
	color: #ffc400;
}

#content #left
{
	margin: 0 250px 0 0;
	padding: 20px 0 0 20px;
}

#content #left a
{
	color: #ffc400;
}

#content #left img
{
	float: left;
	margin: 0 10px 0 0;
}

#content #clear
{
	clear: both;
}

#content .container
{
	margin: 0;
	padding: 0;
}

#bottom
{
	width: 850px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	background: #000;
	color: #c0c0c0;
	font-size: 10px;
}

#bottom a
{
	color: #c0c0c0;
}.wpcategory h3{
	border: 1px solid #999999;
	background-color: #333333;
	padding: 2px;
}

.seoh1 {
	display:inline;
}

.seoh2 {
	font-size: 14px;
	font-weight:bold;
}

.seoh3 {
	display: block;
	margin: 10px 0 0 0;
	width: 198px;
	padding: 0 10px;
	background: url('/images/selected.png') no-repeat;;
	font-size: 12px;
	color: #000;
	line-height: 13px;
	font-weight:bold;
}

.wph3 {
	border: 1px solid #999999;
	background-color: #333333;
	padding: 2px;
}

.headertext {
	font-size: 19px;
	color: #ffc400;
	font-weight:bold;
}

.normalize {
	font-weight:normal;
}

.imgpad {
	margin-top:10px;
}


.bold {
	font-weight:bold;
}

#cssnav, #cssnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#00000;
}

#cssnav a {
	display: block;
	width: 10em;
	color:#00000;
}

#cssnav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	padding:3px;
	color:#00000;
}

#cssnav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 10em;
	border: 1px solid black;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color:#00000;
}

#cssnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 127px;
	color:#00000;
}

#cssnav li:hover ul ul, #cssnav li.sfhover ul ul {
	left: -999em;
	color:#00000;
}

#cssnav li:hover ul, #cssnav li li:hover ul, #cssnav li.sfhover ul, #cssnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color:#00000;
}

#cssnav a:link {
	color: #000000;
}
#cssnav a:visited {
	color: #000000;
}
#cssnav a:hover {
	color: #000000;
}
#cssnav a:active {
	color: #000000;
}
