* {
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #000;
}
#container #bodyArea #left {
	height: 600px;
	width: 250px;
	background-image: url(../images/bg_1.jpg);
	background-repeat: no-repeat;
	float: left;
}
#container #bodyArea #right {
	width: 550px;
	float: right;
	background-image: url(../images/line_bg.jpg);
	background-repeat: repeat-x;
}
#container #bodyArea #footer {
	clear: both;
	height: 5px;
}
#container #bodyArea #left p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
	font-family: Verdana;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
}
#container #bodyArea #right p {
	font-family: Verdana;
	margin: 15px;
	font-size: 12px;
	text-align: left;
	line-height: 40%;
}
h1 {
text-decoration: underline; 
color: #eb6a27; 
font-size: 16px;
font-family: Verdana;
text-align: center;
}
b {
	font-size:8px
	font-family: Verdana;
	font-weight:bold;
	text-align: center;
	text-decoration:underline;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
