/* Start of CMSMS style sheet 'Layout' */
/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 11px;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Start Layout */
body {	
	text-align: center;
}

#page {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background: #fff;
}

#header {
	background: url(uploads/images/layout/header_bg.gif) no-repeat;
	height: 200px;	
	margin-bottom: 20px;
}

#login {
	float: right;
	margin-top: 45px;
	height: 20px;
	font-weight: bold;
	color: #1488b5;
	font-size: 12px;
}

#nav {
	clear: both;
	float: right;
	width: 570px;
	height: 30px;
	margin-top: 105px;
}

#content {
	float: left;
	width: 620px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#side_bar {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}

#footer {
	background: #96c93d;
	padding: 3px 0px;
	text-align: center;
	clear: both;
	color: #fff;
}

#footer a:link, #footer a:visited {
    color: #fff;
}

#footer a:hover, #footer a:active{
    color: #000;
}


/* End of 'Layout' */

