/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#wrapper {
	position: relative;
	margin: auto auto;
	top: 30px;
	width: 995px;
	padding: 0;
}

div.sidebar {
	position: relative;
	float: right;
	width: 235px;
	padding: 0;
}

div#primary, div#secondary {width: 235px;}

div#container {
	position: relative;
	width: 993px;
	float: left !important;
 	min-height: 492px;
	border: 1px solid #7FAFC4;
	padding: 0;
	margin: 0 -235px 0 0;
}

* html div#container {height:500px;}

div#content {
	position: relative;
 	float: left;
	width: 725px;
	min-height: 460px;
	padding: 16px 16px;
	border-right: 1px solid #7FAFC4;
}

* html div#content {height: 478px;}

div#secondary	{
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}