
/*--TAGS-------------------------------*/

body {
	font-family: "Century Gothic", Arial, sans-serif;
	color:#7F57AF;
	}
	
h2 {
	font-size:20px;
	font-weight: normal;
	margin-top:0;
	}
	
h4 {
	font-size:14px;
	font-weight: normal;
	margin: 3px 0;
	text-align: right;
	}

p {
	font-size: 18px;
	line-height: 28px;
	}

/*--IDS-------------------------------*/

#wrapper {
	width:1000px;
	margin:auto;
	}
	
#nav {
	font-size:30px;
	}
	
	#nav table {
		width:1000px;
		}
	
	#nav a {
		text-decoration: none;
		color:#7F57AF;
		}
		
	#nav a:hover {
		font-style: italic;
		}
	
#mainContent {
	background: url('../images/background.gif');
	height:439px;
	padding:40px;
	}
	
#about {
	font-size: 13px;
	}
	
#footer {
	margin-left:25px;
	font-size: 13px;
	}
	
	#footer a {
		text-decoration: none;
		color:#7F57AF;
		}
		
#contactForm .big input{
	width:200px;
	height:20px;
	}
	
#contact p{
	font-size: 13px;
	}
	
	#contact .small {
	font-size: 10px;
	line-height: 12px;
		}
	
/*--CLASSES-------------------------------*/

.floatL {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}
	
.floatR {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	}
	
.clear {
	clear: both;
	}
	
.imageGroup {
	background-color:#E8E0EF;
	border:solid 1px #7F57AF;
	padding:3px;
	display:block;
	width:405px;
	margin-bottom: 8px;
	}
	
	.imageGroup img {
		border:solid 1px #7F57AF;
		}
		
	.imageGroup h3 {
		font-size:14px;
		font-weight: normal;
		text-transform: uppercase;
		margin:0;
		}
		
