@charset "UTF-8";
/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	height:auto;
	overflow:auto;
	background-color:#C3B1B9;
}

#header {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:200px;
}


#body {
	margin:0 auto;
	width:1000px;
	height:600px;
	background-color:#FFFFFF;
}

#image-gallery {
	margin:10px;
	padding:0;
	float:left;
	width:500px;
	height:500px;
}

#fade_images{
float:left;
height:500px;
width:500px;
}


#content {
	margin:0;
	padding:0;
	float:right;
	width:400px;
	height:500px;
}

#footer {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:50px;
	text-align:center;
}

a:link, a:hover, a:visited{
	text-decoration:none;
	border:none;
}
