@charset "utf-8";
#wrapper {
	
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(../images/banner.jpg);
	width: 800px;
	float: left;
	height: 200px;

}
#content {
	float: left;
	height: 100%;
	width: 798px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #709AF0;
}
#leftcolumn {
	clear: both;
	float: left;
	width: 150px;
	height:auto;
	background-color: #6992E4;
	overflow: visible;
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
}
#rightcolumn {
	width:612px;
	min-height:350px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
	background-color: #ffffff;
}
.button {
	background-image: url(../images/buttonbg.jpg);
	clear: left;
	float: left;
	width: 150px;
	height: 50px;
	margin-bottom: 2px;
}
.buttontext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 15px;
}
.link {
	color: #0033FF;
	text-decoration: underline;
}

