/*structure css*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #620063;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color:black
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

#container {
	position: relative;
 	top: 0;
	width: 741px
}
#header{
	position: relative;
	margin: 0 0 0 0;
	padding 0;
	height: 250px;
	width: 100%;
	background-image: url(imgs/purplesite/logo2.jpg);
	background-repeat: no-repeat;
}

#infobox{
	border: thin solid #000;
	width:100%;
	background-color:#ffffff;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	

}

P.blocktext {
    margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
    width: 90%
}

#links {
	position:relative;
	background-color:#ffffff;
	float:left;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	
}

li {
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-size:12px;
	line-height:28px;
	text-shadow:#CCCCCC;
	margin: 0
}

#links a li{
	margin: 0;
	padding: 0 0 0 0;
	text-decoration: none;
	list-style-type: none;
	
}

#links a:hover, a:active  a:visited{
	color: #000;
	padding: 0 0 0 0;
	background-color: #CCCCCC;
}
