* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-color: f7f7f7;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ccc;
}
#wrapper #space2 {
	height: 10px;
	background-color: #FFF;
}


#wrapper #logo {
	height: 110px;
	background-color: #FFF;
}
#wrapper #space {
	height: 10px;
	background-color: #FFF;
}
#wrapper #navbar {
	height: 30px;
	background-image: url(../images/Generic/Btn.jpg);
	background-repeat: repeat-x;
}
#wrapper #space1 {
	height: 0px;
	background-color: #FFF;
}



#wrapper #banner {
	height: 150px;
	background-color: #FFF;
}

#wrapper #welcome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	background-color: #E6FFE6;
	font-weight: bold;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	color: #333;
	padding-top: 15px;
}

#wrapper #welcmess {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: center;
	background-color: #E6FFE6;
}
#wrapper #left {
	width: 750px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ccc;
	background-color: #E6FFE6;
}
#wrapper #right {
	width: 200px;
	float: right;
	text-align: center;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top-style: solid;
	border-top-color: #E6FFE6;
	border-top-width: 30px;
}
#wrapper #foot {
	height: 40px;
	clear: both;
	background-color: #E6FFE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper #bodyarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #E6FFE6;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 20px;
}
