/* 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-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

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 {
	background: url(uploads/images/layout/body_bg.png) repeat-x;
	text-align: center;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#side_bar {
	float: left;
	width: 240px;
}

#side_bar img.logo {
	margin: 20px 0px;
}

#banner {
	margin-bottom: 20px;
}

/* Main Nav Layout */
#main_nav {
	background: url(uploads/images/layout/main_nav_bg.png) repeat-y;
	padding: 5px 15px;
}

#main_nav_wrapper img {
	display: block;
}

#main {
	width: 700px;
	float: right;
}

/* News Layout*/
#news_wrapper {
	background: url(uploads/images/layout/news_top.png) no-repeat;
	margin-top: 20px;
}

#news_wrapper h3 {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 11px 0px 9px 0px;
	font-family: Tahoma, Arial;
	margin: 0px;
}

#news_wrapper img {
	display: block;
}

#news {
	background: url(uploads/images/layout/news_bg.png) repeat-y;
	padding: 5px 15px;
}

/* Content Layout */

#content_wrapper #title {
	background: url(uploads/images/layout/content_top.png) no-repeat;
	height: 45px;
}

#content_wrapper #title h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	padding: 11px 0px 9px 20px;
	margin: 0px;
}

#content_wrapper img {
	display: block;
}

#content {
	background: url(uploads/images/layout/content_bg.png) repeat-y;
	padding: 20px;
}

/* Footer Layout */
#footer_nav {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

#lists td {
       bordercolor: #C0C0C0;
       padding: 2px;
       font-color: #666666;
{ 




/* End of 'Layout' */

