/****************************************************************************************************
- Styles in this sheet are used for customising the layout of the site.
  Site-specific elements (horizontal rules, ordered/unordered lists, etc.) are also included here. 
  Heavy customisation needs to be done here.
****************************************************************************************************/

#page_container {
	width: 1030px;
	margin: auto;
	text-align: left;
	border: 1px solid #efefef;
}

#header {
	height: 80px;
	border-bottom: 1px solid #efefef;
}

#header #logo {
	float: left;
	width: 200px;
}

#header #header_content {
	float: left;
	width: 750px;
}

#header #header_content #title {
	font-size: 18px;
	text-align: center;
}

#header #header_content #title .padding {
	padding: 15px 0px 10px 0px;
}

#header #header_content #status .spacing {
	padding: 0px 0px 0px 330px;
}

#main_nav {
	height: 50px;
	background: red;
}

#content_full .padding {
	padding: 50px 300px 50px 300px;
}

#content_full .spacing {
	padding: 10px;
}

#login {
	border: 1px solid #efefef;
}

#login .padding {
	padding: 10px;
}

#sidebar {
	margin-right: 760px;
}

#sidebar .padding {
	padding: 10px;
	_padding: 10px 5px;
}

#sidebar .nav {
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 760px;
}

#content .padding {
	padding: 20px 20px 60px 20px;
}

.section_container {
	border: 1px solid #666666;
	padding: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
	text-align: center;
}
