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

html {
	background-color:#000;
}

body {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#1f1f1f;
	font-family: helvetica, arial, sans-serif;
	padding:0px;
	
	
	
	-khtml-border-radius: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;

	-khtml-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-top-right-radius: 30px 30px 30px 30px;
	border-top-left-radius: 30px 30px 30px 30px;
	border-bottom-right-radius: 30px 30px 30px 30px;
	border-bottom-left-radius: 30px 30px 30px 30px;
}
/*
Arial is included in case the user doesn't have Helvetica on their system. If they have neither font (unlikely) it will select a similar font.
*/

a {
	text-decoration:none;
	color:#fff;
}
/*
This keeps links from changing color and underlining themselves. They will always stay white.
*/

p {
	color:#fff;
	font-family: "museo-sans", helvetica, arial, sans-serif;
}
/*Keeps normal text color to white*/

h2 {
	font-weight:100;
	color:#fff;
	font-family: "museo-sans", helvetica, arial, sans-serif;
}
/*Keeps H2 tags to white and unbolds them, since H2 are bold by default*/

h3 {
	color:#fff;
	font-size:140%;
	font-family: "museo-sans", helvetica, arial, sans-serif;
}

#divide {
	border-top:3px dotted #C9C9C9;
	margin: -18px 635px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#nav {
	padding:15px 15px 15px 15px;
}

#logo {
	float:right;
	margin: -85px 10px 30px 0px;
	padding: 0px 0px 0px 0px;
/* Code hidden due to design change.
	Reveal if square image is brough back.
	-khtml-border-radius: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;

	-khtml-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-top-right-radius: 30px 30px 30px 30px;
	border-top-left-radius: 30px 30px 30px 30px;
	border-bottom-right-radius: 30px 30px 30px 30px;
	border-bottom-left-radius: 30px 30px 30px 30px;*/
}

#footer {
	padding-left:0px;
}