html,body {
	background-image:url(../images/background.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#252525;
	text-align:center;
	padding:20px;
	font-family:"Arial";
	font-size:13px;
}

* { margin:0 auto; }
img { border:0; }

#container {
	width:800px;
}

#header {
	width:800px;
	height:129px;
	background-image:url(../images/header.gif);
}

#content {
	width:800px;
	background-color:#dbdbdb;
	background-image:url(../images/background_fade.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:left;
}

#left {
	padding:20px 0 0 40px;
	float:left;
	width:500px;
}

#right {
	float:left;
	text-align:center;
	width:220px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 20px;
}

h5 {
	font-size:20px;
	font-family:"Trebuchet MS";
	margin:0 0 10px 0;
	border-bottom:1px dotted #333;
	padding:0 0 5px 0;
	margin:0 0 12px 0;
}

h4 {
	font-size:20px;
	font-family:"Trebuchet MS";
	color:#006600;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

p {
	display:block;
	margin:0 0 10px 0;
	font-size:13px;
	font-family:"Verdana";
	color:#111;
}

.info {
	padding:10px 0 0 0;
}

#footer {
	width:800px;
	height:90px;
	clear:both;
	color:#666;
	background-image:url(../images/footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:"Arial";
	padding:10px 0 20px 40px;
	margin:20px 0 0 0;
}

a:link { text-decoration:none;color:#990000; }
a:hover { text-decoration:underline;color:#FF0000; }
a:visited { text-decoration:none;color:#990000; }
a:active { text-decoration:none;color:#990000; }
