@charset "UTF-8";

body  {
	font: 100% 'Lucida Grande', Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #777;
	height: 100%;
	line-height:160%;
}

 a {
	color: #6498cc;
	text-decoration: none;
	font-weight: bold;
}



 a:hover,  a:active {
	color: #89c11d;
	text-decoration: underline;
}


.main #container {
	width: 840px; 
	height: 100%;
	margin: 0 auto;
	text-align: left; 
}

.main #header {
	border-bottom: 1px solid #cccccc;
	padding: 0; 
	margin: 0;
	height: 60px;
	position: relative;
	
}
.main #header h1 {
	margin: 0;
	padding: 0;
}


.main #logo {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
	height: 39px;
	position: absolute;
	bottom: 0px;
	x 
	
}

.main #nav {
	float: right;
	width: 500px;
	height: 39px;
	margin: 0;
	position:absolute;
	bottom: 0px;
	right: 0px;
	
}

div.regular p img{
margin-right:10px;
border:0;
}

.main div#logo h1 a {
	height: 39px;
	width: 225px;
	float: left;
	background-image: url(/img/header_matt_albiani_2.gif);
	background-repeat: no-repeat;	
	
}

.main div#logo h1 a span, div#logo p {
	display: none;
}

.main ul#menu {
	float: right;
	list-style: none;
}

.main ul#menu li {
	float: right;
	margin-left: 15px;
	
}

.main ul#menu li a {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

}

.main ul#menu li a:hover, ul#menu li a:active {
	color: #6498cc;
	text-decoration: none;
}

.main #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	

}

.main #photo{
	margin: 0;
	padding: 0;
	border: 20px solid #F0F0F0;
}

.main #aboutContent{
	margin:auto;
	position:relative;
	width:620px;
	font-size:13px;
	
	
}

.main #contactContent{
	margin-left:300px;
	position:relative;
	width:320px;
	font-size:16px;
	line-height:120%;
	
	
}

.main #photoContent{
	margin: 20px 0 20px 0; 
	padding: 0;
	border:0;
	
	
}

.main #photoContent2{
	margin: 0 auto; 
	padding: 30px;
	border:0;
	width:568px;
	
	
}

.main #photoContent3{
	margin: 0 auto; 
	padding: 30px;
	border:0;
	width:624px;
	
	
}

.main #photoContent4{
	margin: 0 auto; 
	padding: 30px;
	border:0;
	width:648px;
	
	
}

.main #photoContent5{
	margin: 0 auto; 
	padding: 30px;
	border:0;
	width:604px;
	
	
}

.main #dominoLeft{
float: left;
	width:320px;
	padding: 0;
	margin: 20px 0 20px 0; 
	
	
}

.main #dominoRight{
margin: 40px 0 20px 0; 
float: right;
	width:520px;
	padding: 0;
	
	
}

.main #press{
	margin: 0;
	padding: 0;
	border:none;
	
}

.main #flashcontent {
		width: 840px; 
		height:740px;
		
	}


.main #MAfooter {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	clear: both;
}
.main #MAfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	
}
