#home {
	width: 750px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 924px;
	height: 640px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#logo {
	margin: 0px;
}
#wrap #footer {
	clear: both;
}
#wrap #nav {
	width: 100px;
	margin-top: 288px;
	float: left;
	margin-left: 45px;
}

#wrap #nav ul {
	padding-top: 0px;
}
#wrap #nav ul li {
	list-style-type: none;
	text-align: right;
	padding-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:visited {
	color:#000;
	
}
#wrap #nav ul a {
	text-decoration: none;
}


a:link {
	color:#000;
}

