/* General */
* {
	font-size: 100%;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #444444;
	line-height: 150%;
background-color: #D8E0CE;
}
#wrapper {
	width: 960px;
	margin: 30px auto 0px auto;
	border: 3px solid #000;
	padding: 20px;
background-color: #FFF;
}
#header img {
	float: left;
}
#contact {
	float: left;
	width: 700px;
	text-align: right;
font-size: 90%;
line-height: 130%;
}
#contact a {
	color: #444444;
	text-decoration: none;
}
#mainBody {
	padding: 20px 10px 10px 10px;
text-align: justify;
}
#leftContent {
	width: 455px;
	float: left;
}
#rightContent {
	width: 455px;
	float: left;
	padding: 10px 10px 10px 20px;
}
#master0 {
	border: 3px solid #000;
text-align: center;
}
#baseLine {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	font-size: 70%;
	line-height: 110%;
}
#baseLine a {
	color: #444444;
	text-decoration: none;
}
#footer {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	font-size: 60%;
	line-height: 110%;
}
#footer a {
	color: #444444;
	text-decoration: none;
}
p {
	padding: 5px 0px 5px 0px;
}
.clear {
	clear: both;
}

