body {
	font: 12px Tahoma, "Trebuchet MS", Helvetica;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	background: url(head.png) repeat-x left top;
	height: 159px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 100px;
}
#head h1 {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#head p {
	color: #FFFFFF;
	text-decoration: none;
}
#head a {
	color: #FFFFFF;
	text-decoration: none;
}
#head a:hover {
	color: #333333;
	text-decoration: underline;
}

#head img {
	position: absolute;
	top: 15px;
	margin-left: 525px;
}

#content {
	margin: 0px;
	padding: 0px;
}
#content p {
	padding-bottom: 0px;
}
#content li {
	margin: 0px;
	padding: 0px;
}

#content .blue {
	background: #4890D3 url(blue.png) repeat-x left bottom;
	margin: 0px;
	padding: 5px 35px 25px;
	color: #FFFFFF;
}
#content .blue h2 {
	font-weight: normal;
	color: #FFFFCC;
}


#content .green {
	background: #B3CD76 url(green.png) repeat-x left bottom;
	margin: 0px;
	padding: 5px 35px 25px;
	color: #666666;
}
#content .green h2 {
	font-weight: normal;
	color: #FFFFCC;
}

#content .yellow {
	background: #D0B261 url(yellow.png) repeat-x left bottom;
	margin: 0px;
	padding: 5px 35px 25px;
	color: #000000;
}
#content .yellow h2 {
	font-weight: normal;
	color: #FFFF00;
}
#content #footer {
	background: #D0B261 url(head.png) repeat-x left top;
	margin: 0px;
	padding: 20px 35px 10px;
	color: #000000;
}

