<!--

body {
	font-family:		'Century Gothic','Helvetica';
	color:				#000;
	background-color:	#fff;
	margin:				0;
	margin-top:			20px;
	padding:			0;
}

img {
	border:				0;
}

.header {
	margin: 			0 auto;
	width:				649px;
	padding-bottom:     50px;
}

.page {
	margin:				0 auto;
	width:				1050px;
}

#menu {
	float:				left;
	width:				538px;
}
#menu ul {
	margin:				0;
	padding:			0;
	list-style-type:	none;
}
#menu li {
	display:			block;
	float:				left;
	margin-left:		15px;
}
#menu ul.text li {
	text-align:			center;
	width:				160px;
}
#menu ul.text li a {
	color:				#000;
	text-decoration:	none;
	font-size:			27px;
}

#header {
	float:				left;
	background-image:	url(./images/home/header.jpg);
	width:				311px;
	height:				244px;
	margin:				30px 80px;
}


a {
	text-decoration:	underline;
	color:				#660000;
}

#info-box a {
	text-decoration:	underline;
	color: 				#FFFFFF;
}

.dots {
	float:				left;
}
.pink {
	margin-left:		-10px;
	margin-top:			70px;
}
.blue {
	margin:				5px 20px 0;
}
.wide {
    width:600px;
}
.wide p {
    margin-top: 0;
}
.small, .wide {
	float:				left;
	margin-left:		20px;
}
.small p {
	width:				250px;
	margin:				0;
}

#info-box {
	height:				275px;
	background-color:	#6D0D29;
	border-top:			6px solid #bae2f8;
	border-bottom:		6px solid #bae2f8;
	clear:				both;
}
#info-box .info-box-content {	
	float:				left;
	height:				275px;
}
#info-box p {
	font-size:			12px;
	margin:				20px 0 0 40px;
	padding:			10px;
	width:				415px;
	color:				#fff;
}
#info-box .left {
	background:			#6e0c2a url(./images/home/content-left.jpg) no-repeat center center;
	width:				504px;
}
#info-box .right {
	background:			#6e0c2a url(./images/home/content-right.jpg) no-repeat center center;
	width:				547px;
}

#footer {
	margin:				0 auto;
	width:				877px;
}
#footer .left {
	background:			transparent url(./images/home/footer-left.png) no-repeat;
	float:				left;
	width:				418px;
	height:				83px;
}
#footer .right {
	background:			transparent url(./images/home/footer-right.png) no-repeat;
	float:				right;
	width:				459px;
	height:				83px;
}
p#copyright {
	clear:				both;
	text-align:			center;
	margin:				0;
	color:				#636363;
	font-size:			12px;
	padding-top:		7px;
}
// -->
