/* Styles for the home page of S&M's */

body {
	background-color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: small;
	margin-top: 0;
}

a {
	color: #990033;
	text-decoration: none;
}

a:hover {
	color: #990033;	
	text-decoration: underline;
}

a:visited {
	color: #990033;	
}

h1 {
	font-size: small;
	font-weight: normal;
	margin: 0;
	padding-bottom: 12px;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#headarea {
	width: 800px;
	height: 235px;
	margin: 0px;
}

#headerleft {
	width: 382px;
	height: 176px;
	float: left;
}

#headerright {
	width: 418px;
	height: 235px;
	float: right;
}

/* Navigation begins */

#nav {
	float: left;
	width: 382px;
	height: 59px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 21px;
}

#nav ul li {
	height: 21px;
	float: left;
	display: inline
}

.home a {
	width: 59px;
	height: 21px;
	background-image: url(../images/home_rollover.png);
	display: block;
	text-decoration: none;
}

.home a:hover {
	width: 59px;
	height: 21px;
	background-image: url(../images/home_rollover.png);
	background-position: 0 21px;
	display: block;
	text-decoration: none;
}

.about a {
	width: 89px;
	height: 21px;
	background-image: url(../images/about_rollover.png);
	display: block;
	text-decoration: none;
}

.about a:hover {
	width: 89px;
	height: 21px;
	background-image: url(../images/about_rollover.png);
	background-position: 0 21px;
	display: block;
	text-decoration: none;
}

.events a {
	width: 72px;
	height: 21px;
	background-image: url(../images/events_rollover.png);
	display: block;
	text-decoration: none;
}

.events a:hover {
	width: 72px;
	height: 21px;
	background-image: url(../images/events_rollover.png);
	background-position: 0 21px;
	display: block;
	text-decoration: none;
}

.gallery a {
	width: 82px;
	height: 21px;
	background-image: url(../images/gallery_rollover.png);
	display: block;
	text-decoration: none;
}

.gallery a:hover {
	width: 82px;
	height: 21px;
	background-image: url(../images/gallery_rollover.png);
	background-position: 0 21px;
	display: block;
	text-decoration: none;
}

.contact a {
	width: 80px;
	height: 21px;
	background-image: url(../images/contact_rollover.png);
	display: block;
	text-decoration: none;
}

.contact a:hover {
	width: 80px;
	height: 21px;
	background-image: url(../images/contact_rollover.png);
	background-position: 0 21px;
	display: block;
	text-decoration: none;
}

/* Navigation ends */

#content {
	width: 492px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	text-align: justify;
	float: left;
}

#content p {
	margin-top: 0;
}

#colright {
	width: 270px;
	float: right;
	padding: 4px;
}

#welcome {
	width: 262px;
	border-bottom: 1px solid;
	border-color: white;
	text-align: center;
	padding-bottom: 8px;
}

#news {
	width: 262px;
	margin-top: 12px;
	text-align: center;
}

#news pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

#pictures {
	clear: both;
	width: 800px;
	height: 174px;
	padding-bottom: 16px;
}

#pictures img {
	float: left;
	padding: 2px;
}

#footer {
	clear: both;
	width: 800px;
	border-color: white;
	border-top: 1px solid;
	padding-top: 4px;
	padding-bottom: 12px;
	font-size: 0.8em;
}

.floatleft {
	float: left;
	padding: 0;
}

.floatright {
	float: right;
	padding: 0;
}
