@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.3em;
	background: #bfb9c0 url(media/bg.png) no-repeat center top;
	text-align: center;
}
#wrap {
	width: 901px;
	height: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	background: url(media/bg-shade.png) repeat;
}

body a {
	color: #F261CB;
	text-decoration: none;
}
#head {
	text-align:right;
	position: relative;
	width: 903px;
	height: 140px;
	display: block;
	}
#logo {
	position: absolute;
	width: auto;
	top: 0;
	left: 20px;
	background: url(media/logo-bg.png) no-repeat;
}
	
#nav {
	position: absolute;
	right: 39px;
	top: 90px;
	}

#head_nav {
	list-style: none inside;
}

#head_nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	}

#head_nav li {
	float: left;
	margin:4px;
	}
#content {
	position:relative;
	margin: 0 0 0 10px;
	padding: 15px;
	}
.AccordionPanelContent {
	position:relative;
	width:100%;
	height:160px;
	display:block;
	text-align:left;

}
.leftcol {
	position:relative;
	float:left;
	margin:10px;
	width: 400px;
}
.rightcol {
	margin-left:450px;
	width:40%;
}
.tab {
	width:800px;
	height:35px;
	background: url(media/bar.png) repeat-x;
}
.white {
	background-color:#FFFFFF;
	border:#FFFFFF;
	margin-left: 60px;
	padding:5px;
	text-align:left;
	float:left;
	}
.clear {
	clear: both;
	}
.Box {
	width: 220px;
	float:left;
	text-align:justify;
	padding:0 10px;
	margin-right:10px;
	background-color:#b8a298;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	}
.Box p {
	margin-left:100px;
	font-size:92%;
	line-height:92%;
}
.img {
float:left;
margin:15px 10px 10px 0;
}

