html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	}

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	}

#header {
	width: 900px;
	height: 62px;
	background: url('../images/header.jpg') top left no-repeat;
	}

#flashban {
	float: left;
	width: 368px;
	height: 88px;
	padding: 10px 0 0 180px;
	}

#header_contact {
	float: right;
	font-size: 1.1em;
	padding: 15px 10px 0 0;
	}

#page {
	clear: right;
	width: 900px;
	height: auto;
	font-size: 1.1em;
	background: url('../images/page_bg.jpg') top left repeat-y;
	}

#navbar {
	float: right;
	width: auto;
	height: auto;
	margin: 0 -10px 0 0;
	}

#content {
	float: left;
	width: 400px;
	height: auto;
	margin: 0 0 0 30px;
	color: #666666;
	}

#widget {
	float: right;
	width: 188px;
	height: auto;
	padding: 20px 20px 0 0;
	}

#widget_top {
	width: 188px;
	height: 29px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	font-size: 1.4em;
	text-align: center;
	background: url('../images/widget_top.jpg') top left no-repeat;
	}

#widget_main {
	width: 178px;
	height: auto;
	margin: 0;
	padding: 0 2px 2px 0;
	background: url('../images/widget_bg.jpg') top left repeat-y;
	}

#widget_bottom {
	width: 188px;
	height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url('../images/widget_bottom.jpg') top left no-repeat;
	}

#footer {
	clear: both;
	width: 900px;
	height: auto;
	padding: 20px 0 10px 10px;
	font-size: 1.0em;
	color: #787a79;
	}

#footer_text {
	float: left;
	}

#footer_menu {
	float: right;
	padding: 0 20px 0 0;
	}

.clear {
	clear: both;
	}

/* Begin image styles */
img {
	border: none;
	}

#img_swimmer {
	float: left;
	margin: 0 20px 0 0;
	}

.img_nav {
	margin: 0 30px 0 0;
	}

#img_title {
	margin: 20px 0 10px 0;
	}

h1 {
	font-size: 1.4em;
	margin: 20px 0 0 0;
	}

/* Begin font styles */
.txt_blue {
	color: #00adcf;
	}

.txt_pink {
	color: #e5326c;
	}

#txt_bigpink {
	font-size: 1.4em;
	color: #e5326c;
	}

.bold {
	font-weight: bold;
	}

/* Begin link styles */
a:link, a:visited {
	color: #00adcf;
	}

a:hover {
	color: #e5326c;
	}

/* Begin widget styles */
#widget_main {
	padding: 5px;
	color: #666666;
	}

#widget ul {
	margin: 0;
	padding: 0;
	}

#widget ul li {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	list-style: none;
	}
