/* CSS Document */

body {
background:url(images/body-head.jpg) #E5ECF2 no-repeat top left;
height:100%;
font-size:14px;
}

#wrapper {
	background:url(images/wrapper-top.gif) no-repeat top #DDD89B;
	position:relative;
	width:700px;
	top:95px;
	padding:0;
        height: 100%;
}
#header {
	padding:5px;
	margin:5px 0 0 0;
	text-align:center;
}
#left {
	float:left;
	padding:5px;
	margin:10px;
	background:#996600;
	font-family: Tahoma;
	width:310px;
}
#left #leftimage {
position:relative;
}

#left #leftimage #imagetext {
position:absolute;
top:133px;
left:5px;
display:block;
background:#333333;
width:40%;
color:#FFFFFF;
padding:5px;
border:#FFFFFF solid 1px;
font-size:10px;
}

#left p {
color:#000000;
}

#right {
	float:right;
	padding:5px;
	margin:10px;
	background:#7FbE79;
	font-family: Tahoma;
	width:310px;
}

#right #rightimage {
float:left;
margin:2px;
}

#menu {
display:block;
background:#99FF99;
padding:2px;
width:150px;
margin:0 0 0 50px;
}

#menu a:link { color:#0066CC;}
#menu a:visited { color:#0066CC;}
#menu a:hover { color:#FF0099; font-weight:bold;}
#menu a:active { color:#FF0000;}

#extra {
background:#336666;
color:#CCCCCC;
font-family: Arial, Helvetica, sans-serif;
padding:0 10px 0 10px;
margin:5px;
width:80%;
height:100%;
}

#footer {
background: url(images/wrapper-bottom.gif) no-repeat bottom #DDD89B;
font-family:Verdana;
font-size:10px;
margin:0;
padding:10px;
text-align:center;
}

.clear {
clear:both;
}
/* Holly Hack Targets IE Win 6 Below only \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End Holly Hack */
