#body {
background-image:url(img/content.jpg);
background-repeat:repeat;

}

#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
/* header */
#header {
	background:url(img/header.jpg) no-repeat;
	background-position:center;
	height:200px;
}
#header h1 {
	font-size:38px;
	padding-top: 25px;
	padding-left: 40px;
	color: #000000
}
#header h3 {
	font-size:14px;
	font-style:oblique;
	/*padding-left: 350px;*/
	text-align:right;
	padding-right:20px;
	padding-top:30px;
	color:#000000
}

#header div {
	font-size:14px;
	font-style:oblique;
	/*padding-left: 350px;*/
	/*text-align:left;*/
	padding-left:15px;
	color:#000000
}

/*MEUNU*/
.menu{
	position: relative;
	padding: 0 0 0 60px;
	margin: 0 auto 0 auto;
	background: url(img/menu_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#ffffff;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding:0 0 0 16px; 
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}

.menu li.current a, .menu li a:hover{
	color: #000000;
	background: url(img/menu_hover_left.gif) no-repeat;
	background-position: left;
}

.menu li.current a b, .menu li a:hover b{
	
	background: url(img/menu_hover_right.gif) no-repeat right top; right tab image path
}


#layoutBodyContent {
	margin-left:220px;
	min-height:500px;
}
#layoutBodyContent h1{
	color:#000000;
	font-weight:bold;
	font-size:24px;
}
#layoutBodyContent h2{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}
#layoutBodyContent p {
	margin-top:10px;
}
#layoutCenterBody {
	margin:10px 10px 0 10px;
	color:#000000;
	height:auto;
	text-align:justify;	
}
#layoutCenterBody  li {
text-align:left;
	margin:5px 0;
}


#layoutNavigation {
	width:200px;
	float:left;
	height:auto;
	margin-top:5px;
	text-align:left;
}

#layoutNavigation a{
font-weight:bold;
}




/* footer */
#footer {
	background:url(img/footer.jpg) no-repeat;
	background-position:center;
	height:141px;
	text-align:center
}
#ftlink {
	padding-top: 30px;
	text-align:center;
}
#ftlink, #copyright {
	padding-bottom:8px;
}


a:link{
color:#000066;
}
a:visited{
color:#7602A2;
}
/*a:hover{
color:;
text-decoration:none;
}*/
a:active{
color:#9900FF;
text-decoration:none;
}

#sidebar{ 
width:200px; 
height:20px; 
background:url(img/sidebar.gif) no-repeat;
}


.maincontent {
 /*min-height: 80px;
 display: inline; /* IE Hack */
/* float: left;*/
 margin-bottom: 7px;
 margin-left:25px;
 width: 530px;
 height:auto;
}
.maincontent h1{
text-align:center;
}

.content-mid {
 background-image:url(img/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
/*	.content-mid img
{
float:left;	
	margin:3px 10px 14px 0px;
/*	height:100px;
	width:100px;
}*/
.UnderImg{
font-style:italic;
font-size:12px;
text-align:center;
}

.LeftImg{
float:left;
margin:3px 10px 14px 0px;
}
.DecImg{
margin:0px 5px 0px 5px;
}
.ForGallery{
padding:10px 20px 10px 20px;
}
