/* Northwest Woman Magazine CSS Document*/
html, body{
	background: #888888 url("../assets_layout/bg.jpg") repeat-x top right;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	min-width: 850px; }

h1{
	font-size:16px;
	font-weight:bold;
	color: #FF9103; 
	margin: 10px auto;
	padding: auto;
	text-align:left;}

h2{
	font-size:14px;
	color: #36696D;
	font-weight: bold;
	margin: 10px 0px -10px 0px;
	padding: 0px;
	text-align:left;}

p{
	margin: 10px 0px 0px 0px;
	font-size:12px;
	text-align:left;
	line-height: 16px;}

img{
	border: 0px;}

.floatLeft{
	float:left;
	border: 0px;
	overflow: visible;
	clear:left;
	padding: 5px 5px 0px 0px;}

.floatRight{
	float:right;
	border: 0px;
	overflow: visible;
	clear:right;
	margin: 5px 0px 0px 5px;}

.caption_right {
	text-align: right;
	float: right;
	clear:right;
	font-size:11px;
	margin: 0px 10px 0px 10px;
	color:#999999; }

.caption_left{
	text-align:left;
	float:left;
	clear:left;
	font-size:11px;
	color:#999999;
	margin: 0px 10px 0px 10px;
	color:#999999; }

.forward{
	font-size:10px;
	font-weight: bold;
	text-align:left;
	float:right;}

.backward{
	font-size:10px;
	font-weight: bold;
	text-align:left;
	float:left;}

/**********BROWSER & CONTENT LAYOUT **********/
#wrapper_browser{
	width:100%;
	margin: 0px;
	text-align:center;
	padding: 0px; }

#holder{
	width: 800px;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	text-align:center;}

#wrapper_content {
	width: 750px;
	overflow:auto;
	margin: 0px auto;
	text-align:center;
	padding: 0px;}
	
/**********CONTENT_MAIN**********/
#content_main{
	background-color:#FFFFFF;
	margin: 0px;
	float:left;
	width:500px; }
	
#content_main a{
	color:#36696D;
	text-decoration:none;}

#content_main a:hover{
	text-decoration:underline;}

.creds{
	font-size:11px;
	color:#666666;
	margin: 0px;
	padding: auto;
	text-align:left;}

#content_main ul {
	text-align:left;
	margin: 0px auto auto 15px;
	padding: 0px;
	font-size:12px;
	line-height:15px; }

#content_main ol {
	text-align:left;
	margin: 0px auto auto 50px;
	padding: 0px;
	font-size:12px;
	line-height:15px; }

/*END CONTENT_MAIN */

/**********CONTENT_MENU**********/
#content_menu{
	margin-top:10px;
	margin-left: 520px;
	background-color:#EFEFEF;
	width: 220px;
	padding:0px; }

#content_menu a{
	color:#36696D;
	text-decoration:none;}

#content_menu a:hover{
	text-decoration:underline;}
	
#content_menu ul {
	text-align:left;
	margin: 0px auto auto 20px;
	padding: 5px;
	font-size:12px;}

#content_menu li {
	list-style: square outside;
	padding: 0px 0px 5px 0px;}
	
/*END CONTENT_MENU */

/**********FOOTER**********/
#footer {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	clear:both;}
	
#footer a{
	color: #FFCB3D;
	text-decoration:none;}
	
#footer a:hover{
	text-decoration:underline;}
	
/*END FOOTER */
/*END BROWSER & CONTENT LAYOUT */

/**********HEADER LAYOUT **********/
#header {
	position:relative;
	background: #FFFFFF;
	margin:0px auto;
	text-align:center;
	padding: 0px;
	width:800px;
	height:250px; }

#header-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:24px; }

#header-02 {
	position:absolute;
	left:0px;
	top:24px;
	width:111px;
	height:226px; }

#home {
	position:absolute;
	left:111px;
	top:24px;
	width:40px;
	height:25px; }

#about {
	position:absolute;
	left:151px;
	top:24px;
	width:55px;
	height:25px; }

#contact {
	position:absolute;
	left:206px;
	top:24px;
	width:66px;
	height:25px; }

#header-06 {
	position:absolute;
	left:272px;
	top:24px;
	width:528px;
	height:226px;
}

#header-07 {
	position:absolute;
	left:111px;
	top:49px;
	width:161px;
	height:201px; }
/*END HEADER LAYOUT */