* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 800px;
	background-color: #D1DDDD;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #449090;
	border-left-color: #449090;
}
#wrapper #logo {
	background-color: #ECEDEF;
	height: 121px;
}
#wrapper #headerImg {
	background-color: #FFF;
	height: 1px;
}
#wrapper #bodyArea #left {
	height: auto;
	width: 300px;
	background-color: #D1DDDD;
	float: left;
	background-image: url(../assets/images/leftwelcome.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #right {
	background-color: #E4EEEE;
	height: auto;
	width: 500px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003;
	padding: 0px;
	font-size: 14px;
	background-image: url(../assets/images/bg_right.jpg);
}
#wrapper #bodyArea #footer {
	height: 20px;
	clear: both;
	background-color: #449090;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #navigation {
	height: 32px;
	background-color: #BECCCC;
}
#wrapper #bodyArea #right table tr td p {
	text-align: justify;
}
#wrapper #bodyArea #left table tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
	text-align: left;
}

