* {
	margin:0;
	padding:0;
}

html, body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#00849a;
}

#wrapper {
	width:769px;
	margin:1px auto;
}

#header {
	width:769px;
	height:90px;
	background:url(../images/header.gif) no-repeat;
}

#middle {
	width:769px;
}

#page {
	width:769px;
	min-height:580px;
	height:auto !important;
	height:580px;
	background:url(../images/page.gif) repeat-y;
}

#heading {
	height:40px;
	width:733px;
	padding:0 18px;
	line-height:32px;
	background:url(../images/heading.gif) no-repeat;
	font-size:0.8em;
	font-weight:bold;
	text-align:right;
}

#bottom {
	height:40px;
	width:769px;
	line-height:40px;
	background:url(../images/bottom.gif) no-repeat;
}

.tile {
	position:relative;
	width:229px;
	height:270px;
	background:url(../images/tile.gif) no-repeat;
	margin:7px auto;
}

.tile a {
	color:#fff;
	text-decoration:none;
}

.tile a:hover {
	text-decoration:underline !important;
}

.image1 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/1.jpg) no-repeat; }
.image2 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/2.jpg) no-repeat; }
.image3 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/3.jpg) no-repeat; }
.image4 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/4.jpg) no-repeat; }
.image5 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/5.jpg) no-repeat; }
.image6 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/6.jpg) no-repeat; }
.image7 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/7.jpg) no-repeat; }

.title {
	width:196px;
	height:20px;
	line-height:20px;
	font-size:0.75em;
	font-weight:bold;
	color:#fff;
	position:relative;
	left:19px;
	top:38px;
	text-align:right;
}

.text {
	width:196px;
	height:90px;
	left:17px;
	top:162px;
	position:absolute;
	font-size:0.75em;
	color:#fff;
}

.text h3 {
	font-size:1em;
	margin-bottom:4px;
	font-weight:bold;
}

#special {
	color:#fff;
	padding:16px;
	font-size:0.8em;
}

#footer {
	width:749px;
	margin:5px auto;
	border-top:1px solid #ffd65a;
	padding-bottom:6px;
	padding-top:3px;
}

#footer p {
	color:#fff;
	font-size:0.8em;
	line-height:1.3em;
	text-align:center;
}

#footer p a {
	color:#fff;
	font-weight:bold;
}

#left {
	width:203px;
	float:left;
	padding:5px 18px 10px 18px;
	font-size:0.8em;
	color:#fff;
}

#right {
	width:500px;
	float:left;
	padding:5px 15px;
	font-size:0.8em;
	color:#000;
}

#left p {
	margin-bottom:10px;
}

#left p a {
	color:#fff;
	text-decoration:none;
}

#left p a:hover {
	text-decoration:underline;
}
#right h3 {
	margin-bottom:8px;
}
