@charset "utf-8";
body {
	width: 770px;
	background-image: url(images/bg.gif);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size:12px;
	padding: 0px;
}
#Wrapper {
	background-color: #FFFFFF;
	float: left;
	width: 770px;
}
#Wrapper #Logo {
	height: 100px;
	width: 119px;
	float: left;
	clear: left;
	margin-top: 0px;
	padding-top: 0px;
}
/* Menu */

#menu {
	clip: rect(auto,auto,auto,auto);
	height: 100px;
	float: right;
	font-family: Arial, Helvetica, sans-serif, "Swis721 Lt BT";
	color: #FF6600;
	width: 600px;
}
#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	background: #F5F5F5;
	margin-left: 3px;
	padding: 5px 8px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#menu a:hover {
	border-top: 5px solid #FF6600;
	border-bottom: 3px solid #FF9900;
	text-decoration: none;
}
#menu .active a {
	border-top: 5px solid #FF6600;
	border-bottom: 3px solid #FF9900;
}
/* Wrapper */

#Wrapper #Animation {
	height: 300px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#Wrapper #Content {
	width: 570px;
	float: left;
}
#Wrapper #SideBar {
	margin-left: 570px;
}
#Wrapper #Footer {
	clear: left;
}
p {
	font-family: "Swis721 Lt BT", sans-serif, Helvetica, Arial;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
}
.title {
	font-family: "Swis721 Lt BT", sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}
.more {
	font-family: "Swis721 Lt BT", sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.more a:hover {
	font-family: "Swis721 Lt BT", sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}