* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 85%/160% Arial, Helvetica, sans-serif;
	background: #662d91 url(images/bkgrd.jpg) no-repeat center top;
	color: #333333;
}

img {
	border: none;
}
a {
	color: #00abe4;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

#content {
	width: 753px;
	margin: 148px auto 0;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff url(images/inbkgrd.jpg) no-repeat center top;
	position: relative;
}

#nav {
	width: 743px;
	margin: 1px auto 0;
	background: #fff;
	text-align: center;
}

#homeleft {
	width: 460px;
	padding: 40px 0px 0px 40px;
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 1.5; 
}

#homeright {
	width: 210px;
	float: left;
	padding: 0px 0px 0px 20px;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 1.5; 
}

.sites {
	border: 1px solid #ce6fa8;
	}
	
#pagecont {
	width: 660px;
	padding: 40px 0px 0px 40px;
	float: left;
	position: relative;
	font-size: 11px;
	line-height: 1.35; 
}

.header { 
	font-size: 14px; 
	font-weight: bold; 
	color: #662d91; 
	}

.small { 
	font: 75%/160% Arial, Helvetica, sans-serif;
	line-height: 1.15; 
	}
	
.portnav {
	font-size: 14px; 
}

.sites2 {
	border: 1px solid #ce6fa8;
	margin: 0px 10px 5px 0px;
	}
	
.portimg {
	margin: 0px 10px 5px 0px;
	}
	
.center { text-align: center; }