/* Layout Stylesheet */ 


body {  
background-color: #ffffff;
top:0px;
 left: 0px;
text-align: center;
 width: 1024px;
height: 100%;
z-index: 1;
 }

img.floatLeftClear { 
    float: right; 
    margin: 10px; 
}

#centered {
	position: absolute;
	top: 0;
	right: 25%;
	bottom: 0;
	width: 810px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
} 

#header {
	width: 1024px;
	height: 90x;
	left: 0px;
	text-align: left;
	background-repeat:no-repeat;
	background-color:#090709
	z-index: 1;
	background-color: #CCC;
}


#maintext {
	width: 550px;
	height:  auto;
	top: 50%;
	margin-top: -50px;
	text-align: left;
	margin-left:140px;
	padding: 20px;
	z-index: 2;
}

#maintextwide {
	width: 700px;
	height:  auto;
	top: 50%;
	margin-top: -50px;
	text-align: left;
	margin-left:140px;
	padding: 20px;
	z-index: 2;
}

#menucontainer {
	position: absolute;
	float: left;
	width: 100px;
	height:  550px;
	text-align: left;
	top: 84px;
	left:10px;
	padding: 10px;
	z-index: 2;
}

#box-right {
	position: absolute;
	float: right;
	width: 240px;
	height:  auto;
	text-align: justify;
	top: 9px;
	left: 740px;
	padding: 10px;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#centered #image holder {
	float: left;
}

h1 {
font-family:arial, sans-serif;
color: #333333;
font-size: 12px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: left;
}
h2 {
font-family:arial, sans-serif;
color: #993300;
font-size: 14px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: left;
}

h3 {
	font-family:arial, sans-serif;
	color: #666;
	font-size: 45px;
	font-weight: 100;
	letter-spacing: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4 {
font-family:arial, sans-serif;
color: #333333;
font-size: 14px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: right;
}


a:link { 
color: #336699; 
text-decoration: none;
cursor: pointer;
 
}
a:visited { 
color: #336699; 
text-decoration: none;
cursor: pointer; 

}
a:hover {
color: #ff0000;
text-decoration: underline;
cursor: pointer;
}
#centered #header #maintext table1 {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border: 2px;
}
.line {
	background-color: #963;
}
#centered #maintext h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #930;
}

