body {
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 192px;
}



/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fanbg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 6px 30px 0px 30px;
	background: url(images/img04.jpg) repeat-y left top;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 650px;
	margin: 0px 20px 20px 20px;
	background: #FFFFFF;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #434343;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 0px;
	border-bottom: 1px #DCDCDC dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
}

.links a {
	display: block;
	width: 110px;
	height: 28px;
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: right;
	width: 230px;
}

#sidebar2 {
	float: right;
	width: 230px;
	margin-top: -228px;
}

.sidebar {
	float: left;
	padding: 0;
	color: #737373;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: #F7F7F7;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #DCDCDC dashed;
	background: none;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.sidebar a {
	color: #737373;
}

.sidebar a:hover {
	color: #BDBDBD;
}


/* Footer */

#footer {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img05.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-transform: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
	text-align: center;
}

#footer a {
	color: #BDBDBD;
}

#footer .link {
}

#footer .copyright {
}

/* Calendar */

#calendar_wrap {
	padding: 0px 0px;
	text-align: left;
	font-size: 11px;
}

#calendar_wrap table {
	width: 100%;
	border: 1px solid #666666;
}

#calendar_wrap th {
}

#calendar_wrap td {
vertical-align:top
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Sponsors */

#sponsors_wrap {
	padding: 10px 10px;
	text-align:center; 
	font-size: 12px;
	letter-spacing: 2px;
}

#sponsors_wrap table {
	width: 100%;
}

#sponsors_wrap th {
}

#sponsors_wrap td {
vertical-align:top;
text-align:center;
}

.sponsors {
	font-size: 11px;
}
.tablewhite {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #DD3431;
	text-align: center;
}

