	* {margin:0;padding:0}
	/* mac hide \*/
	html,body{height:100%;width:100%;}
	/* end hide */
	body { 
		text-align:center;
		min-height:807px;/* for ie7*/
	}
	#outer{
		background: #151515 url(/gfx/bg.gif) no-repeat top left;
		height:100%;
		width:100%;
		display:table;
		vertical-align:middle;
	}
	#container {
		text-align: center;
		position:relative;
		vertical-align:middle;
		display:table-cell;
		height: 807px;
	}	
	#inner {
		width: 1203px;
		background: url(/gfx/inner_bg.png);
		height: 807px;
		text-align: left;
		margin-left:auto;
		margin-right:auto;
	}
	
	#inner #nav {
		float:left;
		height:41px;
		margin-left:46px;
		margin-top:90px;
		width:1112px;
		padding-left: 53px;
		*padding-left: 33px;
		overflow:hidden;
	}

	#inner #nav img {
		float:left;
	}

	#inner #nav a {
		color:black;
		float:left;
		font-family:Cambria;
		font-size:22px;
		height:41px;
		padding:8px 50px 0;
		text-decoration:none;	
	}


	#inner_left {
		float:left;
		background: url(/gfx/maria.png) no-repeat left bottom;
		height: 675px;
		width:410px;
	}

	#inner_left .contact {
		font-family:Georgia;
		font-size:22px;
		line-height:30px;
		padding:30px 0 0 90px;
	}

	#inner_left a#heartandsoul {
		display:block;
		height:92px;
		left:53px;
		position:relative;
		top:183px;
		width:7px;
	}
	
	#inner_right {
		float: left;
		height:642px;
		width:748px;
	}
		
	#inner_right #content {
		font-family:Cambria;
		font-size:14px;
		line-height:20px;
		padding:30px 30px 30px 0;
	}

	#inner_right #content .leftColumn {
		float:left;
		width:345px;
		margin-right:15px;
	}

	#inner_right #content .rightColumn {
		float:left;
		*float:none;
		width:345px;
	}

	#inner_right #content .leftColumn span,
	#inner_right #content .rightColumn span { 
		color:maroon;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
		padding-right:5px;
		position:relative;
		top:-1px;
	}

	
	div.clear {
		clear:both;
		font-size:0;
		line-height:0;
	}

	span.welcome {
		font-family:Georgia;
		font-size:16px;
		line-height:20px;
	}

	span.welcome span {
		font-size: 30px;
	}

	.quote {
		background: url(/gfx/quote.png) no-repeat top left;
		font-style:italic;
		margin-bottom:10px;
		padding-left:50px;
	}

	a {
		color: teal;
		text-decoration:none;
	}

	a:hover {
		text-decoration:underline;
	}

	h3 {
		color:maroon; 
		font-size: 18px;
	}
