body	{
	background-color: #e3dfe0 ;	
}

#Wrapper {width: 760px; margin: 5 auto; text-align: left; height:100%;} 

.floatleft { 
	float: left;
	margin: 10px 10px 0 0;
	border: 1px solid #0099CC;
	padding: 2px;
 }

.floatright { 
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #0099CC;
	padding: 2px;
 }


div.Page {
	position:absolute;
	left:12em;
	top:200px;
	width:520px;
	height:100%;
	padding:2px;
	z-index:98;
	border: 0px solid red;
}

div.photo {
	position:absolute;
	left:12em;
	top:20px;
	width:412px;
	height:312px;
	padding:2px;
	z-index:99;
	border: 0px solid red;
	background-image:url('/img/photobkgd.png')no repeat;
}

/* Title of page */
#Header {
	position:absolute;
	left:60px;
	top:10px;
	width:90%;
	height:185px;
	z-index:98;
     	border-bottom: 1px solid black;
}

div.Menu {
	position:absolute;
	left:10px;
	top:200px;
	width:150px;
	height:345px;
	padding:2px;
	z-index:99;
	border: 0px solid red;
}
div.MiniCal {
	position:absolute;
	left:690px;
	top:200px;
	width:300px;
}
   	
div.Facebook {
	position:absolute;
	left:743px;
	top:620px;
	width:51px;
	height:51px;
	z-index:99;

}

div.Twitter {
	position:absolute;
	left:810px;
	top:620px;
	width:51px;
	height:51px;
	z-index:99;

}

div.Maxlogo {
	position:absolute;
	left:20px;
	top:20px;
	width:180px;
	height:150px;
	z-index:99;

}

div.Myspace {
	height:51px;
	left:880px;
	position:absolute;
	top:620px;
	width:51px;
	z-index:99;
}


/* Text Styles */


/**Navigation links  **/
.nav a:link, .nav a:visited, .nav a:active {color: #000000; font-family: Georgia; font-size: 11px; font-weight: normal; text-decoration: none;}
.nav a:hover {color: #D12B2B; font-family: Georgia; font-size: 11px; font-weight: bold; text-decoration:none;}
  
/** Member links **/
.alt a:link, .alt a:visited, .alt a:active {color: #000000; font-family: Georgia; font-size: 12px; font-weight: normal; text-decoration: none;}
.alt a:hover {color: #D12B2B; font-family: Georgia; font-size: 12px; font-weight: bold; text-decoration:none;}

/**Inline text  **/
.nav2 a:link, .nav2 a:visited, .nav2 a:active {color: #D12B2B; font-family: Georgia; font-size: 11px; font-weight: normal; text-decoration: underline;}
.nav2 a:hover {color: #D12B2B; font-family: Georgia; font-size: 11px; font-weight: normal; text-decoration:none;}

.footer {
	color:black;
	font-family: Georgia;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height:88%;

}
/** body text **/
.text1 {
	color: #000000;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
}
.text2 {
	color: #000000;
	font-family: Georgia;
	font-size: 13px;
	font-weight: normal;
}
.h1 {
	color: #000000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

.h2 {
	color: #000000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-decoration:underline;	
}
.h3 {
	color: #000000;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
