body {
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background-color: #085080;
	background-image: url(../images/bg_vertical.jpg);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

#wrapper {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner-top {
	height: 265px;
	width: 842px;
	font-size: large;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_top.jpg);
	margin-top: 0px;
}

h1 {
	color: #FFF;
	background-color: #076B8F;
	width: 450px;
	font-size: large;
	height: 30px;
	padding-left: 5px;
	padding-top: 5px;
}

#menu-side {
	float: left;
	width: 220px;
	margin-top: 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#wrapper-content {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5DC890;
	border-right-color: #5DC890;
	border-bottom-color: #5DC890;
	border-left-color: #5DC890;
}
#content {
	float: right;
	width: 530px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: medium;
}

#content a{
	color: #50C18D;
}
	
#menu-side a {
	color: #50C18D;
	font-size: large;
	font-weight: normal;
}

#menu-side hover {
	color: #55C98C;
	font-size: large;
	font-weight: normal;
	text-decoration: none;
}

#home-link {
	height: 250px;
	width: 250px;
}
