body {
	/*background-image: url('../images/bg_body.gif');
	background-position: center top;
	background-repeat: no-repeat;*/
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
#outer {
	width: 900px;
	margin: 0px auto;
}
#videos {
	text-align: center;
	height: 567px;
}
#stripe_top {
	margin-top: 18px;
	margin-bottom: 16px; 
	text-align: center;
}
#stripe_bottom {
	margin-top: 15px;
	text-align: center;
}
#text_body {
	padding: 0px 20px;
}
#text_body h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #eb3351;
	font-size: 14px;
	text-transform: uppercase;
	clear: both;
}
#text_body p {
	margin: 0px;
}
#text_body .img_title {
	margin-bottom: 14px;
}
#links, #links li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightbox {
	padding: 0px 0px 0px 30px;
	background-image: url('../images/bg_sidebar.gif');
	background-repeat: no-repeat;
	height: 480px;
	float: right;
	width: 129px;
	overflow: hidden;
}
#links {
	padding-top: 3px;
}
#links li {
	margin: 3px 0px;
}
#links li a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
}
#links li a:hover {
	text-decoration: underline;
}
#links li span.arrow {
	color: #eb3351;
	font-size: 18px;
}
#footer {
	color: #585858;
	font-size: 10px;
	padding: 20px;
	text-align: center;
}
#footer a {
	display: inline-block;
	margin: 0px 10px;
	color: #585858;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.first {
	margin-left: 0px;
}
#leftbox {
	width: 648px;
	padding-right: 20px;
}
#leftbox ul {
	width: 500px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style-position: inside;
}
#leftbox ul li {
	width: 50%;
	float: left;
	margin: 0px; padding: 0px;
}
#leftbox h3 {
	padding-top: 20px;
	clear: left;
}
#altcontent {
	position: relative;
}
#altlink {
	position: absolute;
	top: 352px;
	left: 0px;
}
