/* CSS Document */
body#font-family {
	/* height: 100%; */
	font: 11px Tahoma, Arial;
	color: #ffffcc;
	padding: 0;
	text-align: center;
	background: #2d2d2d url(../images/background.gif) repeat-x;
	margin: 0 auto;
}
h1, h2, h3, div#font-family, form, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	border: 0px;
}
/* All setting =) */
#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.clr {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}

#logotip {
	height: 179px;
	width: 225px;
	background: url(../images/logotip.jpg) no-repeat;
}
#search {
	padding: 0px 0px 0px 0px;
}
#header_images {
	background: url(../images/header_images.jpg) no-repeat;
	width: 600px;
	height: 202px;
}
#header_images h1 {
	font: 11px Tahoma, Arial;
	color: #ffffcc;
	font-weight: normal;
	padding: 40px 20px 0px 150px;
}
#header_images h1 a {
	font: 11px Tahoma, Arial;
	color: #ffffcc;
	font-weight: bold;	
}

#menu {
	text-align: left;
	/* background: #FFE87C url(../images/menu_right.gif) no-repeat right bottom; */
}
#menu ul {
	list-style: none;
	padding: 9px 0px;
	padding-left: 20px;	
	/* background: url(../images/menu_left.gif) no-repeat left bottom; */
}
#menu li {
	display: inline;
	padding: 9px 0px;
	margin-right: 1px;
}
#menu a {	
	padding: 6px 20px;
	color: #ffffcc;
	font: bold 10px Tahoma, Arial;
	text-decoration: none;
	text-transform:uppercase;
	border-right: 1px solid #2D2D2D;
}
#menu a:hover {
	text-decoration: underline;
}

#body_page {
	width: 735px;
	background: url(../images/body_back.gif);
}

#navigation {
	width: 225px;
}
#navigation div.module {
	color: #ffffcc;
	margin: 5px 10px;
}
#navigation h3 {
	color: #FFE87C;
	font: bold 12px Tahoma, Arial;
	padding: 5px 0px 5px 30px;
	border-bottom: 1px dotted #C9C9C9;	
	background: url(../images/nav_bc_1.gif) no-repeat left center;
}
#navigation table {
}
div#navigation td {
	border: 0px;
	padding: 5px 0px;
	border-bottom: 1px dotted #707070;
}
#navigation a.mainlevel {
	font: normal 11px Tahoma, Arial;
	color: #FFFFcc;
	text-decoration: none;
	padding-left: 30px;
	background: url(../images/menu_1.gif) no-repeat center left;
}
#navigation a.mainlevel:hover, a.mainlevel#active_menu  {
	text-decoration: underline;
}
#navigation label, #navigation td {
	font: bold 11px Tahoma, Arial;
	color: #FFFFcc;
}
#navigation label {
	font: bold 11px Tahoma, Arial;
}
#navigation form {	
}
#navigation form td {
	padding-left: 10px;
	background: url(../images/form_bc.gif);
}
#navigation form a {
	color: #FFFFcc;
	font-weight: normal;
	text-decoration: none;
}
#navigation form a:hover {
	text-decoration: underline;
}
#navigation input.button {
	border: 1px solid #ffffcc;
	background: #ffffcc;
	font: normal 11px Tahoma, Arial;
	color: #2d2d2d;
}
div.syndicate {
}
.syndicate img {
	padding: 2px;
}

#polls {	
}
#polls thead td {
	color: #ffffcc;
	font: bold 11px Tahoma, Arial;
}
#polls table {
	border: 0px;
}
#polls form {
}
#navigation #polls td {
	border: 0px;	
	text-align: left;
	padding: 2px;
}
#polls td.sectiontableentry1 label, #polls td.sectiontableentry2 label {
	font: normal 11px Tahoma, Arial;
	color: #B3B3B3;
	padding: 1px;
	margin: 1px;
}
#polls h3 {
}
#polls input.button {
}

#body {
	width: 510px;
}
.content {
	width: 900px;
	padding: 5px;
}
#content div {
	color: #ffffcc;
}
#content .blog, #content table {
	border: 0px;
	padding: 0px;	
}
#content table.blog {
	border: 0px;
}
div.blog_more {
}
.contentheading, .componentheading, .blog_more {
	font: bold 12px Tahoma, Arial;
	color: #ffffcc;
	padding: 5px 0px 5px 10px;
	border: 0px;
	background: #292929;
}
#content div .contentheading {
	font: bold 14px Tahoma, Arial;
	padding-left: 0px;
	background: none;	
}
#content .contentheading {
	width: 100%;
	margin: 0px;
}
#content td div.mosimage {
	margin: 0px 10px 5px 0px;
	background: #2d2d2d;
}
#content div.mosimage_caption {
	display: none;
}
#content .contentpaneopen {
	font: normal 11px Tahoma, Arial;
	color: #ffffcc;
	margin: 0px;
	width: 99%;
	border: 1px solid #3E3E3E;
}
#content div .contentpaneopen {
	width: 100%;
	color: #ffffcc;
	border: 0px;
}
.small, .createdate {
	color: #E0E16B;
	font: italic 10px Tahoma, Arial;
}
#content a {
	color: #ffffcc;
	font-family: normal 11px Tahoma, Arial;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a.readon {
	font-weight: bold;
}
#content ul {
	list-style: none;
}

#footer {
	padding: 20px 0px 30px 225px;
	color: #FFE87C;
	font: normal 11px Tahoma, Arial;
	text-align: center;
	background: #2d2d2d url(../images/footer_bc.gif) no-repeat right top;
}
#footer a {
	color: #FFE87C;
	font: bold 11px Tahoma, Arial;
	text-decoration: none;
}
#footer a:hover#font-family {
	text-decoration: underline;
}