body {
	margin-top:10px;
	padding:0px;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(images/bgmain2.jpg) repeat-x;		
	}
	
h1, h2, h3, h4, h5 {margin: 0px; padding: 0px;}
		
a:link { color:#8A904B; text-decoration:none; }
a:visited { color:#8A904B; text-decoration:none; }
a:hover { color:#00B2EC; text-decoration:underline; } 
	
.style1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #FFFFFF;
	}
.style2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#8A904B;
	font-weight: bold; 
	}
.style3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#333333;
	}
.style4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:italic;
	color:#333333;
	}
.style5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#8A904B;
	font-weight: bold; 
	}
.style6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#ca0026;
	font-weight: bold; 
	}

input { background-color:white ! important}

/* Aslett clearing method for floats */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display:inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height:1%; }
.clearfix { display: block; }
/* end backslash hack and Aslett clearing method */
 	
#body {
	position:relative;
	width:800px; 
	margin-left:auto;
	margin-right:auto;	
	border:none;		
	}
	
#header {
	position:relative;
	left:0px;
	top:0px;
	height:288px;
	border:none;
	}
	
	#header-left {
		position:absolute;
		left:0px;
		top:0px;
		width:300px;		
		border:0px solid #223B8B;	
		}
		
	#header-right {
		position:absolute;
		left:314px;
		top:0px;
		width:480px;
		height:282px;		
		background-color:#223B8B;
		border:3px solid #223B8B;				
		}					
	
#container {
	position:relative;
	left:0px;
	top:15px;
	width:800px;
	background:#FFF url(images/BGmain.gif);
	}
	
	#column-left {
		float:left;
		width:300px;
		background: url(images/grapes.jpg) no-repeat 140px 230px;		
		border:0px;	
		}	
	#button {
		position:absolute;
		left: 140px;
		top: 30px;
	}		
		#menu {
			width:300px;
			padding-top:20px;
			font:bold 1.0em/2.0 Geneva, Arial, Helvetica, sans-serif;			
			border:0px solid #223B8B;
			}
		#menu a {
			display:block;
			text-align:left;
			line-height:25px;
			vertical-align:50%;	
			padding:2px 5px 2px 20px;		
			color:#DEE77E;
			text-decoration:none;
			}		
		#menu a:hover {
			color:#00B2EC;
			text-decoration:underline;
			}
	#slice {
		position:absolute;
		left:300px;
		top:0px;	
		}			
 	
	#column-right {
		float:right;
		width:480px;
		margins:0;
		padding:0;	
		border:3px solid #223B8B;	
		}						
				
		#column-content {
			position:relative;
			padding:5px 20px 0px 20px;	
			text-align:left;
			background:#FFF;
			border:0px solid #000000;	
			}	
		
#footer {
	clear:both;
	position:relative;
	width:800px;
	text-align:center;
	height:auto;
	padding:20px 5px 5px 5px;
	border:0px solid #000000;	
	}		
	
