body {
	padding: 20px 0 0 0;
	margin: 0;
	font-family: Georgia, Georgia, serif;
	font-size: 1em;
	line-height: 1.2em;
	background: #e3e3f0;
}
#content-container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}
#header {
	/*border: 1px solid red;*/
	background: url(/graphics/banner.gif);
	height:160px;
}
	#contact-info {
		font-weight: bold;
		text-align: right;
		padding: 0 5px;
		font-size: .9em;
		font-family: Arial, Helvetica, Sans-Serif;
	}
	#contact-info a {
		color: #000;
	}
	#logo {
		display: block;
		width: 528px;
		height: 119px;
		margin: 0 auto;
		padding: 10px 0;
	}
	#nav ul, #nav ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav ul {
		height: 50px;
		background: #505099;
	}
	#nav ul li {
		float: left;
		/*border: 1px solid red;*/
	}
	#nav ul li.home {
		width: 120px;
	}
	#nav ul li.portfolio {
		width: 240px;
	}
	#nav ul li.about {
		width: 220px;
	}
	#nav ul li.testimonials {
		width: 220px;
	}
	#nav ul li a {
		height: 50px;
		line-height: 50px;
		font-size: 1.6em;
		color: #000;
		text-decoration: none;
		text-align: center;
		display: block;
	}
	#nav ul li a:hover, #nav ul li.current a {
		color: #fff;
		background: #a8a8ef;
	}
	
#content {
	min-height: 300px;
	clear: left;
	padding: 10px 20px;
}
#footer {
	font-size: .7em;
	text-align: center;
	color: #666;
	padding: 30px 0 10px 0;
}
#footer a {
	color: #666;
}
#aux-nav ul, #aux-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#aux-nav ul {
		height: 30px;
		margin-left: 225px;
	}
	#aux-nav ul li {
		float: left;
	}
	#aux-nav ul li a {
		padding: 0 10px;
		text-transform: uppercase;
	}
	#copy {
		clear: left;
	}

/*front page | index.php | home */
.front-right {
	float: right;
	/*border: 1px solid red;*/
	width: 380px;
}
.front-right .get-flash {
	padding: 10px 0;
	text-align: center;
}
.front-right .see-more a {
	display: block;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	color: #AF0038;
	width: 300px;
	text-align: center;
	text-decoration: none;
	font-size: 1.6em;
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, Sans-Serif;
}
.front-right .see-more a:hover {
	text-decoration: underline;
}
.front-left {
	margin-right: 400px;
}
#contact{
	border:1px solid #fff;
	color: #fff;
	background: #a8a8ef;
	text-decoration:none;
	font-size:30px;
	padding:10px;	
	-moz-border-radius:30px;
	display:block;
	width:460px;
	text-align:center;
}	
#contact:hover{
	
	border:1px solid #505099;
}	
