* 
{
	margin:0pt;
	padding:0pt;
}

html, body 
{
	height:100%;
}
body 					
{ 
	font-family: Arial, Helvetica, Geneva;
	text-align:center;
	font-size: 11px;
	background: url(../images/body_bg.jpg) repeat-y top center;	
}
#wrap 					
{
	width: 780px;
	margin:0pt auto;
	background: url(../images/body_bg.jpg) repeat-y top center;
}
#header 
{
	position: relative;
	height: 200px;
	background: url(../images/header_bg.jpg) no-repeat center top;
}
#name {
	position: absolute;
	top: 27px;
	left: 40px;
	color: #4E4E42;
	font-size: 24px;
}
#navi 
{
	padding: 30px 5px 0 311px;
	width: 500px;
	text-align: left;	
}
#level1 
{
	display: inline;
	text-align: left;
}
#level1 li
{
	list-style: none;
	float: left;
	position: relative;
}
#level1 a 
{
	display: block;
	color: #4E4E42;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 110px;
	margin: 0px 8px; 
	padding: 3px 5px 3px 20px;
}

#level1 a:hover, #level1 a.active
{
	background: #ffffff url(../images/arrow_bold.jpg) no-repeat 5px center;
}
#level2
{
	margin-left: 0;
	margin-top: 5px;
	position: absolute;
	left: 0;
	top: 1.8em;
}
#level2 a 
{
	display: block;
	color: #4E4E42;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
	width: 110px;
	margin: 5px 8px 0 8px; 
	padding: 1px 5px 1px 20px;
}

#level2 a:hover, #level2 a.active {
	background: #ffffff url(../images/arrow.jpg) no-repeat 5px center;
}
#content-container
{
	text-align: left;
	line-height: 20px;
	margin-top: -5px;
}
#content-left
{
	width: 230px;
	margin: 10px 0 0 45px;
	background-color: #fff;
	color: #4E4E42;
	float: left;
}
#content-right
{
	margin: -6px 30px 0 310px;
	color: #fff;
	background-color: #4E4E42;
}
h1, h2, h3, h4, h5, h6
{
	display: none;	
}
.image-block
{
	display: block;
	margin-top: 5px;
}
.single-image
{
	float: left;
	padding:0 20px 10px 20px;
}
.single-image-2
{
	float: left;
	padding: 0 6px 10px 20px;	
}
.single-image-3
{
	float: left;
	padding: 0 8px 10px 20px;	
}
.caption
{
	padding-top: 5px;
	line-height: 14px;
}
.clear-left
{
	clear: left;
}

a img {
	border: 0;
}
.align-right {
	text-align: right;
}
.padding-right 
{
	padding-right: 10px;
}
.padding-right2
{
	padding-right: 12px;
}

a
{
	color: #4E4E42;
}
a:hover
{
	color: #E8E3D0;
}
