body {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	background-image: url(../images/back.png);
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#wrap #nav_wrap {
	border-top-color: #01B7CC;
	border-right-color: #01B7CC;
	border-left-color: #01B7CC;
	border-bottom-color: #01B7CC;
}
#nav, #nav ul {
	float: left;
	width: 955px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	color: #01B7CC;
}
#nav a:hover{
	color: #000000;
}
#nav li {
	float: left;
	padding: 0;
	margin-right: 1px;
}

#nav li ul {
	position: absolute;
	height: auto;
	width: 14em;
	font-weight: normal;
	border-top-width: 0em;
	border-right-width: 0em;
	border-bottom-width: 0em;
	border-left-width: 0em;
	margin: 0;
}
#nav li:hover, #nav li.sfhover {
	background-color: #01B7CC;
}
#nav .current {
	background-color: #01B7CC;
	color: #000000;
}
#nav .current li a:hover, #nav .current a:link, #nav .current a:active,  #nav .current a:visited{
	color: #000000;
}
#submenu, #submenu ul {
	float: left;
	width: 955px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background-color: #01B7CC;
}

#submenu a {
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	color: #FFFFFF;
}

#submenu a.daddy {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#submenu li {
	float: left;
	padding: 0;
}

#submenu li ul {
	position: absolute;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
	border-top-width: 0em;
	border-right-width: 0em;
	border-bottom-width: 0em;
	border-left-width: 0em;
}

#submenu a:hover {
	background-color: #01A6B8;
}
#blank{
	height: 5px;
}
#header {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrap #nav_wrap .clear {
	clear: both;
}
#wrap #breadcrumb {
	background-color: #FE4833;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}
#wrap #content h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.thumb {
	float: left;
	height: 50px;
	width: 50px;
	background-color: #FF0099;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#video_wrap {
	text-align: center;
	padding-bottom: 20px;
	color: #F273C2;
}

.thumb a:hover img{
    opacity: 0.55;
    filter:alpha(opacity=55);

}
.video_thumb {
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 28px;
	margin-left: 0px;
	color:#FFFFFF;
	font-size:0.8em;
}

.video_inner {
	height: 200px;
	width: 250px;
	background-color: #FF0099;
}
.video_inner a:hover img{
    opacity: 0.55;
    filter:alpha(opacity=55);
}


#thumb_wrap {
	color: #FF0099;
}
#thumb_wrap img{
border:none;
}
#thumb_wrap p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
.clear {
	clear: both;
}

#wrap #content {
	padding: 16px;
}
#wrap #content #text {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
#text a:link, #text a:active, #text a:visited{
	color: #FF0099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0099;
}
#text a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;

}
#wrap #footer {
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	text-align: center;
	color: #01B7CC;
	font-size: 0.9em;
}

