* {
	font-family: sans-serif;
	font-size: 15px;
}

body {
	margin: 0%;
	background-color: #FFFFFF;

	font-family: sans-serif;
	font-size: 15px;
}

.head1 {
	color: #D5A00D;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0.5em;
}

.head2 {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 1em;
}

#wrapper {
	width: 945px;
	margin: 0%;
	padding: 0%;
}

#top {
	height: 215px;
	margin: 0%;
	padding: 0%;
	background-image: url('/images/top_gradient.jpeg');
	background-repeat: repeat-y;
}

#top_menu {
	position: absolute;
	top: 90px;
	left: 200px;
	height: 23px;
	width: 495px;
	padding: 0%;

	background-color: #D5A00D;
	color: #FFFFFF;
}

#top_menu li {
	width: 165px;
	height: 23px;
	line-height: 23px;
	float:right;
	padding: 0%;
	margin: 0%;

	background-color: #000000;
	text-align:center;
	font-variant:small-caps;
	list-style-type:none;

/* 	border: 1px #000000 solid; */
}

#top_menu li.nb  {
	background-color: transparent;
}

#top_menu li a {
 	color: #FFFFFF;
	text-decoration: none;
}

#top_menu li a:hover {
	text-decoration: underline;
}

#top_block {
	position: absolute;
	top: 150px;
	left: 670px;

	color: #FFFFFF;
	font-size: 16px;
}


#left_block {
	position: absolute;
	margin: 0%;
	padding: 0%;
	text-align: center;
	width: 160px;
 	top: 30px;
	left: 32px;
}

#left_section {
 	position: relative;
 	margin: 0%;
	padding: 0%;
	height: 809px;
	width: 160px;
	top: 20px;
	background-image: url('/images/left_gradient.jpeg');
	background-repeat: repeat-x;
}

#left_menu {
	position: absolute;
	top: 34px;
	left: 0%;
	width: 160px;
	margin: 0%;
	padding: 0%;
	color: #FFFFFF;
	text-align: left;
	list-style-type: none;
	font-variant: small-caps;
}

#left_menu ul {
	width: 160px;
	margin: 0%;
	padding: 0%;

	color: #FFFFFF;
	text-align: left;
	list-style-type: none;
	list-style-position:outside;
	font-variant: small-caps;
}

#left_menu ul li {
	height: 35px;
	line-height: 35px;
	margin: 0%;
	padding: 0%;

	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000;
}

#left_menu ul li a {
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
}

#left_menu ul li a:hover {
	text-decoration: underline;
}

#bottom_line {
	position:absolute;
	top: 860px;
	left: 0%;
	height: 50px;
/* 	line-height: 50px; */
	width: 905px;
	padding: 0% 0% 0% 40px;

	background-color: #D5A00D;
	color: #FFFFFF;
	font-variant:small-caps;
	font-size: 12px;
}

#bottom_line DIV {
	position: absolute;
	top: 50%;
	margin-top: -0.7em;
}


#register {
/* 	position:absolute; */

	height: 50px;
	padding: 0% 0% 0% 40px;

	background-color: #D5A00D;
	color: #FFFFFF;
/* 	font-variant:small-caps; */
	font-size: 12px;
}

#register DIV {
	position: absolute;
	top: 50%;
	margin-top: -0.7em;
}

#email {
	position:relative;
	border: none;
	left: 60px;
	width: 145px;
	height: 1.5em;
	font-size: 0.8em;
	text-align: center;
}

#content {
	position: absolute;
	width: 715px;
	margin-top: 20px;
	left: 230px;

	max-height: 610px;
	overflow: hidden;

}

