body {
	font-size: 12px;
	font-family: verdana;
	background-image: URL("/images/bg.png");
	background-attachment: fixed;
	background-repeat: y-repeat;
}

#Wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#Content_Wrapper {
	display: block;
	float: left;
	width: 1000px;
	background-color: #fff;
}

#Header {
	display: block;
	float: left;
	width: 1000px;
	height: 162px;
	background-image: URL("/images/header.png");
}

#Breadcrumb {
	display: block;
	float: left;
	width: 800px;
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
	background-image: URL("/images/h3_bg.png");
	background-repeat: y-repeat;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 13px;
	text-indent: 5px;
}

#Left_Content {
	display: block;
	float: left;
	width: 800px;
}

#Content_Top {
	display: block;
	float: left;
	width: 800px;
	height: 22px;
	background-image: URL("/images/content_top.png");
	background-repeat: no-repeat;
}

#Content_BG {
	display: block;
	float: left;
	width: 800px;
	background-image: URL("/images/content_bg.png");
	background-repeat: x-repeat;
	background-color: #f5f5f5;
	text-align: left;
}

#Content {
	margin-left: auto;
	margin-right: auto;
	width: 761px;	
	text-align: left;
}

#Content H1 {
	background-image: URL("/images/h1.png");
	background-repeat: no-repeat;
	margin: 0px;
	text-indent: 35px;
	color: #666;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

#Content_Bottom {
	display: block;
	float: left;
	width: 800px;
	height: 22px;
	background-image: URL("/images/content_bottom.png");
	background-repeat: no-repeat;
}

#Right_Content {
	display: block;
	float: left;
	width: 200px;
}

#Right_Content h3 {
	display: block;
	float: left;
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
	background-image: URL("/images/h3_bg.png");
	background-repeat: y-repeat;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 13px;
	text-indent: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#Right_Content .Navigation_Links {
	display: block;
	float: left;
	width: 200px;
  text-align: left;
}

#Right_Content .Navigation_Links a {
	display: block;
	float: left;
	width: 200px;
	text-align: left;
	text-indent: 5px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
}

#Right_Content .Navigation_Links a:hover {
	color: #ff9900;
}

#Home_Slide_Preview {
	margin-left: auto;
	margin-right: auto;
	width: 712px;
}

.Home_Slide {
	display: block;
	float: left;
	padding: 4px;
}

#Footer {
	width: 1000px;
	height: 176px;
	display: block;
	float: left;
	background-image: URL("/images/footer_bg.png");
	background-repeat: no-repeat;
}

#Footer_Advertisement {
	width: 725px;
	height: 93px;
	display: block;
	float: left;
}

#Footer_Advertisement_Spacer {
	width: 275px;
	height: 93px;
	display: block;
	float: left;
}

#Footer_Links {
	display: block;
	float: left;
	width: 725px;
	text-align: left;
	text-indent: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 60px;
	padding-top: 17px;
	font-size: 10px;
	color: cc6600;
}

#Footer_Links a {
	text-decoration: none;
	font-size: 8px;
	color: cc6600;
}

#Content td {
	font-size: 12px;
}