/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 0;
	background-color: #010141;
	font-family: Arial;
	color: #6599d5;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/backflash.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	background-position: center;	
	background-attachment: fixed;
}

a:link {
	color: #6599d5;
}
a:visited {
	color: #6599d5;
}
a:hover {
	color: #6599d5;
}
a:active {
	color: #6599d5;
}





h1 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	text-transform: capitalize;
}

boldc {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	text-transform: capitalize;
	text-align: center;
	
}

small {
	font-weight: bold;
	font-size: 10px;
	margin-top: 0px;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left; /*re-aligns the text after the hack on the body*/
	background-repeat:repeat-y;
	background-image: url(/images/middle.gif);
	height: auto;
}



#content {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	text-align: left;
}

#top {
	margin-top: 0px;
	
}


#footer {
	background-image: url(/images/bottom.gif);
	width: 760px;
	height: 15px;
	background-repeat: no-repeat;
	background-color: #999999;
}

#video{
	position: relative;
	left:200px;
	width: 170px;
	top: 180px;
	height: 400px;
