@charset "utf-8";
/* CSS Document */

body {
	background-color: #57a7dc;
	margin-top:30px;
	margin-bottom:15px;
}
a:link {
	color: #999999;
	text-decoration: none;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
#myDiv {
	background-color: #ffffff;
	border: 2px solid #000000;
	margin: 0 auto;
	padding: 0;
	width:825px;
}
#sidebars {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
