/* CSS Document */

@import url("newStyles.css");


html, body {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	background-color: #3C0073;
	height:100%;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url(../images/bgtest.gif);
	background-position: center;
	background-repeat: repeat-x;
	*/
	}

/*///////  STYLES  /////*/

p {
	color: #64647D;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color:#64647D;
	}
	
a:hover {
	text-decoration: none;
	color: #0099FF;
	}

p.white {
	color: #FFFFFF;
	}

p.white a:link, p.white a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	}
	

h1 {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	font-weight: bold;
	color: #64647D;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
h2 {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	font-weight: normal;
	color: #64647D;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}


/*///////// LAYOUT ///////*/

#container {
	margin: 0px auto;
	padding-bottom: 20px;
	width: 768px;
	border: none;
	text-align: left;
	}
	
#peekContainer {
	margin: 0px auto;
	width: 800px;
	border: none;
	text-align: left;
	padding-top: 20px;
	}

#navbar {
	float: left;
	width: 768px;
	height: 210px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: left;
	}

#content {		
	width: 750px;
	padding: 0px;
	background-color: #ffffff;
	float: right;
	}

#footer	{
	clear: both;
	}
#footer p, 
#footer a {
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	}