body {
	font: .85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #b4b4b4;
	margin-top: 50px;
	height: 565px;
}

#header {
	border-bottom: 1px solid #b4b4b4;
	height: 215px;
	position: relative;
}

#title {
	width: 745px;
	height: 215px;
	background-color: #ccc;
	float: left;
}

#titleSide {
	float: none;
	position: absolute;
	top: 12px;
	right: 230px;
	text-align: right;
}

#titleSide li {
	margin-bottom: 10px;
}

#titleSide a {
	color: black;
}

#titleSide a:hover {
	color: gray;
}

#headerSide {
	width: 214px;
	float: left;
	height: 215px;
	background-color: #bcbcbc;
	border-left: 1px solid #b4b4b4;
	line-height: 1.3em;
}

#headerSide img, #headerSide form {
	margin-left: 15px;
	margin-top: 9px;
}

#headerSide p {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 4px;
	font-size: 12px;
}

#headerSide input {
	margin: 2px 6px 2px 0;	
}
#headerSide form {
	font-size: 12px;
}
#title h1  {
	font-size: 1px;
	color: #ccc;
	width: 435px;
	height: 180px;
	background: url(../img/swallowTailLogo.png) no-repeat;
	margin: 20px 0 0 25px;
}

#club, #tours, #culinary {
	float: left;
	height: 325px;
}

#club img, #tours img, #culinary img {
	padding-top: 20px;
}

#club img {
	padding-left: 14px;
}

#tours img {
	padding-left: 16px;
}

#culinary img {
	padding-left: 7px;
}

#club {
	width: 285px;
}

#tours {
	width: 390px;
}

#tours p, #tours h3, #tours h4 {
	margin: 10px 10px 0 20px;
	line-height: 1.2em;
	font-weight: normal;
}
#tours h3 {
	font-size: 24px;
}
#tours h4 {
	font-size: 24px;
	margin-top: 0;
}
.p-line {
	border-top: 1px solid black;
	padding-top: 10px;
}
#culinary {
	width: 285px;
	float: left;
}

#footer {
clear: both;
	margin-left: 15px;
}

#footer a, #tours h4 a {
	color: #bc4040;
}

#footer a:hover, #tours h4 a:hover {
	color: rgba(188,64,64,0.74);
}

.line1, .line2 {
	width: 1px;
	height: 330px;
	background-color: #b4b4b4;
	position: absolute;
	top: 190px;
	z-index: 0;
}

.line1 {
	right: 54px;
}

.line2 {
	left: -318px;
}

.line3 {
	width: 1px;
	height: 20px;
	background-color: #b4b4b4;
	position: absolute;
	z-index: 0;
	top: 200px;
	left: 143px;
}

