@charset "UTF-8";
/* CSS Document */

     <style>
   
{
padding: 0;
margin: 0;
border: 0;
}

body, html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#000;
	margin:0px auto;
	color:#FFFF99;
	text-align: center;
	}
:focus
{
  -moz-outline-style: none;
  }	
h1 {
	color:#000;
	text-align:left;
	font-size:14px;
	}
#container {
	width:700px;
	margin:5px;
	height:500px;
	}
#sidebar {
	width:180px;
	height:482px;
	margin:0px 5px 0px 0px;
	float:left;
	}
#sidebar p {
	font-size:11px;
	padding:10px 10px;
	line-height:18px;
	}
#info {
	text-align:left;
	background:#ea370d;
	padding:5px;
	border:#F7Da83 solid 1px;
	margin-bottom:3px;
	}
#back a:hover {
	background:#CCCC99;
	border:#FFCC00 dotted 1px;
	color:#000000;
	}
#menu {
	height:20px;
	line-height:20px;
	text-align:left;
	margin:auto;
	font-size:12px;
	border:#F7Da83 solid 1px;
	padding:4px 0px;
	font-weight:normal;
    }
#menu a {
	height:20px;
	color:#FFFF99;
	line-height:20px;
	padding:3px 5px;
	margin-left:2px;
	
	}
#menu a:hover {
	color:#000;
	background:url(../wp-content/themes/default/images/popuphead.jpg);
	
	}
#contentmedia {
	width:500px;
	padding:2px;
	float:left;
	}
#contentmedia img {
	margin:auto;
	border:#FFFF99 10px solid;
	top:50%;
	}

#content td {
	width:120px;
	}

#content {
	margin:auto;
	width:480px;
	}
#content img {
	border:none;
	}
#content a {
	display:block;
	border:#333333 dotted 1px;
	margin:0px 7px 14px 7px;
	width:75px;
	height:75px;
	overflow:hidden
	}
#content a:hover {
	border:#FFFF99 solid 1px;
	background:#333333
	}
