.wrapper
{
	background-image: url("../img/content-mid-index.png");
	background-repeat: repeat-y;
	padding: 10px 30px 10px;
}

.clear
{
	clear:both;
}

.center
{
	margin: 0px auto;
}
.container
{
	width: 1000px;
}

#header
{
	background-image: url("../img/headerbg.png");
	background-repeat: no-repeat;
	height: 145px;
}

#menu
{
	background-image: url("../img/menu.png");
	background-repeat: no-repeat;
	height: 50px;
}
#menu .menu-items
{
	padding: 5px 30px 5px 10px;
	line-height: 16px;
	font-size: 11px;
}

#menu li
{
	float: left;	
	list-style-type: none;
	line-height: 355%;
}
#menu li a
{
	text-decoration: none;
	display: block;
	width: 100px;
	color: #ffc10c;
	text-align: center;
}
#menu li a:hover, #menu li a.active
{
	background-image: url("../img/menu-hover.png");
	background-repeat: no-repeat;
}


/* **Content styles** */
#content-top
{
	background-image: url("../img/content-top.png");
	background-repeat: no-repeat;
	height: 15px;
}
#content-bottom
{
	background-image: url("../img/content-bottom.png");
	background-repeat: no-repeat;
	height: 15px;
}

/* **Footer styles** */
#footer
{
	background-image: url("../img/footer.png");
	background-repeat: repeat-y;
	height: 80px;
}
#footer .contents
{
	/*padding: 25px 30px 0px;*/
	padding: 20px 25px 0px 30px;
	line-height: 16px;
	font-size: 11px;
	color:#000;
}
#footer .contents .left
{
	
}
#footer .contents .right
{
	float:left;
	/*width:740px;*/
	width:745px;
	text-align:right;
}
#footer .contents .right a
{
	margin-left:10px;
}

