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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(img/purple-background.jpg);
	background-repeat: repeat;
}

#platform {
	background-image: url(img/landing_page.png);
	height: 874px;
	width: 1048px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
}

#top
{
	height: 100px;
	}
	
#top_nav {
	margin-top: 90px;
	width: 700px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 275px;
}


#top_nav  ul{
list-style-type: none;
text-decoration: none;
display: inline;	
}

#top_nav li {
list-style-type: none;
text-decoration: none;
display: inline;	
}

#top_nav  a:link {
	color: #996633;
	text-decoration: none;
	}
#top_nav  a:visited {
	color: #996633;
	text-decoration: none;
	}
#top_nav  a:hover {
	color: #FFCC99;
	text-decoration: none;
	}
#top_nav  a:active {
	color: #FFCC99;
	text-decoration: none;
	}

#footer {
	width: 300px;
	margin-right: auto;
	margin-left: 580px;
	background-position: right;
	float: left;
	margin-top: 620px;
	color:#000000;
	display: inline;
	font-size: 11px;
	word-spacing: 0.5em;
}

#footer  ul{
list-style-type: none;
text-decoration: none;
display: inline;	
}

#footer li {
list-style-type: none;
text-decoration: none;
display: inline;	
}

#footer  a:link {
	color: #996633;
	text-decoration: none;
	}
#footer  a:visited {
	color: #996633;
	text-decoration: none;
	}
#footer  a:hover {
	color: #FFCC99;
	text-decoration: none;
	}
#footer  a:active {
	color: #FFCC99;
	text-decoration: none;
	}

