@charset "UTF-8";
/* CSS Document */

.magazine_wrapper {
	min-width: 928px;
	background-color: #191919;
	/*background-image: url(../images/bgd_gradient.jpg);
	background-repeat: repeat-x;*/
}

.magazine {

	position: relative;
	width: 888px;
	height: 1930px; /* updated for new flash header */
	left: 50%;
	margin: 0;
	margin-left: -444px;
}

#main_nav {
	position: relative;
	width: 888px;
	height: 18px;
	left: 50%;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: -444px;
}

#main_nav #nav_links {
	display: block;
	float: left;
}

#main_nav #info_links {
	display: block;
	float: right;
}

#main_nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-right: 16px; 
} 

#main_nav li:last-child {
	padding-right: 0;
}

#main_nav {
	font-size: 12px;
	font-weight: lighter;
	font-variant: small-caps;
}

#main_nav a:hover {
	text-decoration: underline;
}

#main_nav a:focus {
	text-decoration: underline;
}

#main_nav a:active {
	text-decoration: underline;
}

#main_nav a {
	color: #B3B3B3;
}

#main_nav a:link {
	color: #B3B3B3;
}

#main_nav a:visited {
	color: #808080;
}

#main_nav a:hover {
	color: white;
}

#main_nav a:focus {
	color: white;
}

#main_nav a:active {
	color: #B3B3B3;
}

.footer {
	position: relative;
	width: 888px;
	height: 150px;
	left: 50%;
	margin-left: -444px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.copyright {
	height: 25px;
} 

.copyright h2 {
	height: 16px;
	padding-top: 4px;
}

.disclaimers {
	margin-top: 10px;
}

.copyright {
	color: #6e6d6b;
}

.disclaimers {
	color: #6e6d6b;
}

.copyright h2 {
	font-size: 13px;
	text-align: center;
}

.disclaimers {
	font-size: 10px;
	text-align: center;
}

.text_article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	
	color: #292929;
	
/*	background-image: url(../images/sample.jpg); */
	background-position: center;
	
	padding: 10px;
}

.text_article h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .75em;
	
}

.text_article h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .75em;
}

.text_article h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .75em;
}

.text_article p {
	margin-top: .75em;
	margin-bottom: .75em;
}