/* 
CSS Document 
LAYOUT for PornographyIsntPretty.com
*/

* { margin: 0; padding: 0; }

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#036;
	background: #DEE8EC url(../images/skyline_watermark_vector.gif) bottom no-repeat;
	text-align: center;
}

#container, 
#masthead, 
#main_nav,
#content { width: 100%; }

#summary,
#content_1 { width: 40%; }


#content {
	text-align: left;
	float: left;
	position: relative;
	/* background: url(../images/bg_content_blue.jpg) repeat-x; */
}

#content_1 { 
	margin-left: 20%;
	text-align: left;
	float: left;
	position: relative;
	margin-top: 1em;
}
#content_2 {	
	width: 20%;
	margin-left: 2em;
	text-align: left;
	float: left;
	position: relative;
	margin-top: 1em;
}

#content_fixed { 
	width: 500px; 
	margin-left: 20%;
	margin-top: 1em;
	text-align: left;
	position: relative;
}

 
#summary,
#content_1,
#content_2,
#footer { padding: 1em; }

#container {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#quick_links { margin-top: -1.5em; }

#masthead {
	width: 100%;
	background: #6386aa url(../images/bg_masthead.jpg)/**/;
}

#main_nav_links { float: left; margin-left: 20%; /margin-left: 10%; text-align: left; clear:left; width: auto; }
/* #main_nav_links { width: 20%; } */




#footer { 
	/* width: 60%;  */
	margin-left: 20%;
	text-align: left;
	position: relative;
}

