	/*@import "all.css";  just some basic formatting, no layout stuff */

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#F7F7F7;
	height:auto;
}	

#container {
 	width:800px;
 	min-height:700px;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
 	background-color:#FFFFFF;
}
	
#logo_name {
	font:"Viner Hand ITC";
	font-style: italic;	
}

#banner {
	background:#999966;
	height:149px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:149px;
}

html>body #banner {
	height:125px;
}

#banner_left {
	width:288px;
	position: absolute;
}

#banner_right {
	width:300px;
	position: absolute;
	right:300px;
	padding-top: 20px;
}

#banner_bottom {
	background:#a4c2c2;
	height:23px;
}

#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
}
		
p,h1,h2,pre {
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size:14px;
}
		
#centercontent {
	background:#fff;
	width:360px;
	border:0px;
	left:18px;
 	top: 148px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float: left;
}
		
html>body #centercontent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#leftcontent {
	top:148px;
	width:190px;
	background:#fff;
	border:0px;
	padding-top: 20px;
	padding-left: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:left;
}

#centercontent h1 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

#centercontent p {
	font-size: 12px;
}

#centercontent img
{
float: right;
}

#rightcontent {
	width:200px;
	float: left;
	padding:0px;
}	

.rightimage
{
display: block;
text-align: right;
float:right;
}

.vinerfont {
	font-family:"Viner Hand ITC";
	font-size:24px;
}
		
.bodyText {
	font:12px arial;
	line-height:normal;
	color:#333333;
}
/*Menu css
*/

.wireframemenu{
	border: 0px;
	/*border: 1px solid #C0C0C0;*/
	border-bottom-width: 0;
	width: 150px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
	padding-top: 20px;
	font-size:14px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
padding: 5px 4px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
/*border-bottom: 1px solid #C0C0C0;*/
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	font-weight:400;
	color: #000000;
	background-color: #EAEAEA;
}
