@charset "utf-8";
/* CSS Document */

body {
	background-color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-image: none;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
#mainContent {
	min-height: 300px;
}
