#page {
	 	margin-left: auto;
		margin-right: auto;
	}
body
	{
	#	padding: 5px 0 0 0;
		margin: 0; 
		font: .7em Tahoma, Arial, sans-serif;
		color:#666;
		line-height: 1.4em;
	}
#header
	{
	  
	}

#intro {
		padding:20px;
		width: 540px
	}

#footer
	{
		position:relative;
		margin-left: auto;
                margin-right: auto;
	
		bottom:0px;
		color:#666;
		padding:20px;
		padding-top:10px;
	}
h3
	{
		color:#bb0000;
		text-decoration:underline;
	}

h4 	{
		color:#bb0000;
	}
td	{
		padding:5px;
	}
table 	{
	}
tr	{
		border-width:thin;
	}
#menu {
	position: relative;
		left: 0px;
		width: 148px;
		background-color:#eeeeee;
		}

		* html #menu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
		width: 150px;
		}

		#menu a{
		font: bold 13px tahoma;
		padding: 5px;
		padding-left: 4px;
		display: block;
		width: 137px;
		width: 100%;
		color: black;
		text-decoration: none;
		border-bottom: 1px solid black;
		}

		html>body #menu a{ /*Non IE rule*/
		width: auto;
		}

		#menu a:hover{
		color: #bb0000;
		}
	}
#pic	{
	  position:relative;
	  padding:20px;
	}

.membername	{
	
		}
