@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #e8e0e9;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #117ABF;
	border-right-color: #117ABF;
	border-bottom-color: #117ABF;
	border-left-color: #117ABF;
	background-repeat: repeat;
	border-right-width: 3px;
	border-left-width: 3px;
}
#bodylarge {
	clear: both;
	height: auto;
	width: 912px;
}

#wrapper #footer {
	background-image: url(../images/buttonbg2.png);
	background-repeat: repeat-x;
	height: 35px;
	clear: both;
	color: #CC9900;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	margin: 20px;
	color: #117ABF;
}
#wrapper #login img {
	float: left;
}
#wrapper #header img {
	float: left;
}
#wrapper #bodyArea #left {
	width: 310px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 600px;
	float: right;
}
