@import url('reset-min.css');
@import url('fonts-min.css');

body {
	background-color: #001e5b;
	font-family: 'Times New Roman';
}

	body#enlarge {
		background-color: #fff;
	}

a {
	text-decoration: none;
}

a:visited {
	color: #00f;
}

h1 {
	color: #009bba;
	font-weight: bold;
	font-size: 108%;
}

h2 {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrap {
	background-color: #fff;
	margin: 8px auto auto auto;
	width: 938px;
}

#masthead {
	background: #30507f url('../images/masthead.jpg') no-repeat top left;
	height: 237px;
	width: 938px;
}

	#masthead ul {
		left: 323px;
		top: 10px;
		position: relative;
		text-align: right;
		width: 470px;
	}

		#masthead li {
			display: inline;
			padding-right: 12px;
		}
		
			#masthead li a {
				border-right: 1px solid #fff;
				color: #fff;
				font-size: 92.5%;
				font-weight: bold;
				padding-right: 14px;
			}

			#masthead li a.last {border-right: none;}

	#masthead #home_button {
		display: block;
		left: 20px;
		top: 30px;
		height: 60px;
		width: 450px;
		position: relative;
	}

#main {
	background: #fff url('../images/sidebar_bg.png') repeat-y top left;
}

#sidebar {
	background-color: #30507f;
	float: left;
	padding-top: 14px;
}

	#sidebar ul {
		margin-bottom: 36px;
		width: 154px;
	}

	#sidebar ul li {
		padding-bottom: 12px;
		padding-left: 19px;
		width: 130px;
	}
	
		#sidebar ul li a.parent {
			background: transparent url('../images/submenu_icon.gif') no-repeat 100% 60%;
			padding-right: 10px;
		}
	
		#sidebar ul li a {
			color: #fff;
			font-size: 92.5%;
		}
		
			#sidebar ul li ul {
				background-color: #009bba;
				border: 1px solid #fff;
				border-left: none;
				border-right: none;
				margin-top: 2px;
				margin-bottom: 0;
				padding: 4px 0;
				position: relative;
				left: -20px;
			}
		
			#sidebar ul li ul li {
				background: transparent url('../images/bullet_sidebar.gif') no-repeat 20px 6px;
				padding-left: 30px;
				padding-right: 0;
				padding-bottom: 0;
			}
			

#content {
	color: #2e507d;
	line-height: 1.2em;
	margin-left: 140px;
	padding-left: 26px;
	padding-top: 36px;
	padding-right: 150px;
	padding-bottom: 36px;
}

	body.wide #content { padding-right: 0;}
	
	#content p {
		padding-bottom: 1.4em;
		font-size: 92.5%;
	}
	
	#content ul {
		margin-bottom: 1.4em;
	}

	#content li {
		background: transparent url('../images/bullet.png') no-repeat 12px 7px;
		font-size: 92.5%;
		padding-bottom: 1px;
		padding-left: 2em;
		list-style-type: none;
	}
	
	body#home #content { text-align: center; }
	body#home #content h1 {
		font-size: 154%;
		line-height: 1.2em;
		margin: auto;
		padding: 40px 0 0 0;
		width: 480px;
		
	}
		body#home #content p {
			font-size: 123.5%;
			margin: auto;
			line-height: 1.4em;
			width: 480px;
		}
	
	table { margin-left: 2px; }
	
	table th {
		font-weight: bold;
		vertical-align: top;
	}
	
		table th#team { width: 9em;}
		table th#boat { width: 200px; }
		
		table th#year { width: 12em;}
	
		table td {
			padding: 4px 12px 4px 0;
			vertical-align: top;
			text-align: left;
			border-bottom: 1px solid #eee;
		}
		
	label {
		font-weight: bold;
		float: left;
		display: block;
		width: 100px;
	}
	
	input,
	textarea,
	select {
		width: 220px;
	}
	
	textarea { height: 100px;}
	
		input#submit {
			width: 100px;
			margin-left: 220px;
		}
		
	body.gallery #content img {
		padding-right: 12px;
		padding-bottom: 12px;
	}
	
	body.gallery h1 {
		margin-bottom: 1em;
	}
	
#footer {
	clear: both;
	background: #fff url('../images/footer_bg.png') no-repeat top left;
	height: 80px;
	position: relative;
	width: 938px;
}

	#footer a {
		padding: 0 10px;
		top: 20px;
		position: relative;
	}
	
		#footer a#crewsin { margin-left: 8px; }
		#footer a#barambah { margin-left: 30px; }
		
	