body {
margin: 0px;
background-color: #FFFFFF;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

a {
color: #009999;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wrapper {
width: 746px;
margin-left: auto;
margin-right: auto;
}

#header {
	width: 746px;
	height: 103px;
	margin-top: 20px;
	margin-bottom: -2px;
}

#content {
width: 746px;
background-image: url(images/content_bg.png);
background-position: top;
background-repeat: no-repeat;
background-color: #eeeeee;
}

#content_inner {
padding: 20px 20px 20px 20px;
}

#headings {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(images/headings_bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	margin-bottom: 10px;
}

#row {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
}

#row_logo {
float: left;
background-color: #eeeeee;
width: 98px;
height: 98px;
}

#row_text {
	float: left;
	padding: 10px 10px 0px 20px;
	width: 568px;
}

#clear {
clear: both;
}

h1 {
color: #339999;
font-size: 14px;
font-weight: bold;
margin: 0px;
padding: 0px;
}
