html{
	height:100%;
}
div,p,img,ul,h1,h2,h3,h4,h5,h6,object,embed{
	border:0;
	padding:0;
	margin:0;
}
body{
	margin: 0em auto 0em auto;
	text-align: center;
	height:100%;
	background-color:#990066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%
}
h2{

}
h3{

}
#layout{
	width:1000px;
	margin:0 auto 0 auto;
	min-height:650px;
	text-align:left;
	position:relative;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
}
img#logo{
	margin:50px 0 0 0;
}
h1{
	color:#999999;/*fix*/
	margin-bottom:25px;
}
#issue_intro{
	margin-bottom:25px;
}
#layout .newsarticle{
	width:949px;
	height:375px;
	padding:5px 0 5px 0;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	margin:0 auto 25px auto;
	background:url(/App_Themes/318news/images/newsarticle_bg.jpg) no-repeat center left;
}
#layout .newsarticle div{
	text-align:left;
	margin:40px 44px 0 38px;
	height:295px;
	overflow:hidden;
	position:relative;
}
#layout .newsarticle div h2{
	font-weight:normal;
	color:#92298e;
}
#layout .newsarticle div.textleft img{
	position:absolute;
	top:20px;
	right:25px;
}
#layout .newsarticle div.textright img{
	position:absolute;
	top:20px;
	left:25px;
}
#layout .newsarticle div.textleft h2, #layout .newsarticle div.textleft p{
	float:left;
	clear:left;
}
#layout .newsarticle div.textright h2, #layout .newsarticle div.textright p{
	float:right;
	clear:right;
}
#layout .newsarticle div.textleft h2{
	margin:20px 0 20px 25px;
	width:425px;
}
#layout .newsarticle div.textright h2{
	margin:20px 25px 20px 0;
	width:425px;
}
#layout .newsarticle div.textleft p{
	margin:0 0 20px 25px;
	width:425px;
}
#layout .newsarticle div.textright p{
	margin:0 25px 20px 20px;
	width:425px;
}
#layout #article_header img{
	float:right;
	margin-bottom:20px;
	position:relative;
}
#layout #article_header h1, #layout #article_header h2, #layout #article_header h3, #layout #article_header p{
	width:500px;
	margin-bottom:20px;
	float:left;
	position:relative;
}
#layout #article_header h1{
	color:#92298e;
	font-weight:normal;
}
#layout #article_header h2{
	font-weight:bold;
}
#layout #article_header h3{
	color:#92298e;
	font-weight:normal;
}
#layout #article_content p, #layout #article_content h2, #layout #article_footer, #layout #article_header{
	padding:15px 0 0 0;
	margin:0 20px 15px 20px;
	border-top:solid 1px #cccccc;
	clear:both;
	text-align:left;
}
#layout #article_content h2{
	color:#92298e;
	font-weight:normal;
}
#layout #article_header{
	margin-top:20px;
}
#layout #article_content p img{
	float:left;
	margin:0 30px 15px 0;
}
#layout #article_footer p{
	margin-bottom:20px;
	clear:both;
}
#footer{
	height:30px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
#layout #article_content p img.fright{
	margin:0 0 15px 30px;
	float:right;
}
#layout #article_content p.secondary{
	padding:0;
	border-top:none;
}