/* CSS Document */
html>body {
    background: #333333 url(images/top.jpg) repeat-x top;
	margin: 8px auto;
	padding: 0;
}

body {
	background: #333333 url(images/top.jpg) repeat-x top;	
	margin: 8px auto;
	padding: 0;
}

#container {
	width: 900px;
	_width: 910px;
	font: normal 12px/1.3em Verdana;
	color: #000000;	
	margin: 0 auto;
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 0;
}

#header {
	padding: 7px 10px;
}	

#menu {
	width: 100%;
	height: 30px;
	background: url(images/menu.jpg) #FFAD00;
	font: normal 14px/1.4em Verdana;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
}

#menu li a {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 25px; 
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-right: 1px solid white;
}

#menu li a:hover {
	background: url(images/menu_h.jpg) #FE9225;
}

#content {
	float: left;
	padding: 12px 10px 12px 15px;
	width: 645px;
}
h3 {
	margin: 2px 0px 10px 0px;
	font: bold 20px/1.3em Verdana;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
#rightbar {
	float: right;
	width: 215px;
	margin: -140px 10px 0px 2px;
	_margin: -140px 5px 0px 2px;
}

.item {
	border: 1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.item .top {
	width: 203px;
	padding: 5px 5px 0px 5px;
	background: #FFFFFF;
	font-weight: bold;
}

.item .text {
	width: 203px;
	padding: 5px 5px 0px 5px;
	background: #FFFFFF;
	font: normal 12px/1.5em Verdana;
}

.layoutfix {
	clear: both;
	margin: 0px;
	height: 0px;
}

.tags {
	font: normal 9px/1.2em Verdana;
	margin: 0px;
      text-transform: capitalize;
}

.input {
	width: 372px;
}

.inputtag {
	width: 240px;
}

.image {
	_width: 140px;
	_height: 140px;
	max-width: 140px; 
	max-height: 140px; 
	background: #FFC74F; 
	padding: 1px; 
	border: 1px solid #EF7600;
}

.footer {
	width: 900px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding-left: 1px;
	text-align: center;
	color: #B0B0B0;
	font: normal 10px/1.3em Verdana;
}

.footer a {
	color: #B0B0B0;
	text-decoration: none;
	font: normal 10px/1.3em Verdana;
}

.footer a:hover {
	color: #B0B0B0;
	text-decoration: underline;
	font: normal 10px/1.3em Verdana;
}

#footerblock {
	float: left;
	height: 80px;
	width: 213px;
	padding: 5px;
	color: #FFFFFF;
	font: normal 12px/1.3em Verdana;
	text-align: left;
	border-left: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
}
#footerblock strong {
	text-decoration: underline;
}


#footerblock a {
	color: #B0B0B0;
	font: normal 10px/1.3em Verdana;
	text-decoration: none;
}

#footerblock a:hover {
	color: #B0B0B0;
	font: normal 10px/1.3em Verdana;
	text-decoration: underline;
}
