html
{
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 90%;
	font-family: Verdana;
	color: #000;
}

#centrecontainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	background: transparent url('orange.gif') y-repeat right; 
	margin-left: -450px;
	position: absolute;
	top: 40px;
	left: 48.4%;
}

#container    
{
	width: 880px;
	height: 550px;
	background: #FFF;
	padding: 20px;
}

#headercont
{
	width: 900px;
	height: 210px;
	background: #FFF;
	color: #FFF;
}

#headerleft
{
	background: #F58502 url('Logo_.jpg') no-repeat center center;
	float: left;
	width: 210px;
	height: 210px;
}

#headerborder
{
	background: #FFF url('Header.jpg') no-repeat center;
	float: right;
	width: 670px;
	height: 210px;
	overflow: auto;
}

#headerright
{
	background: #F58502 url('corner_top-right.jpg') no-repeat top right;
	float: right;
	width: 20px;
	height: 210px;
	overflow: auto;
}

#maincont
{
	width: 900px;
	height: 340px;
	background: transparent no-repeat center center;
}



#menucont
{
	float: left;
	width: 210px;
	height: 280px;
	background: transparent;
}

#menucont ul
{
	margin-left: 0;
	padding: 0 0 0 0;
}

#menucont ul li
{
	margin-top: 6px;
	list-style-type: none;
	text-align: left;
	font: Verdana;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -1px;
	color: #F58502;
	width: 100%;
}

#menucont ul li a {background-color: transparent; color: #F58502; text-decoration: none; }
#menucont ul li a.active {background-color: transparent; color: #F58502; font-weight: bold; text-decoration: none; }
#menucont ul li a:hover {background-color: transparent; color: #F58502; font-weight: bold; text-decoration: none; }

#mainright
{
	float: left;
	background: transparent url('corner_maincont.jpg') no-repeat bottom right;;
	width: 640px;
	height: 320px;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	overflow: auto;
	line-height: 150%;
}

#mainright p
{
	margin: 0 0 0 0;
	padding: 0;
}

#mainright h1, h2, h3
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial;
	border-bottom: 1px solid #FFF;
}

#mainright a:link {
	color: #F58502;
	text-decoration: underline;
}
#mainright a:visited {
	text-decoration: underline;
	color: #F58502;
}
#mainright a:hover {
	text-decoration: none;
	color: #F58502;
}
#mainright a:active {
	text-decoration: underline;
	color: #F58502;
}

#mainborder
{
	background: #F58502;
	float: right;
	width: 20px;
	height: 340px;
	overflow: auto;
}

#bottom
{
	width: 900px;
	margin: 0 0 0 0;
	padding: 10px 0 7px 0;
	height: 20px;
	background: #F58502 url('corner_bottom-right.jpg') no-repeat bottom right;
	border-bottom: 0px solid #FFF;
	text-align: center;
	color: #333;
}

.thumb{
	float: right;
	padding: 4px 0px 4px 4px;
	margin: 0px 5px 0 0;
	border: 0;
}

.thumbleft{
	float: left;
	padding: 4px 0px 4px 4px;
	margin: 15px 5px 0 0;
	border: 0;
}

.thumbnail{
	padding: 3px 3px 3px 3px;
	background-color: #FFF;
	border: 1px solid #F58502;
	float: left;
	margin: 10px;
	}	
	
.block{
	text-align:justify;
	}
	
.bold{
	font-weight: bold;
	}	
	
.orange{
	color: #F58502;
	}	
