html {
	overflow: auto;
}
body {
	font:11px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
}
.wrapper #container {
	width: 915px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.wrapper #right 
{
    float: right;
	width: 780px;
    }

.wrapper #header 
{
    background: url('images/VELG_header.jpg') no-repeat top;
	height: 252px;
	width: 760px;
}

.wrapper #mainContent {
	
	padding: 0 30px;
	background-color: #FFFFFF;
}
.wrapper #mainContent a{
	color: #067dbc;
}
.wrapper #mainContent a:hover{
	color: #067dbc;
	text-decoration:underline;
}
.wrapper #mainContent h1 {
	margin: 0;
	font-size: 18px;
}
ul#icons 
{
    float: left;
    width: 120px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#icons li {
	float: left;
}
ul#icons li a {
	height: 107px;
	display: block;
}
ul#icons li a em {
	display:none;
}
a#events {
	width: 121px;
	background: url('images/events.gif') top left;
}
a#events:hover {
	background: url('images/events.gif') top right;
}
a#membership {
	width: 121px;
	background: url('images/memberships.gif') top left;
} 
a#membership:hover {
	background: url('images/memberships.gif') top right;
}
a#products {
	width: 121px;
	background: url('images/products.gif') top left;
} 
a#products:hover {
	background: url('images/products.gif') top right;
}
a#services {
	width: 121px;
	background: url('images/services.gif') top left;
} 
a#services:hover {
	background: url('images/services.gif') top right;
}
a#national {
	width: 121px;
	background: url('images/national.gif') top left;
} 
a#national:hover {
	background: url('images/national.gif') top right;
}
a#training {
	width: 121px;
	background: url('images/training.gif') top left;
} 
a#training:hover {
	background: url('images/training.gif') top right;
}
a#about {
	/*width: 133px;*/
	width: 121px;
	background: url('images/aboutus.gif') top left;
} 
a#about:hover {
	background: url('images/aboutus.gif') top right;
}
/*
a#contact {
	width: 125px;
	background: url('images/contactus.gif') top left;
} 
a#contact:hover {
	background: url('images/contactus.gif') top right;
}
*/
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.wrapper #footer {
	padding: 5px 10px 0px 10px;
	background: url('images/footer_bg.jpg') no-repeat bottom;
	height: 64px;
}
.wrapper #footer p {
	margin: 0;
	padding: 10px 0; 
}
div#copyright {

}
div#copyrighttext {
	color:#284F23;
	float:left;
	font-size:9px;
	font-weight:bold;
	left:25px;
	position:relative;
	top:24px;
}
div#copyrighttext a{
	color: #284f23;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}
div#copyrighttext ul{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: -1.2em;
}
div#copyrighttext ul li{
	display:inline;
	padding: 0em 1.2em;
	border-right: 1px solid #857b7c;
}
div#copyrighttext ul li.NIMLastItem{
	border-right: none;
}
ul#design a{
	color: #284f23;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}
ul#design {
	display:block;
	float:right;
	list-style-type:none;
	margin:0 -1.2em 0 0;
	padding:0;
	position:relative;
	right:25px;
	top:22px;
}
ul#design li{
	display:inline;
	padding: 0em 1.2em;
	border-right: 1px solid #857b7c;
	color: #284f23;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}
ul#design li.NIMLastItem{
	border-right: none;
}
#logo {
	text-align: center;
	position: relative;
	top: 92px;
}
#strapline {
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	text-align:center;
	top:140px;
	width:912px;
}