body {
	background-color: #000000;
	color: #ffffff;
}

#handheld{
	display: none;
}

#mContainer{
	width: 950px;
	margin: auto;
	margin-top: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}

#container {
	width: 950px;
	margin: auto;
	border-color: #666666;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	background-color: #b99263;
	background-image: url(../images/paper_bg.jpg);
	background-repeat: repeat-y;
	margin-top: -8px;
}

#mainC{
	width: 950px;

	background-image: url(../images/paper_bg_head.jpg);
	background-repeat: no-repeat;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 400px;
}

#email {
	height: 25px;
	text-align: right;
	height: 51px;
	margin-top: 0px;
	overflow: hidden;
}

#head {
	background-color: #000000;
	height: 297px;
	margin-top: 0px;
}

#links {
	background-image: url(../images/headers/header_foot.jpg);
	height: 37px;
	padding-left: 75px;
	padding-top: 15px;
	overflow: hidden;
}

#links a{
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-left: 5px;
}

#links a:hover{
	color: #fff;
}

#lCol{
	margin-top: 20px;
	float: left;
	width: 300px;
}

#blog {
	width: 250px;
	margin: auto;
	border: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 5px;
	background-color: #281f0f;
	color: #ffffff;
	margin-top: 15px;
}

#vk {
	width: 250px;
	margin: auto;
	border: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 5px;
	margin-top: 15px;
	background-color: #281f0f;
	color: #ffffff;
}

#quoteHead {
	background: url(../images/show_review_head.png) no-repeat;
	margin-top: -18px;
	height: 90px;
}

#quote {
	color: #ffffff;
	margin-top: -13px;
	margin-left: 10px;
	margin-right: 4px;
}

#quoteFoot {
	background: url(../images/show_review_foot.png) no-repeat;
	margin-top: -30px;
	margin-left: -4px;
}

#twithead {
	background: url(../images/twit_head.png) no-repeat;
	margin-top: -20px;
	height: 78px;
}

#tweet {
	color: #ffffff;
}

#prod {
	width: 250px;
	margin: auto;
	margin-top: 10px;
}

#main {
	float: right;
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	color: #000000;
	font-weight: bolder;
	margin-top: 5px;
}

#footer {
	clear: both;
	text-align: center;
	background-image: url(../images/paper_bg_foot.jpg);
	background-repeat: no-repeat;
	height: 146px;
	overflow: hidden;
}

.email_input { 
	background:#996633; 
	border:none; 
	color:#cc9933; 
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	display: inline;
	margin-right: 5px;
}

li a {
	text-decoration: none;
}

li a:hover {
	color: red;
}

h4 {
	margin-top: 0px;
	margin-bottom: 3px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

#Home .Home, #Blog .Blog, #Program .Program, #Upward .Upward, #Bio .Bio, #Media .Media, #Schedule .Schedule, #Contact .Contact, #Recommendations .Recommendations, #Map .Map{
	color: #ffffff;
}

.red {
	color: red;
	font-weight: bold;
}