body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 191px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 25px;
	top: 32px;
	text-align: left;
	height: 92px;
	width: 440px;
}
#header #tag1 {
	position: absolute;
	right: 28px;
	top: 132px;
	text-align: right;
	height: 28px;
	width: 446px;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
}
#header #tag11 {
	position: absolute;
	right: 28px;
	top: 158px;
	text-align: right;
	height: 28px;
	width: 446px;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
}
#header #tag2 {
	position: absolute;
	right: 29px;
	top: 158px;
	text-align: right;
	color: #FFFFFF;
	width: 458px;
	font-size: 20px;
	text-transform: uppercase;
}

#main {
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	height: 426px;
	position: relative;
	background-color: #615D5C;
}
#bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 74px;
	font-size: 10px;
	padding-top: 0px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 40px;
	background-position: left top;
	position: relative;
}
#bottom #copyright {
	padding-top: 10px;
}
#bottom a {
	text-decoration: none;
}
#bottom #disc {
	position: absolute;
	left: 196px;
	top: 9px;
	width: 290px;
	font-size: 9px;
	height: 6px;
	text-align: left;
}


#main #nav {
	position: absolute;
	height: 418px;
	width: 186px;
	top: 2px;
}
#main #nav a {
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #615D5C;
	border-bottom-color: #615D5C;
	margin-top: 19px;
	margin-bottom: 19px;
	text-transform: uppercase;
}
#main #nav a:hover, #main #nav .over {
	background-color: #42494c;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #797878;
	border-bottom-color: #797878;
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main #content_full {
	position: absolute;
	left: 189px;
	top: 14px;
	width: 749px;
	height: 413px;
}
#main #pic {
	position: absolute;
	left: 188px;
	top: 13px;
	width: 220px;
	height: 412px;
}
#main #content {
	position: absolute;
	left: 441px;
	top: 28px;
	width: 461px;
	height: 379px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 0.05em;
}
a {
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
.skip_intro a{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: right;
}
.skip_intro {
	width: 1004px;
	text-align: right;
}
.nounderline {
	text-decoration: none;
}
#featurelist {
	height: 217px;
	width: 461px;
	font-size: 12px;
	overflow: auto;
}
.feature_head {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}
.txt_small {
	font-size: 10px;
}
