@charset "utf-8";
/* CSS Document */

a img,:link img,:visited img {
	border : none;
	}

#wrapper {
	width: 900px;
	height: 800px;
	margin-left: auto;
	margin-right:auto;
	}

#header {
	width: 900px;
	height: 101px;
	background-image:url(images/header.jpg);
}

#body {
	width: 900px;
	height: 500px;
	background-image:url(images/body.jpg);
}

#footer {
	width: 900px;
	height: 54px;
	background-image: url(images/footer.jpg);
}

#menu {
	padding-top: 20px;
	width: 600px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:42px;
}

.menu a{
	color: #000000;
	text-decoration:none;
}

.menu a:hover {
	color: #df176f;
	text-decoration:none;
}

.heading {
	color: #df176f;
	font-weight:bold;
}

.highlight {

	color:#FF3399;

}

#body_wrapper {
	width: 600px;
	margin-left:auto;
	margin-right: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#body_wrapper a{
	text-decoration:none;
	color:#df176f;
}

#body_copy {
	width: 380px;
	padding-right: 20px;
	float: left;
}

#body_image {
	width: 200px;
	float:right;
}
