h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
    background-color: #d3e9d0;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}

a:link, a:active, a:visited {
	color: #000000;
}

object {
	border: 2px solid #ffffff;
}

.imgwhite {
	border: 2px solid #ffffff;
}


#header {
	font-size: 24px;
	color:#ffffff;
	padding-left:5px;
}

#header2 {
	width: 744px;
	text-align: left;
	padding: 3px;
	margin: auto;
}

#container {
	width: 750px;
	text-align: left;
	margin: auto;
	background-color: #aed7a8;
}

#left {
	width: 158px;
	float: left;
	padding: 6px;
	font-size: 13px;
}

#left p {
	font-size: 13px;
}

#right {
	width: 568px;
	float: right;
	padding: 6px;
	font-size: 13px;
}

#right h1 {
	font-size: 22px;
}

#right p {
	font-size: 13px;
}

/* body->footer */
#footer {
	font-size: 12px;
	padding-left:5px;
}

#topleft {
	width: 50%;
	float: left;
	height: 10px;
	background-color: #aed7a8;
	background-image: url('/images/topleft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#topright {
	width: 50%;
	float: right;
	height: 10px;
	background-color: #aed7a8;
	background-image: url('/images/topright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#bottomleft {
	width: 50%;
	float: left;
	height: 10px;
	background-color: #aed7a8;
	background-image: url('/images/bottomleft.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bottomright {
	width: 50%;
	float: right;
	height: 10px;
	background-color: #aed7a8;
	background-image: url('/images/bottomright.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#clean {
	clear: both;
	height: 6px;
}