body{
	font: 11px Verdana, Arial, sans-serif;
	text-align: center;
	background: url(../images/bg-tile.gif) repeat;
}
div#container{
	text-align: left;
	position: relative;
	margin: 20px 36px 0 36px;
}
div#header{
	border: 1px solid #456;
	width: 100%;
	display: block;
	padding: 0;
	background: #CDE url(../images/header-bg.gif) top left repeat-x;
	margin:0 0 2px 0;
}
div#header h1{
	background: url(../images/header-logo.gif) no-repeat left top;
	width:203px;
	height:30px;
	margin:16px 0 10px 30px;
}
div#header h1 span{
	display:none;
}
div#pagecontent{
	width: 100%;
	padding: 20px 0 20px 0;
	position:relative;
	margin 0;
	border: 1px solid #152;
	background: #BDC ;
}
div#imageDiv{
	width:100%;
	margin:0;
	padding:20px 0 0 0;
	position:absolute;
	left:0px;
	top:0px;
}
div#imageDiv img{
	display:block;
	border: 1px solid #696;
	margin: 0 20px 20px 20px;
}
div#textDiv{
	position: relative;
	margin:0 20px 0 165px;
	padding:10px 0 0 0;
	background: #FFE;
	border: 1px solid #152;
}
div#textDiv h1{
	color:#774;
	font-size:1.6em;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
}
div#textDiv p{
	margin: 0 20px 10px 20px;
	color: #663;
}
div#textDiv p a, div#textDiv h3 a{
	text-decoration: none;
	color: #393;
}
div#textDiv p a:hover, div#textDiv h3 a:hover{
	text-decoration: underline;
}
div#textDiv h2{
	color:#696;
	font-size:1.4em;
	font-weight: bold;
	margin: 6px 20px 6px 20px;
}	
div#textDiv h3{
	color: #996;
	font-size:1.2em;
	font-weight: bold;
	margin: 4px 20px 4px 20px;
}	
div#textDiv h6{
	display:inline;
	font-size: 1em;
	font-weight: bold;
}
div#textDiv ul#features{
	color: #220;
	margin: 20px 0 20px 0;
	list-style-position: inside;
}
div#textDiv ul#features li{
	margin: 8px 0 8px 20px;
}

div#footer{
	position: relative;
	font-size: 0.8em;
	margin:0 0 2px 0;
	padding:0;
}
ul#subMenu{
	margin:0;
	padding : 0;
	white-space : nowrap;
	background-color : #BCD;
	color : #234;
	height: 1.4em;
	border-top: 1px solid #234;
}
ul#subMenu li{
	display : inline;
}
ul#subMenu li a{
	padding-left : 1em;
	padding-right : 1em;
	color : #234;
	text-decoration : none;
	float : left;
	border-right: 1px solid #234;
	height: 1.4em;
}
ul#subMenu li a#firstButton{
	border-left: 1px solid #234;
	margin-left: 20px;
}
ul#subMenu li a:hover{
	background-color : #F90;
	color : #FFC;
}
