@charset "utf-8";
/* Styles */
body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #025c5f;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../images/bg_all.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333333;
}
/* Layout */

#header{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#body{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#sets{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdb94e;
}
#footer{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img_16.jpg);
	height: 56px;
}