/* Start of CMSMS style sheet 'styles' */
* {
	margin:0;
	padding:0;
}

html {
	height:101%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#666;
}

a:link, a:visited {
	color:#DE1455;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul.menu li {
float:left;
}

div.container {
	width:900px;
	margin:10px auto;
	padding:10px;
	background:#fff;
}

div.clear-both {
	clear:both;
	font-size:0;
}

div.menu_holder {
	clear:both;
	margin:0 0 10px;
}

a.whole {
	display:block;
	width:100%;
	height:100%;
}

ul.menu {
	list-style:none;
}

ul.menu a:link, ul.menu a:visited {
	color:#000;
	font-size:16px;
	display:block;
	float:left;
	padding:5px 20px;
	border-right:1px solid #DE1455;
	width:auto;
	text-decoration:none;
}

ul.menu a:hover {
	text-decoration:underline;
}

h1.logo {
	display:block;
	float:left;
	width:255px;
	height:300px;
	background:url(uploads/images/rowingclub.png) 0 0 no-repeat;
}

h1.logo span {
	display:none;
}

div.header_image {
	float:right;
	width:635px;
	height:300px;
}

div.content {
	margin:10px 0;
}

p {
	margin:10px 0;
}

h2 {
	padding:5px;
	text-align:center;
	background:#DE1455;
	color:#FFF;
	font-size:23px;
margin:0 0 10px 0;
}

h5 {
font-size:16px;
}

div.footer {
	height:94px;
	background:url(uploads/images/lightblueshade.png) 0 0 repeat-x;
	padding:5px;
}

div.footer * {
	font-size:10px;
	margin:5px 0;
}

div.left_col {
	float:left;
	width:245px;
	background:#D7DBE8;
	padding:5px;
	margin:10px 10px 0 0;
}

div.right_col {
	float:right;
	width:635px;
	margin:10px 0 0 0;
}

div.left_col h4 {
	font-size:18px;
}

div.left_col_sub h4 {
	font-size:18px;
margin:0 0 10px 0;
}

div.left_col_sub {
float:left;
width:245px;
padding:10px;
background:#D7DBE8;
margin:0 10px 0 0;
}

ul.children {
list-style:none;
}

ul.children a {
display:block;
margin:0 0 10px 0;
color:#DE1455;
text-decoration:underline;
}
/* End of 'styles' */

