.wrapper {
	background-color: #FFFFFF;
	height: 1020px;
	width: 885px;
}
.imageholder {
}

.header {
	background-color: #FFFFFF;
	width: 681px;
	float: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu_holder {
	height: 1020px;
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	background-repeat: repeat-x;
}
._menus {
	font-family: "Tw Cen MT";
	padding-left: 14px;
	text-decoration: none;
}

._menus:hover {
	font-family: "Tw Cen MT";
	color: #FFFFFF;
	background-image: url(images/menubg2.png);
	background-repeat: no-repeat;
}
.content_holder {
	background-color: #FFFFFF;
	width: 681px;
	float: right;
	padding-right: 0px;
	padding-left: 2px;
}

body {
	background-color: #CCCCCC;

	background-repeat: no-repeat;
	text-decoration: none;
}

a:visited {
	font-family: "Tw Cen MT";
	color: #000000;
}

a:link {
	font-family: "Tw Cen MT";
	color: #000;
	text-decoration: none;
}

