/* Text and Links */
p {
	font-family: Verdana, san-serif;
}
h1 {
	color: #41be38;
	font-size: 2em;
	}
a:link {
	color: #7b7b7b;
	font-family: Verdana, san-serif;
	text-decoration: none }
a:visited {
	color: #7b7b7b;
	text-decoration: none
	}
a:hover {
	color: #d3d3d3;
	}
.topnav-link{
	margin-right: 14px;
	}
.logo-text{
	margin-left: 50px;
	margin-top: 3px;
	}
.site-copyright{
	position: relative;
	top: 600px;
	left: 360px;
	width: 250px;
	/*margin-top: 0 auto;*/
	}
body {
	margin-top: 0;
	background-image: url("images/BG-grad.png");
	background-color: #C1C1C1;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #7B7B7B;
	background-repeat: repeat-x;
}
/* Positioning Classes */
div.container {
	margin: 0 auto;
	width: 900px;
	height: 700px;
	background-image: url("images/Site-Core.png");
	background-repeat: no-repeat;
	background-position: 0px
}
.topnav {
	position: relative;
	width: 330px;
	top:30px;
	left: 515px;
}
.logo {
	position: relative;
	width: 200px;
	height: 40px;
	top: 40px;
	left: 60px;
	background-image: url("images/logo.png");
}
div.content {
	margin: 0 auto;
	width: 780px;
	height: 550px;
	/*background-color:#FF0000; */
	position: relative;
	top: 18px;
}

/*Floats */
floatRight {
float:right;
}