body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Georgia, Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #811412;
}

a {
	color: #811412;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #EEEEEE;
	border-top: 3px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 3px solid #ccc;
	border-right: 2px solid #ccc;
	padding-top: 15px;
}

#header #comingUp{
	float:left;
	text-align:center;
	width:400px;
	font-weight:bold;
	position: relative;
	top: -10px;
	font-size: 14px;
}

#header #headerLinks {
	text-align: right;
}

#headerLinks IMG {
	margin-right: 15px;
}

#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: auto;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 16px;
	background: #eee;
}

#menu li {
	float: right;
	margin: 0;
	
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 12px;
	line-height: 45px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}















/* Middle
-----------------------------------------------------------------------------*/
#content {
	background-color: #DDD;
	padding: 0 0 300px;
	border: 3px solid #BBB;
	font-size: 1.2em;
}

#content STRONG {
	font-weight: bold;
}

#content UL {
	list-style-type: circle;
}

#logobar {
	margin: 10px 0px;
}

#content #mainContent {
	background-color: #EEE;
	margin-right: 300px;
	border-right: 1px solid #CCC;
}
 
#content #sideBar {
	float: right;
	padding:20px 30px;
	width:240px;
}

#sideBox {
	margin-bottom: 50px;	
}

#sideBox LI {
	margin-bottom: 15px;
}

.contentBox {
	padding: 25px 18px 10px 18px;
	line-height: 1.4em;
}

.contentBox IMG {
	float:left;
	margin-right: 25px;
}

.blogTitle {
	font-size: 24px;
	font-weight: bold;
	color: #640f00;
	margin-bottom: 20px;
	border-bottom: 1px solid #AAA;
}

.sideBoxTitle {
	color: #222;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #AAA;
}

.datePosted {
	color: #AAA;
	font-size: 12px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -300px auto 0;
	background: #640f00;
	padding-top: 40px;
	color: #CCC;
	font-size: 14px;
}

#footer A {
	color: #FFF;
}

#footer #ftLinks {
	margin-left: 100px;
	width: 300px;
}

#ftLinks LI {
	padding-bottom: 5px;
}

#ftLinks A {
	color: #CCC;
}

#footer #ftShirts {
	float: right;
	margin-right: 100px;
	width: 500px;
}

#footer .title {
	color: #FFF;
	font-weight: bolder;
	font-size: 24px;
	border-width: 50%;
	margin-bottom: 30px;
}
.red {
	color: #811412;
}

#mission {
	padding: 50px;
	text-align:center;
}