body{
	margin:0;
	padding:0;
	width:100%;
	background-color: #ec8f8f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f2e3bc;
	background-repeat:repeat;
}

a:link, a:visited{
	color:white;
	text-decoration:none;
}

a:hover {text-decoration:underline;}

#wrapper{
	width:100%;
	background:url(images/background1.png);
	background-repeat:repeat-x;
	height:652px;
	
}
.right{
	width:663px;
	margin-top:-155px;
	position:absolute;
	}

.header{
	position:absolute;
	z-index:20;
	background:url(images/header.png);
	height:28px;
	width:823px;
	margin-left:177px;
	margin-top:80px;
	color:white;
}

.logo{
	position:absolute;
	z-index:30;
	width:200px;
	height:216px;
}

.content{
	padding-top:17px;
	padding-left:17px;
	width:425px;
}

.info_top{
	background:url(images/info-top.png);
	background-repeat:no-repeat;
	width: 431px;
	height:30px;	
	float:right;
	margin-top:108px;
}

.info_middle{
	background:url(images/info-middle.png);
	background-repeat:repeat-y;
	width: 431px;
	float:right;
	color:#333333;
}
.info_bottom{
	background:url(images/info-bottom.png);
	background-repeat:no-repeat;
	width:431px;
	height:28px;
	float:right;
	position:relative;
	margin-top:-28px;
}

.footer{
	font-size:10px;
	color:#993333;
}