body {
	text-align: center;
	background-color: #5d0631;
	background-image:url(images/tile.jpg);
	background-repeat: repeat;
	color: #5b5b5b;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	color: #000;
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 0 0 16px;
}

h2 {
	font-size: 2.3em;
	line-height: 1em;
	font-weight: bold;
	color: #46acb8 ;
	text-transform: uppercase;
	margin: 0 0 3px;
} 
p	{
	margin: 0 0 15px 0;
}
a	{
	color: #989dd3;
	text-decoration: none;
}

a:hover	{
	color: #f7afaf;
}

#wrap {
	margin: 0 auto;
	width: 100%;
}
#masthead {
	background-image:url(images/mast-tile.png);
	background-repeat: repeat-x;
	height: 210px;
	text-align: center;
	overflow: hidden;
}
#page {
	background-image: url(images/page-tile.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 1070px;
	overflow: hidden;
	margin: 0 auto;
}
.photo	{
	margin-left: 90px;
}

.content	{
	width: 750px;
	margin: 0 auto;
	}
	
/** Footer **/
#footer {
	background-image: url(images/trans-footer-trans.png);
	background-repeat: no-repeat;
	height: 245px;
	color: #1db1ff;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
}
	#footer a {
		color: #83d4ff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
		text-decoration: none;
	}
	#footer .hcard {
		margin-top: 190px;
		margin-left : 15px;
		width: 200px;
		float: left;
		text-align: left;
	}
	#footer .developer {
		margin-top: 196px;
		margin-right: 15px;
		width: 200px;
		float: right;
		text-align: right;
	}
	#footer .legal {
		margin-top: 226px;
		text-align: center;
	}