﻿#body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#body a {
	color: #FFFFFF;
}

#body p {
	padding-top: 0;
	margin-top: 0;	
	color: #FFFFFF;
	font-size: large;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 964px;
	text-align: center;
}

#header {
	width: 964px;
	height: 340px;
	background-image:url('../images/heading.jpg');
}

#container {
	width: 964px;
	height: 427px;
	background-color: #BD9BB4;
}

#left {
	width: 198px;
	height: 427px;
	float: left;
	background-image:url('../images/side.jpg');
}

#right {
	width: 198px;
	height: 427px;
	float: right;
	padding: 0;
	margin: 0;
	background-image:url('../images/side.jpg');
}

#content {
	margin-left: 205px;
	margin-right: 205px;
	height: 427px;
	padding: 0px;
	text-align: center;
	font-size: 30px;
	font-family: "Myriad Pro";
}

#footer {
	width: 964px;
	height: 37px;
	margin-top: -16px;
	background-image:url('../images/footer.png');
	clear: both;
	text-align:center;
	vertical-align: bottom;
	font-size: xx-small;
	padding-top: 130px;
}

#footer p {
	font-size: xx-small;
	color: #000000;
}

.tabs {
	padding: 0;
	margin: 0;
	width: 197px;
	list-style: none;
}

.tabs li {
	display: block;
	margin: 0;
	padding: 0;
}

.tabs li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.tabs li img {
	border: 0;
}

#blank {
	height: 100px;
}

#media table {
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0px 1px 0px 1px;
}

#media p {
	text-align: center;
	font-size: x-small;
}

#media img {
	border: 0;
	font-size: small;
}


#demo {
	border-top: 2px #BD9BB4;
	border-bottom: 2px #BD9BB4;
	padding: 90px 2px 2px 2px;	
	vertical-align: bottom;
	font-size: small;
	font-family: "Myriad Pro Regular","Trebuchet MS";
}

#demo a, #demo a:link, #demo a:visited, #demo a:hover, #demo a:focus, #demo a:active {
	color: #000000;
}

#demo p {
	text-align: left;
	color: #000000;
	font-size: small;
}

#demo ul {
	list-style-type:none;
	padding:0;
	margin:1em 0;
	width:100%;
	overflow:hidden;
}

#demo ul span {
	color: #A0A600;
}

#demo li {
	float: left;
	padding-right:1em;
}

#program p {
	font-size: small;
}