/* noobslide related */
#gallery2 {
	text-align: center;
	padding-left: 5px;
}

.buttons{text-align: left; padding-left: 5px;}
.buttons span{color:#0080FF; padding-left: 2px; padding-right: 2px; cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}

.mask2{
	position:relative;
	width:210px;
	height:170px;
	overflow:hidden;
}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}


body {
	margin: 0;
	padding: 0;
	
	background-image: url(/images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #f1eeee;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #e4fafe;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #2f6fa5;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #595959;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #4f4f4f;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style5 {
	color: #2278be;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style6 {
	color: #2278be;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #676666;
	font-size: 11px;
	font-family: tahoma;
}
.style8 {
	color: #000;
	font-size: 12px;
	font-family: tahoma;
}
.style9 {
	color: #6c6c6c;
	font-size: 11px;
	font-family: tahoma;
}

#content {
	padding: 10px;
	color: #000;
}

#sidenav, #sidenav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidenav li {
	background-image: url(/images/sidenav.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	height: 20px;
	overflow: hidden;
	padding-left: 50px;
}

#sidenav li.first {
	background-image: url(/images/sidenav_first.jpg);
	height: 21px;
	padding-top: 10px;
}

#sidenav li.last {
	background-image: url(/images/sidenav_last.jpg);
	height: 26px;
	padding-top: 6px;
}

#sidenav li a, #sidenav li a:link, #sidenav li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sidenav li a:hover {
	text-decoration: underline;
}

#content a, #content a:link, #content a:visited {
	color: #2e6db0;
	text-decoration: underline;
}

#content a:hover {
	color: #f58323;
}