body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4C034C;
	margin: 0px;
	padding: 0px;
	/*
	line-height: 15px;
    text-align: center;
*/
}
#wrapper 
{
position:relative;
top: 5px;
width:600px;
text-align:center;
margin:0 auto 0;
} 

/*
{
width : 600px ;
text-align : left ;
margin-left : auto ;
margin-right : auto ; 
position : relative ; 
} 
*/
a:link {
/* 	font-style: italic; */
	color: #4C034C;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #00CC99;
	text-decoration: none;
}
a:visited {
/*	font-style: italic; */
	color: #4C034C;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 0px;
	padding-left: 0px;
	}


#top {
	position: relative; 
	margin: 0px;
	padding: 0px;
	top: 0; left: 0; width: 350px; 
}
#top2 {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 25px;
	left: 0;
	width: 600px;
	height: 80px;
	text-align: center;
}
#leftcontent{
	position: absolute;
	left: 0px;
	width: 350px;
	top: 55px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF66;
}
#rightcontent{
	position: absolute;
	left: 350px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 350px;
	height: 100%;
	overflow: auto;
}
#leftcontent2{
	position: absolute;
	left: 0px;
	width: 300px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#rightcontent2{
	position: absolute;
	left: 300px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 300px;
	text-align: left;
}
#midcontent{
	position: relative;
	width: 290px;
	left: 10px;
}
#botcontent{
	position: relative;
	clear: both;
}
#words {
	position: relative;
	color:#4C034C;
	left: 10px;
	width: 330px;
	
	}
#words2 {
	position: absolute;
	left: 75px;
	width: 450px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	/* color:#4C034C; */
}
#media {
	position: absolute;
	left: 75px;
	width: 450px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h1 {
	font-size: 12px;/* 
	font-style: italic; */
	font-weight: bold;
}
h2 {
	font-size: 11px;	
	font-weight: bold;
}
.dob {
	margin: 5px;
	padding: 5px;
	}
.box {border: #4C034C}
