@charset "UTF-8";
/* CSS Screen styles for Comfort Photography main page (www.comfortphotography.com) */
/* Built by Whiteboxer (www.whiteboxerdesign.com) */
/* Built on June 2010 */

/* default resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
		
:focus {
	outline: 0;
}
body {
	line-height: 1;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* Structural styles */

body {
	background-color:#fff;
	margin:0;
	padding:0;
	font:normal normal .9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	text-align:center;
	}
	
#frame {
	margin:20px auto;
	padding:0;
	width:500px;
	}
	
.container {
	width:500px;
	overflow:hidden;
	margin:20px 0 40px 0;
	}
	
#weddingportal {
	float:left;
	width:40%;
	}
	
#seniorsportal {
	float:right;
	width:40%;
	}
	
h2 {
	font-size:1em;
	margin-top:20px;
	line-height:1.4em;
	color:#666;
	}


