* { padding: 0; margin: 0; }

body {
	margin: 5px 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #1F1F1F
}

hr {
 border-left:0px none; border-right:0px none; border-bottom:0px none; height: 1px; 
 border-top: 1px solid #000;
 margin: 10px
}
h3 {
 font-size: 18px;
 text-align: left;
 color: #cc0000;
}

h2 {
 font-size: 18px;
 font-weight: bold;
 text-align: left;

}



img {
 border: 0px none;
}

ul {
 padding: 15px 10px 15px 40px;
}

p {
 padding: 10px 10px 10px 0;
 clear: both;
}

#wrapper {
 margin: 0 auto;
 width: 780px;
 height: auto;
 background: #FFF;
 border: 0px solid #23679D;
}

#header {
	margin: 0px;
	padding: 0;
	width: 780px;
	height: 170px;
	background-color: #000;
	background-image: url('images/header.jpg');
}

* html div#header { 
 width: 100%;
}

#header h1 {
 float: left;
 margin: 0;
 padding: 10px 10px 0 120px;
 font-size: 30px;
 color: #FFF;
 clear: both; 
}

#tagline {
 margin: 0;
 padding-left: 125px;
 height: 1%;
 font-size: 14px;
 color: #FFF;
 clear: both; 
}

#content {
 padding: 10px;
 width: auto;
 height: auto;
}

#intro { 
 width: auto;
 height: auto;
 padding: 10px;
}

#intro h1 {
 margin-bottom: 20px; 
 font-size: 20px;
 font-weight: bold;
 text-align: left;
 color: #cc0000
}

.signature {
 float: left;
}

.underline {
text-decoration:underline;
}

.smaller {
	font-size: 70%;
	font-weight: bold;
}

.collapse {
	border-collapse: collapse;
	border-color: #111111;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.caption {
	text-align: center;
	font-size: 70%;
	font-weight: bold;
}

.reviewbox { 
 display: table;
 padding: 10px;
 width: 736px;
}

.reviewtext { 
 display: block;
 float: left;
 width: 420px;
 height: auto; 
 margin: 0; 
 padding: 10px;
}

a.revtitle {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 18px;
 font-weight: bold;
 color: #990000;
 text-decoration: underline;
}

.reviewimage {
 display: block;
 float: right;
 width: 252px;
 height: auto; 
 margin: 0 auto; 
 padding: 10px;
 background: #DDD; 
 border: 1px solid #000;
}

.reviewimage img {
 border: 1px solid #000;
}

.reviewrating {
 float: right;
 width: 270px;
 height: 50px; 
 margin-top: 6px; 
 padding: 10px 0 10px 0;
 font-size: 10px;
 font-weight: bold;
 background: #FFF; 
}

#resource-box {
 margin: 20px auto;
 padding-bottom: 6px;
 width: 780px;
 background: #FFF;
 border: 1px solid #000;
}

#resource-title {
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
 color: #333;
 text-align: center;
 border-bottom: 0px solid #CCC;
 background: #FFF;
}

ul#resource-list {
 padding: 0;
 list-style-type: none;
 text-align: center;
}

a.resource-link {
 display: block;
 padding: 6px;
 border-top: 0px solid #FFF;
 border-bottom: 0px solid #CCC;
 color: #333;
 background: #FFF;
}

* html ul#resource-list li {
 display: inline;
 height: 1%;
}

#footer {
	margin: 0px auto;
	padding-top: 6px;
	width: 780px;
	height: 43px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: 0px solid #000;
	background-color: #FFFFFF;
	background-image: url('images/footer.jpg');
}

* html div#footer { 
 padding: 8px 0 6px 0;
}

#footer a {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: bold;
 color: #333;
 text-decoration: underline;
}

#copyright {
 margin: 20px auto; 
 padding: 6px 0 6px 0;
 width: 780px;
 height: 30px;
 text-align: center;
 font-size: 10px;
 color: #000;
 background: #DDD; 
 border: 1px solid #000;
}