body
{
	background-image: url('images/full_background.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	display: block;
}

#logo_div
{
	background-image: url('images/EDM_logo.gif');
	width: 460px;
	height: 205px;
}

#curvey
{
	background-image: url('images/curvey.gif');
	width: 96px;
	height: 91px;
	margin-left: 200px;
	margin-top: 205px;
}

#top_div
{
	background-image: url('images/top_slice.gif');
	background-repeat: repeat-x;
	width: 240px;
	height: 205px;
	margin-left: 460px;
}

#top_end_div
{
	background-image: url('images/top_end.gif');
	width: 50px;
	height: 205px;
	margin-left: 700px;
}

#quick_div
{
	cursor: pointer;
	background-image: url('images/quick_links.gif');
	width: 141px;
	height: 42px;
	left: 550px;
	top: 100px;
}

#content_div
{
	width: 450px;
	margin-left: 250px;
	margin-top: 275px;
	font-size: 12px;
	line-height: 18px;
	font-family: monospace;
	color: #FFFFFF;
}

#content_div img.a_left
{
	float: left;
	margin: 20px 10px 0px 0px;
}

#content_div img.a_right
{
	float: right;
	margin: 20px 0px 10px 0px;
}

#content_div a
{
	color: #FF0000;
}

#content_div a:hover
{
	color: #CC0000;
}

#cover_fader
{
	margin-left: 205px;
	margin-top: 175px;
	width: 545px;
	background-color: #00FF00;
}

p
{
	margin-top: 20px;
	text-align: left;
}

h1
{
	text-align: center;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 75px;
}


h2
{
	text-align: left;
	font-size: 20px;
	margin-top: 50px;
	font-weight: 100;
}

#link_house
{
	width: 205px;
	margin-top: 300px;
}

#link_start
{
	background-image: url('images/button_indent_start.gif');
	position: relative;
	width: 205px;
	height: 25px;
}

#link_mid
{
	background-image: url('images/left_button_indent.gif');
	background-repeat: repeat-y;
	position: relative;
	width: 205px;
	overflow: hidden;
	line-height:  16px;
}

#link_mid a
{
	cursor: pointer;
	font-weight: 100;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	margin-left: 50px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	border-width: thin;
	padding: 3px;
	border-style: hidden;
	line-height: 20px;
	width: 100px;
}

#link_mid a:hover
{
	margin-left: 40px;
	padding-left: 9px;
	line-height: 18px;
	width: 100px;
	border-color: #FF0000;
	background-color: #000000;
	border-style: solid;
}

#link_end
{
	background-image: url('images/indent_end.gif');
	position: relative;
	width: 205px;
	height: 25px;
}

.pop_up_menu
{
	cursor: pointer;
	left: 153px;
	width: 170px;
	border-width: thin;
	border-color: #FF0000;
	background-color: #000000;
	padding: 3px;
	border-style: solid;
	
	display: none;
	
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: monospace;
	font-weight: lighter;
}

.pop_lev_2
{
	cursor: pointer;
	left: 320px;
	width: 170px;
	border-width: thin;
	border-color: #FF0000;
	background-color: #000000;
	padding: 3px;
	border-style: solid;
	
	display: none;
	
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: monospace;
	font-weight: lighter;
}

.pop_opt
{
	cursor: pointer;
	font-weight: 100;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	border: none;
	padding: 0px;
	border-style: hidden;
	line-height: 20px;
	width: 17
	0px;
}

.pop_optb
{
	cursor: pointer;
	background-image: url('images/pop_bg.gif');
	background-repeat: none;
	font-weight: 100;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	border: none;
	padding: 0px;
	border-style: hidden;
	line-height: 20px;
	width: 170px;
}

.r
{
	color: #FF0000;
}

.nav_links
{
	margin: 100px 0px 50px 0px;
	text-align: center;
	display: block;
	position: relative;
}

#quick_house
{
	display: none;
	top: 135px;
	left: 554px;
	width: 110px;
}

#quick_house a
{
	font-family: sans-serif;
	font-size: 14px;
	display: block;
	color: #FFFFFF;
	background-color: #CC0000;
	border-color: #660000;
	border-width: 1px 0px 0px 0px;
	width: 100px;
	border-style: solid;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
}
