body,td,th {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f4e1;
	background-image: url(../images/template/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #999900;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999900;
	font-weight: bold;	
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 13px;
	color: #999900;
}
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-align: justify;
}
/*divs
---------------------------*/

#header{
	padding:0px;
	margin:0px auto;
	width: 780px;
	background-color: #333333;
	height: 98px;
	background-image: url(../images/template/logo.gif);
	background-repeat: no-repeat;
	position: relative;
}
#headerMenu{
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 10px;
	text-align: right;
}
#headerMenu a{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#headerMenu a:hover{
	color: #999999}
.line {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#image {
	padding:0px;
	margin:0px auto;
	width: 780px;
	background-image: url(../images/template/banner22.jpg);
}

/* menu
---------------------------*/

#menu{
	padding: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #999900;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	text-transform: uppercase;
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu ul li a:hover { background: #666; } /* Hover Styles */
		
#menu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#menu li:hover ul, #menu li.over ul { display: block; } /* The magic */

#content{
	padding:0px;
	margin:0px auto;
	width: 780px;
}

#submenu{
	float:left;
	width:150px;
	padding:10px 0px 0px 10px;
}
#submenu ul {
	margin:0px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}
#submenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*display: block;*/
}
#submenu ul li a{
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	width:150px;
}

#submenu ul li a:hover{
	color: #999900;
}
#text{
	float:left;
	width:480px;
	padding:10px 10px 0px 20px;
	font-size: 13px;	/*line-height: 16px;*/
}

#pictures{
	float:left;
	/*width:110px;*/
	padding:10px 0px 0px 10px;
}
.clear{
	clear:both;
}
#footer{
	height:20px;
}
