html, body {
	margin: 0;
	padding: 0;
} 

body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
	margin-top: 60px;
	color: #666;
}

.prevnext {
	font-weight: normal;
	font-size: 1em;
	margin: 20px 0;
	text-align: center;
}

.prevnext .prev,
.prevnext .next {
	margin: 0;
	display: inline;
	font-weight: bold;
	margin: 0;
}
.prevnext a { padding: 5px 0.5em; }

a {
	color: #E92821;
	text-decoration: none;
}

a:hover {
	color: #F27E7B;
	text-decoration: none;
}

h1, h2 {
	margin:0;
	padding:0;
	color:#8B8B8B;
	font-size:11px;
	font-weight:bold;
}

h3
{
	color:#8A8A8A;
	margin:0 0 8px 0;
	padding:0 0 2px 0;	
	font-size: 12px;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin:10px 0 10px 0;
	line-height:16px;
}

strong {
	font-size:10px;
	color:#8A8A8A;
}


img {
	display: block;
	margin:0 0 0 -4px;
	border:0;
}

a img {
	border:none; 
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.screenshot {
	margin:0 0 0 -4px;
	display: inline; /* for double float bug */
	border:2px solid #EFEFEF;
}


h1.clear {
	display:none;
}

h1.error {
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
}

#links {
	width:674px;
	height:10px;
	clear:both;
	padding:20px 0 20px 26px;
}

#links li {
	display:inline;
	font-size:1px;
}

#wrap {
	width:700px;
	margin:0 auto;
}

#bottom {
	width:700px;
	background: #ffffff url(../images/rotate.php) no-repeat right bottom; 
}

#top {
	width:700px;
	height:70px;
	background: #ffffff;
	clear:both;
}

#logo a {
	width:155px;
	height:21px;
	float:left;
	margin: 30px 0 0 34px;
	text-indent:-9999px;
	background: url(../images/logo_trans.gif) no-repeat 0px 0px;
	display: inline;
}

#left {
	width:140px;
	float:left;
	margin:2px 0 0 30px;
	display: inline;
}

#left h3 {
	padding:6px 0 0 0;
}

#right {
	width:450px;
	float:right;
	padding:10px 0 0 32px;
	margin:0 22px 0 0;
	display: inline; /* for double float bug */
	clear:right;
}

#right li {
	line-height: 16px;
	background: url(../images/bullet.gif) no-repeat 2px 5px;
	padding-left: 12px;
	padding-bottom: 4px;
}


#nav {
	width:310px;
	height:45px;
	margin:18px 18px 0 0;
	padding-left:26px;
	float:right;
	background: url(../images/bg_nav.jpg) no-repeat 0px 0px;
}

#nav li {
	display:inline;	
	float:left;
	margin-top:15px;	
	padding: 0 16px 0 16px;
}

#nav a {
	color:#eee;
	height:30px;
	display:block;
	float:left; /* use it or else IE will screw up the list */
}

#nav a:hover {
	background: url(../images/bg_hover.gif) no-repeat center 17px;
	color:#ffffff;
}

#copyright a:link, #copyright a:visited, #copyright a:active {
	color: #f4f4f4;
	text-decoration: none;
	padding: 0px 0px 1px;
	border-bottom: 1px dotted #f4f4f4;
}

#copyright a:hover {
	text-decoration: none;
	border:none;
	color: #ccc;
}

p#copyright {
	width:300px;
	margin:0 auto;
	padding:8px 0 4px 0;
	color:#ccc;
	font-size: 10px;
	text-align:center;
}