html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
background-color: #dedede;
font: 12px/14px Verdana, Geneva, sans-serif;
}
#page {
	width: 1152px;
	background:url(images/pagebkg.jpg) top left no-repeat;
	margin: 0 auto;
}
#header {
height: 336px;
position: relative;
}
h1 {
color: #7ec8c0;
font-size: 70px;
position: absolute;
top: 233px;
right: 30px;
}
h2 {
color: #fff;
font-size: 14px;
position: absolute;
top: 267px;
right: 30px;
line-height: 35px;
}
#content {
width: 1152px;
overflow: auto;
}
#leftside {
float: left;
clear: both;
width: 225px;
padding-left: 75px;
}
#leftside img {
padding-bottom: 20px;
}
#maincontent {
float: left;
padding: 0 30px;
width: 752px;
}
p {
padding: 0 0 10px 0;
}
#footer {
background-color: #7ec8c0;;
width: 1132px;
padding: 10px;
}
#footer .left {
display: block;
width: 566px;
text-align: left;
float: left;
}
#footer .right {
display: block;
width: 566px;
text-align: right;
float: right;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
color:#375200	
}