@charset "UTF-8";
/*****************************************************************************************
*																						 *
*	@Copyright: WEPAC Alliance															 *
*	@Filename: mainStyle.css															 *
*	@Version: 1.0																		 *
*	@Author: Ron Steelman (Old Hat Creative)											 *
*	@Description: The main CSS stylesheet that controls the overall layout of the site	 *
*																						 *
*****************************************************************************************/

/* Overall Style */

body {
	background: url(../images/layout/background.jpg) #FFFFFF repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.nostyle {
	background: #f3b9c5;
}

.wrapper {
	width: 910px;
	left: 50%;
	margin-left: -420px;
	position: relative;
}

/* Header Style */

.header {
	width: 910px;
	text-align: center;
	background: none;
	padding-bottom: 5px;
}

/* Side Bar Style */

.sideBar {
	width: 255px;
	height: 100%;
	float: left;
}

/* Content Style */

.content {
	width: 655px;
	background: url(../images/layout/content-bg.png) no-repeat;
	height: 685px;
	overflow-y: scroll;
	float: right;
}

#scheduleButtons {
	margin: 5px 5px 5px 5px;
	text-align: center;
}

#rosterButtons {
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.content dl {
	margin: 10px 15px 10px 10px;
}

.content dt {
	font-weight: bold;
	margin-bottom: 15px;
}

.content dd {
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.content a {
	color: #F05D7B;
	text-decoration: none;
}

.content a:hover {
	color: #f3b9c5;
	text-decoration: none;
}

.content a:active {
	color: #F05D7B;
	text-decoration: none;
}

.content a:visited {
	color: #F05D7B;
	text-decoration: none;
}

.content p {
	margin: 5px 5px 3px 10px;
	padding-left: 10px;
}

.content h2 {
	padding-left: 10px;
}

.content dl img {
	padding-right: 10px;
}

#pad {
	padding: 0px 10px 5px 10px;
}

#pride {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

/* Footer Style */

.footer {
	clear: both;
	text-align: center;
}

.footer img {
	border: none;
}