/* CSS Document */
body {background-color:#999999;}


div.MySite {
	position: relative;
	margin: 0 auto;
	width: 800px;
	
	text-align: left;
	background-color:#FFFFCC;
}
#title {
	position:absolute;
	left:0px;
	top:5px;
	width:800px;
	height:86px;
	z-index:1;
}
#menu {
	position:absolute;
	left:0px;
	top:125px;
	width:200px;

	z-index:2;
}
#photos {
	position:absolute;
	left:600px;
	top:125px;
	width:200px;

	z-index:3;
}
#main {
	position:absolute;
	left:215px;
	top:125px;
	width:370px;
	
	overflow:visible;
	z-index:4;
}
#extras {
	position:absolute;
	left:0px;
	
	width:50px;
	height:50px;
	z-index:5;
}
h1{
	font-family: Arial;	font-size: 14px;
	font-weight: bold;	color: #592553;	text-decoration: none;}
 .header1 {
	font-family: Arial;	font-size: 12px;
	font-weight: bold;	color: #592553;	text-decoration: none;}
h2, .header2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
h3 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; background-color:#592553; font-weight:bold; padding:10px;}

p, .paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #5a2452;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a2452;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a2452;
	text-decoration: none;
}
#menu td{padding-top:2px; padding-bottom:2px;}
