/* CSS Document */
body {
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
	background-color:#FBC2EB;
}

.container {
	margin: 0 auto;
	width: 950px;
	}

.header {
	float: left;
	width:950px;
}

.content {
	float: left;
	width:950px;
}

.contenttop {
	float: left;
	width:906px;
	margin:0px;
	margin-left: 44px;
	height: 10px;
	background:url(images/top.jpg);
	background-repeat: no-repeat;
}

.contentmidden {
	color:#5E0D43;
	float: left;
	width: 826px;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	margin-left: 44px;
	background:url(images/cbg.jpg);
	background-repeat:repeat-y;
}
.contentmidden a{
	color:#5E0D43;
}
.contentbottom {
	float: left;
	width:906px;
	margin:0px;
	margin-left: 44px;
	height: 40px;
	background:url(images/bottom.jpg);
	background-repeat: no-repeat;
	
}

.footer {
	float: left;
	width:950px;
}