/*
	display: block;
	float: left;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: auto;
*/
/*///////////////////////////////////////////////////////////*/
html {
	background: #FFF;
	color: #ccc;
	display: block;
	font-family: Arial;
	
  	height:100%;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
		
	width: 100%;
}
body {
	background: none;
	display: block;
	
  	height:100%;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	width: 100%;
}
#wrapper {
	background: url(../images/bg.jpg) no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 966px;
}
/*///////////////////////////////////////////////////////////*/
header {
	background: url(../images/header.jpg);
	display: inline-block;
	float: left;
	height: 225px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 966px;
	z-index: 1; 
}
/*///////////////////////////////////////////////////////////*/
nav {
	display: inline-block;
	height: 30px;
	margin: 0 0 0 45px;
	padding: 0 0 0 0;
	position: relative;
	width: 921px;
	z-index: 1;
}
/*///////////////////////////////*/
nav ul#menu {
	bottom: 0;
	display: block;
	font-size: 14px;
	height: 30px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	left: 0px;
	width: 966px;
	z-index: 1;
}
nav ul#menu li {
	display: inline-block;
	float: left;
	list-style:none outside inherit;
	height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: auto;
	z-index: 1;
}
nav ul#menu li a {
	display: block;
	color: #000;
	float: left;
	height: 18px;
	margin: 0 0 0 0;
	padding: 10px 5px 0 5px;
	position: relative;
	text-decoration: none;
	width: auto;
	z-index: 1;
}
nav ul#menu li a:hover {
	color: #662d91;
	text-decoration: underline;
} 
nav ul#menu li a.none:hover {
	color: #000;
	text-decoration: none;
} 
/*///////////////////////////////////////////////////////////*/
#main {
	display: block;
	float: left;
	
  	min-height:350px;
  	height:auto !important;
  	height:350px;
	
	margin: 0 0 0 45px;
	_margin: 0 0 0 25px;
	padding: 0 0 0 0;
	position: relative;
	width: 921px;
}
#main #middle {	
	display: block;
	float: left;
	
  	min-height:350px;
  	height:auto !important;
  	height:350px;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width:595px;
}
#main #right {
	display: block;
	float: left;
	
  	min-height:350px;
  	height:auto !important;
  	height:350px;
	
	margin: 0 0 0 0;
	padding: 100px 0 0 0;
	position: relative;
	width:306px; 
}
/*///////////////////////////////*/
#main #right a {
	background: none;
	display: block;
	float: left;
	
  	height:90px;
	
	margin: 0 0 5px 20px;
	padding: 0 0 0 0;
	position: relative;
	width:250px; 
}
/*///////////////////////////////*/
#content {
	background: none;
	display: inline-block;
	float: left;
	
  	min-height:350px;
  	height:auto !important;
  	height:350px;
  	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width:595px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #662d91;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
}
#content h2 {font-size: 20px;}
#content h3 {font-size: 18px;}
#content h4 {font-size: 16px;}
#content h5 {font-size: 14px;}
#content h6 {font-size: 12px;}

#content p {
	color: #000;
	font-size: 12px;
  	line-height: 18px;
}

#content h1.large {
	font-size: 95px;
	line-height: 75px;
	margin: 20px 0 0 0;
}
#content h2.large {
	font-size: 40px;
	font-family: Georgia;
	font-weight: lighter;
	font-style: italic;
	line-height: 35px;
	height: auto;
	margin: 15px 0 40px 0;
	width: 450px;
}
#content h2.sublarge {
	font-size: 40px;
	font-family: Georgia;
	font-weight: lighter;
	font-style: italic;
	line-height: 35px;
	height: auto;
	margin: 40px 0 20px 0;
	width: 500px;
}
/*///////////////////////////////////////////////////////////*/
.invulveld {
	background: #f0dcff;
	border: 2px solid #662d91;
	height: 15px;
	font-weight: bold;
	padding: 2px;
	width: 200px;
}

.label{
	color: #000;
	font-size: 15px;
	font-weight: bold;
	width: 140px;
}

.labelerror {
	color:#aa0000;
	font-size: 17px;
	font-weight: bold;
}

.req {
	color: #662d91;
	font-size: 12px;	
}

.submit {
	background: #662d91;
	border: 2px solid #320058;
	color: #f0dcff;
	font-weight: bold;
	height: 30px;
	width: 100px;
	margin: 0 0 0 110px;
}
/*///////////////////////////////////////////////////////////*/
footer {
	background: url(../images/footer.jpg) no-repeat;
	clear: both;
	color: #000;
	display: block;
	float: left;
	font-size: 12px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 20px 45px 0 45px;
	position: relative;
	width: 876px;
}



