/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::															   				                    ::
::	MAU STYLES                                                  		                        ::
::																		                        ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	:: squarehead design studio
	
	845.331.1953
	www.squarehead.com
	sbliss@squarehead.com
                                                                                                          
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	PALETTE
	lt gray: #eeeeee
	dk gray: #666666

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

body { background: #eeeeee; }

/* 	page containers
------------------------------------------------------------------------------------------------*/
#frame { width: 700px; margin: 75px auto 0; }
#left-col { width: 180px; float: left; }
#right-col { width: 400px; float: right; margin: 0 0 0 25px; padding-left: 40px;
	padding-bottom: 50px; border-left: 1px solid #999999; }
#flash { 
	background: url(../images/frame_bkgd.jpg) no-repeat; 
	width: 715px;
	height: 485px;
	margin: 0 auto;
	padding-top: 3px;
	padding-left: 5px;
}
#flash #container { padding: 50px; text-align: center; }
#footer { width: 715px; margin: 30px auto 0; text-align: center; }

/* 	typography
------------------------------------------------------------------------------------------------*/
p { color: #666666; font-size: 1.2em; line-height: 1.5em; }
h1 { color: #666666; font-size: 1.4em; line-height: 1.4em; font-weight: bold; }
h2 { color: #666666; font-size: 1.3em; line-height: 1.5em; font-weight: bold; margin: 5px 0 10px; }
h4 { color: #666666; font-size: 1.3em; line-height: 1.5em; font-weight: normal; margin: 0; }

h3 { 
	color: #666666;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
}
a { font-weight: bold; color: #ff3300; }
a:hover { text-decoration: underline; }
