/**
 *  Copyright www.ink-os.net - 2008
 */

#main {
	width		: 860px;
	background	: #ffffff;
	margin: auto;
}


.both {
	clear       : both;
}

#content {
	width       : 800px;
	margin      : 5px;
	background  : #FFFFFF;
}

#top {
	margin      : auto;
	width       : 860px;
	height      : 100px;
	background  : #FFFFFF url(../images/header_top.jpg) top left no-repeat;
}

#top #searchform {
	position    : relative;
	float		: right;
	margin-top	: 20px;
	margin-right: 20px;
}

#topmenu {
	margin      : auto;
	width       : 820px;
	height      : 25px;
	background  : #FFFFFF url(../images/bg_topmenu.jpg) top repeat-x;
	border-left : 20px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
}

#header {
	margin      : auto;
	width       : 860px;
	height      : 100px;
	background  : #FFFFFF url(../images/header.jpg) top left no-repeat;
}

#cols {
	margin      : auto;
	width       : 820px;
	border      : 20px solid #FFFFFF;
	background  : #ffffff url(../images/bg_main.jpg) top center repeat-y;
}

#cols #col_left {
	width		: 200px;
	margin-right: 10px;
	float		: left;
	background	: #FFFFFF;
}

#cols #col_left table.moduletable {
	border		: 1px solid #000000;
	width		: 198px;
	text-align	: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background	: #F7F7F7;
}

#cols #col_left table.moduletable th {
	background	: #006600 url(../images/mod_header_bg.jpg) top left repeat-x;
	font		: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align	: left;
	color		: #ffffff;
	padding		: 5px 0px 5px 10px;
	line-height	: 11px;
	text-transform: uppercase;
}

#cols #col_left table.moduletable td {
	padding-top	: 5px;
}

#cols #col_left table.moduletable td table td {
	padding		: 0px;
	margin		: 0px;
	line-height	: 18px;
}

#cols #col_right {
	width		: 610px;
	float		: left;
	background	: #FFFFFF;
}

#banners {
	width	  : 610px;
	height	  : 60px;
	text-align: center;
	padding-bottom: 5px;
}

#breadcrumbs {
	width		: 610px;
	height		: 21px;
	background	: #006600 url(../images/bg_pathway.jpg) top left repeat-x;
}
 
#footer {
	margin      : auto;
	width       : 860px;
	height      : 50px;
	clear       : both;
	text-align  : center;
	background  : #ffffff;
	border-top  : 1px solid #666666;
	padding-top: 10px;
}

