
body {
	background:#003366 url('images/down_under_bg.gif') repeat-x;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 940px;
	
}

#header {
	margin:0px;
	padding:0px;
	width: 940px;
	border-left:5px solid #90732B;
	border-right:5px solid #90732B;
	border-top:5px solid #90732B;
}

#content-container
{
	position:relative;
	top:0px;
	float: left;
	width: 940px;
	background: #fff url('images/column_bg.jpg') repeat-y 100% 0;
	border-left:5px solid #90732B;
	border-right:5px solid #90732B;
	border-bottom:5px solid #90732B;
}

#content
{
	clear: left;
	float: left;
	width: 210px;
	padding: 0;
	margin: 0 0 0 0px;
	display: inline;
}

#aside
{
	float: right;
	width: 680px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#footer
{
	height:50px;
	vertical-align:text-top;
	clear: left;
	background: #D6DFF3;
	text-align: center;
	padding:0px;
	margin:0px;
}

#purpleBox
{
	position:relative;
	right:-15px;
	top:-10px;
	width:180px;
	background-color:#ccccff;
	text-align: center;
	float:right;
	border: 3px solid #ccccff;
	font-size:14px;
	margin-left:2px;
	margin-right:0px;
	padding:0px;
}

#purpleBox p
{
	padding:2px;
}

.borders {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}


.borders a:link, .borders img {text-decoration: none; border:none;}
.borders a:visited , .borders img {text-decoration: none; border:none;}
.borders  a:active , .borders img {text-decoration: none; border:none;}

#purpleBreaker {
	width:178px;
	height:1px;
	border-top:2px solid grey;
	margin-top:10px;
}

.content-breaker {
	height:1px;
	border-top:4px solid #b9c9ed;
	margin-top:10px;
}

.article {
text-align:left;
}

.imageBox {
float:right;
	border:3px solid #ccccff;
}

.article img {
	
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}



.article h2 {
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000099;

}

.article p, .article li {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

#article-container {
position:relative;
top:-10px;
width:500px;
}
