@charset "utf-8";
#outer_container {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#outer_container #container {
	clear: both;
	width: 800px;
	margin-right: 100px;
	margin-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#outer_container #container #header {
	width: 770px;
	background-color: #F0D8E5;
	padding: 15px;
	margin-bottom: 10px;
}
#outer_container #container #navbar {
	clear: both;
	margin-right: 20px;
	margin-left: 25px;
}
#outer_container #container #left_column {
	padding: 10px;
	float: left;
	width: 160px;
	border: medium dotted #42210B;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 15px;
}
#outer_container #container #left_column #club {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #42210B;
}
#outer_container #container #left_column #diet {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #42210B;
}
#outer_container #container #left_column #newslettersignup {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #42210B;
}
#outer_container #container #left_column #competition {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #42210B;
}

#outer_container #container #right_column {
	float: right;
	width: 570px;
}
#outer_container   #container   #right_column #story {
	width: 530px;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}


#outer_container #container #footer {
	clear: both;
	background-color: #F0D8E5;
	margin: auto;
	height: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#outer_container #container #footer #cmwebsite2 {
	cursor: pointer;
	clear: right;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/cmwebsite_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 20px;
}
h1 {
	font-size: large;
	color: #42210B;
	font-weight: bold;
}
h2 {
	font-size: large;
	color: #42210B;
	font-weight: normal;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #42210B;
}
h4 {
	font-size: medium;
	color: #42210B;
	font-weight: normal;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #42210B;
}

p {
	font-size: small;
	color: #824539;
}
li {
	line-height: normal;
}

a:link {
	color: #710071;
	text-decoration: none;
}
a:visited {
	color: #710071;
	text-decoration: none;
}
a:hover {
	color: #710071;
	text-decoration: underline;
}
.image_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
