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

body {
	background: #989898;
	font-family: "Century Gothic" Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#largeContainer {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 1030px;
	width: 680px;
	margin-left: -340px;
	background-image: url(images/Picture%201.png);
	background-repeat: no-repeat;
}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	height: auto;
	width: 410px;
	margin-left: -205px;
}

#banner {
	position: relative;
	top: 0px;
	left: 0px;
	height: 92px;
	background: none;
}

#definition {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 7px;
	margin-right: 7px;
}

#linkHolder {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 410px;
	margin-left: 95px;
}

.nav {
	position: relative;
	top: 15px;
	left: 0px;
	height: 15px;
	width: auto;
	float: left;
	margin-right: 45px;
}

a.nav:link {color: #ffffff;}
a.nav:visited {color: #ffffff;}
a.nav:hover {color: #C4D92E;}
a.nav:active {color: #EE2266;}

a.link:link {color: #ffffff;}
a.link:visited {color: #ffffff;}
a.link:hover {color: #C4D92E;}
a.link:active {color: #EE2266;}

#content {
	position: relative;
	top: 25px;
	left: 0px;
	height: auto;
	width: 405px;
	padding-left: 7px;
}
