@charset "utf-8";
/* CSS Document */



 


#content #main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9900FF;
	font-style: normal;
	
	
}
#content #main {
	width: 60%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	
	
}
#content #main {
	padding-right: 5px;
}
#content #bar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFCCCC;
}
#content #bar a {
	font-size: 18px;
	color:#FFCCCC;
	text-decoration: none;
}
#content #vid {
	float: right;
	width: 42%;
}
#content #main {
	width: 55%;
}
#content #vid {
	float: right;
}
#content #main {
	float: left;
	padding-left: 15px;
}
#content #asseen {
	float: right;
	padding-right:60px;
}
#content #bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content #bar li {
	float: left;
}
#content #bar a {
	height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left:5px;
	/*margin: 5px;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCCCC;
	display: block;
}

a img {border:none;} 

#content #bar {
	background-color: #FFCCCC;
}
#content #bar {
	height: 40px;
}
#content #bar a {
	color: #000000;
	background-color: #FFCCCC ;
}
#content #bar a:hover {
	color: #000000;
	background-color: #cdd409;
	text-decoration: none;
}
#content #header {
	background-color: #FFCCCC;
	
}
#content #asseen a {
	text-decoration: none;
}
#content #wrapping {
	background-color: #FFFFFF;
}
#content #main a {
	color: #FFCCCC;
}
#content #main a:visited {
	color: #FFCCCC;
}
#content #main a:hover {
	color: #000066;
	text-decoration: underline;
}
#content #vid #example1 img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content #vid #exampleimgs p {
	padding-left: 135px;
}

body {
 margin: 0px;
	padding: 0px;
	
}


html, body, #content {height: 100%;}


body > #content {height: auto; min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 5%;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -2%; /* negative value of footer height */
	height: 4%;
	clear:both;
	background-color:#000000;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
