/* BODY */
body {
	background-color: #000000;
	margin-top: 30px;
}

#main {
	width: 1000px;
	background-color: #FFFFFF;
	height: 526px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_body.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* TOP NAVIGATION */
#main_top {
	float: left;
	width: 1000px;
	height: 38px;
	background-image: url(../images/bg_nav.jpg);
	clear: both;
}
.label_main_link_two_side_stroke {
	color: #FFFFFF;
	height: 37px;
	overflow: hidden;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 40px;
	text-align: center;
	width: 122px;
	float: right;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.label_main_link_two_side_stroke a {
	text-decoration: none;
	color: #FFFFFF;
	width: 122px;
	height: 37px;
	float: right;
}
.label_main_link_two_side_stroke a:hover {
	overflow: hidden;
	background-image: url(../images/bg_nav_on.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-decoration: none;
}

.label_main_link {
	color: #FFFFFF;
	height: 37px;
	overflow: hidden;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 40px;
	text-align: center;
	width: 124px;
	float: right;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.label_main_link a {
	text-decoration: none;
	color: #FFFFFF;
	width: 124px;
	height: 37px;
	float: right;
}
.label_main_link a:hover {
	overflow: hidden;
	text-decoration: none;
	background-image: url(../images/bg_nav_on.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

/* MAIN IMAGE */
#main_image {
	float: left;
	width: 626px;
	clear: left;
	height: 270px;
}

/* MAIN Div THUMBAILS */
#main_thumbails{
	height: 270px;
	width: 250px;
	float: left;
	clear: right;
}
.thumbail {
	height: 90px;
	width: 125px;
	float: left;
	clear: none;
	background-image: url(../images/bg_thumbails_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thumbail a:hover {
	height: 90px;
	width: 125px;
	float: left;
	clear: right;
	background-image: url(../images/bg_thumbails_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* MAIN Div Main Copy */
#main_copy {
	height: 89px;
	width: 876px;
	float: left;
	clear: left;
}
.image_head {
	font-family: "Trebuchet MS", sans-serif;
	height: 22px;
	width: 851px;
	float: left;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 25px;
	clear: left;
}
.copy_head {
	font-family: "Trebuchet MS", sans-serif;
	height: 89px;
	width: 240px;
	float: left;
	clear: right;
	color: #FFFFFF;
	font-size: 3em;
	line-height: 89px;
	vertical-align: middle;
	padding-left: 25px;
}
.copy_head_small {
	font-family: "Trebuchet MS", sans-serif;
	height: 89px;
	width: 240px;
	float: left;
	clear: right;
	color: #FFFFFF;
	font-size: 2em;
	line-height: 89px;
	vertical-align: middle;
	padding-left: 25px;
}
.copy_head_very_small {
	font-family: "Trebuchet MS", sans-serif;
	height: 89px;
	width: 240px;
	float: left;
	clear: right;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 89px;
	vertical-align: middle;
	padding-left: 25px;
}
.copy {
	float: left;
	width: 361px;
	height: auto;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.1em;
	color: #FFFFFF;
	padding-top: 5px;
	clear: right;
}
.copy_bold {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: bold;
	color: #CCCCCC;
}
.copy a {
	color: #FFFFFF;
}
.copy a:hover {
	color: #CCCCCC;
}
/* MAIN Div Web Link */
#main_web {
	clear: right;
	float: left;
	height: 100px;
	width: 250px;
}
