@charset "utf-8";
/*----basic styling----*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#333;
	background-position:top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 85%;
	padding-top: 50px;
	padding-bottom: 20px;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}
#clear {
	clear: both;
}
img {
	border: none;
}

#header {
	background: #FFF 
	position: relative;
	height: 200px;
	background-color:#FFF;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	background-color:#909;
	padding: .2em .5em;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
#header li a:hover{
	color:#963;
	background-color:#FFF;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#963;
	background-color:#FFF;
	cursor:default;
}
#contentSlideViewer {
	float:left;
	background-color:#FFF;
	width:680px;
	height:560px;
	padding-top:10px;
}
#contentGreg {
	float:left;
	background-color:#FFF;
	width:280px;
	height:530px;
	padding: 20px;
}
#content {
	float:left;
	width:1000px;
	background-color:#FFF;
	height:25px;
}
#content1 {
	width:1000px;
	float:left;
	background:url(images/wave.jpg) repeat-x top left;
	height:133px
}
#contentabout2 {
	float:left;
	background-color:#CCC;
	height:133px;
	padding-left:5px;
	padding-right:5px;
}
#contentcontact2 {
	float:left;
	background-color:#CCC;
	height:150px;
	width:980px;
	padding-left:10px;
	padding-right:10px;
}
#contentcontact2 a:link {
	color: #000000;
	text-decoration:none;
}
#contentcontact2 a:visited {
	color:#000000;
	background-color:#FFFF66
}
#contentcontact2 a:hover {
	color: #000000;
	background-color:#FFFFFF
}
#contentcontact2 a:active {
	color:#00FF00;
}
#footer {
	float:left;
	width:1000px;
	background-color:#FFF;
	height:50px;
	border-top-width: thin;
	border-top-style: solid;
	background-color: #d09fcb;
}