* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #ffffff;
	background-image:url(../images/bodybg.gif); background-repeat:repeat-x;
	font-family:Arial;
}

h1 {
	font-size:30px;
	color:#666666;
	font-weight:normal;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	color:#444444;
	font-weight:normal;
	margin-bottom:10px;
}

p {
	font-size:13px;
	color:#444444;
	margin-bottom:10px;
	line-height:18px;
}

p+h2 {
	margin-top:30px;
}

ul {
	font-size:13px;
	color:#444444;
	margin:0px 10px 10px 20px;
	line-height:18px;
}

ul+h2 {
	margin-top:30px;
}

a {
	color:#0066cc;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:882px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	background-image:url(../images/bg-fade-01.jpg);
	background-repeat:repeat-x;
	padding:30px 8px 30px 8px;
	text-align:left;
	margin:15px auto;

}

#page {
	width:864px; 
	background-color:#ffffff;
	padding:8px;
}

#mainImage {
	width:864px;
	height:320px;
	padding-top:20px;
}

#footer {
	width:900px;
	margin:15px auto;
	text-align:right;
}

#footer p {
	font-size:12px;
	color:#666666;

}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
