/* globals */
body{
	margin:0;
	padding:0;
	background:#000;
	text-align:center;
}
a:link, a:visited {
	font-weight: normal;
	color: #d71920;
	text-decoration: none;
}
a:hover{
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
img{
	border: 0px;
}
/* content */
#wrap {	
	background:#000;
	margin:0 auto;
	width:750px;
	text-align:left;
}
#wrapII {
	margin:0 auto;
	width:756px;
	text-align:left;
	background: #666;
}
#header {	
	margin-top: 0px;
	width:750px;
	text-align:left;
}
#sidebar {
	float:left;
	width:215px;
	clear: left;
	padding-right: 25px;
	padding-top: 0px;
	background:#000;
	text-align: right;	
}
#main {	
	float:right;
	width:510px;
	padding-left: 0px;
	padding-top: 20px;
	background:#FFF;
	padding-bottom: 45px;
}
#text {
	width: 400px;
	margin-left: 75px;
	margin-bottom: 25px;
}
#footer {
	clear:both;
	background-image:url(../images/footer_repeat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 25px 10px 25px;
	text-align: center;
	vertical-align: bottom;
}
#sidebar img{
	margin-top: 20px;
	margin-bottom: 5px;
}
h3, h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;	
}
h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 2em;
}
h5 {
	font-size: 9px;
	color: #fff;
	font-weight: normal;
	line-height: 1.75em;
}