* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: white
}

p {
 padding: 5px; 
}

#wrapper { 
 position:relative;
 margin: 0 auto;
 width: 800px;
 top:0
}

#header {
 position:absolute;
 top:0px;
 left:0px;
 width: 800px;
 height: 0px;
 padding: 0px;
 margin:0px;
 text-align:left;
 background-color: transparent;
 z-index:2
}
  
#content {
 position:absolute;
 top:64px;
 left:0px;
 width: 800px;
 text-align:center;
 color: #333;
 background-color: transparent;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: 50% 0px;
 height: 550px;
 z-index:1
}

#flashmenu {
	position:absolute; 
	margin-left:auto; 
	margin-right:auto;
	top:540px;
    left:0px;
	overflow:visible;
	text-align:center;
	background-color: transparent;
	height: 180px;
	width: 800px;
	z-index: 4
 }

#ie6_fix {
 position:absolute;
 text-align:left;
 top:600px;
 left:0px;
 width: 800px;
 height: 200px;
 background-color: transparent;
 z-index:11;
}


/*
**********************
#menu {
 position:absolute;
 top:540px;
 left:0px;
 width: 800px;
 height: 200px;
 background-color: transparent;
 z-index:1;
}
***********************
*/
 #bottomad {
	position:absolute;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	top:720px;
	left:195px;
	width:420px;
	height:85px;
	color: #333;
	display: inline;
	z-index:3
}

#leftad { 
 position:absolute; 
 overflow:visible; 
 margin-left:0; 
 margin-right:auto;
 top:100px;
 left:4px;
 width:112px;
 height:600px;
 color: #333;
 display: inline;
}
#rightad { 
 position:absolute; 
 overflow:visible; 
 margin-left:auto; 
 margin-right:0;
 top:100px;
 right:4px;
 width:112px;
 height:600px;
 color: #333;
 display: inline;
}

#footer { 
 position:absolute;
 top:800px;
 left:0px;
 width: 800px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 height: 156px;
 clear: both;
 color: #333;
 text-align: center;
 overflow:hidden;
 
}

#textbox {
 position:absolute;
 top:65px;
 width:540px; 
 height:370px;
 left:190px;  
 border: 1px #999999 solid;
 text-align: left;
 overflow-y:scroll;
 z-index:6
}
#indentedtextbox {
 position:absolute;
 top:65px;
 width:514px; 
 height:370px;
 left:190px;  
 padding-left:26px;
 border: 1px #999999 solid;
 text-align: left;
 overflow-y:scroll;
 z-index:6
}

#transparentbox {
 position:absolute;
 top:65px;
 width:540px; 
 height:370px; 
 background-color:#eee;
 filter:alpha(opacity=30);
 -moz-opacity: .30;
 left:190px; 
 z-index:4
}

#formbox1 {
	position:absolute;
	top:105px;
	width:540px;
	height:360px;
	left:191px;
	text-align: left;
	overflow: hidden;
	padding:0;
	z-index:6
}

#videobox {
	position:absolute;
	top:100px;
	width:490px;
	height:300px;
	left:220px;
	text-align: left;
	overflow: visible;
	padding:0;
	z-index:8
}
#videotitle {
    position:absolute;
	top:65px;
	width:480px;
	height:300px;
	left:210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
	text-align:center;
	overflow: visible;
	padding:0;
	z-index:12
}
#videolinks {
    position:absolute;
	top:460px;
	width:480px;
	height:300px;
	left:210px;
	text-align:center;
	overflow: visible;
	padding:0;
	z-index:11
}

#writtenlinks {
    position:absolute;
	top:460px;
	width:480px;
	height:300px;
	left:210px;
	text-align:center;
	overflow: visible;
	padding:0;
	z-index:11
}
#textbox2_1 {
	position:absolute;
	top:153px;
	width:218px;
	height:321px;
	left:224px;
	font-size:13px;
	font-weight:400;
	font-family: Comic Sans Ms, cursive, Comic Sans;
	font-stretch:condensed;
	text-align: left;
	padding-left:3px;
	padding-top:8px;
	line-height:115%;
	overflow: hidden;
	z-index:6
}
#textbox2_2 {
	position:absolute;
	top:157px;
	width:218px;
	height:330px;
	left:481px;
	font-size:13px;
	font-weight:400;
	font-family: Comic Sans Ms, cursive, Comic Sans;
	font-stretch:condensed;
	text-align: left;
	padding-left:3px;
	padding-top:8px;
	line-height:115%;
	overflow: hidden;
	z-index:6;
}
A:link {color:black; text-decoration: none; font-weight : none}

A:visited {color:black; text-decoration: none; font-weight : none}

A:active {color:blue; text-decoration: none; font-weight : none}

A:hover {color:blue; text-decoration:underline; font-weight:none}
