/*control main elements*/
body {
	margin:0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	background-color:#000;
	font:1.0em Arial, Sans-serif;
	color:#FFF;
	line-height:1.2em;
	}
	/*control selectors*/
p {
	margin:0px;
	padding:5px 10px 5px 10px;
	text-align:justify;
	}
#footer p {
	margin:10px;
	padding:5px 10px 5px 10px;
	font-size:0.8em;
	text-align:center;
	}
h1 {
	font-size:1.2em;
	padding:10px 10px 5px 5px;
	margin:5px;
	}
h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0px 10px 5px 5px;
	margin:5px;
	}
h3 {
	font-size:1.0em;
	font-weight:bold;
	padding:0px 10px 5px 5px;
	margin:5px;
	font-style:italic;
	color:#92AFF5;
	}
h4 {
	font-size:0.9em;
	font-weight:bold;
	padding:0px 10px 5px 10px;	
	margin:0px;
	font-style:italic;
	color:#B0B0B0;
	}
h5 {
	font-size:12px;
	font-weight:bold;
	padding:0px;	
	margin:0px;
	}
h6 {
	font-size:0.9em;	
	font-weight:normal;
	letter-spacing:3px;
	color:#FFF;
	padding:0px 5px;	
	margin:0px 5px;
	}
ul {
	list-style-type:square;
	text-align:left;
	line-height:1.4em;
	padding:0px;
	margin-left:50px;
	}
	/*control links*/
a:link {  color: #C9D8FA;
	text-decoration:underline;
	}
a:visited {  color: #92AFF5;
	text-decoration:none;
	}
a:hover {  color: #F00; 
	text-decoration:none;
	}
a:active {  color: #0FF; 
	text-decoration:none;
	}
#container {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#000;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	}
#header {
	width:900px;
	margin:0px auto;
	}
#footer {
	width:900px;
	height:50px;
	margin:0px auto;
	padding:0px;
	clear:both;
	background-image:url(images/background-footer.jpg)
	}
#containerindex {
	width:800px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/bg-content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#content {
	width:880px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	}
#content2 {
	width:700px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	}
#content3 {
	width:800px;
	margin:0px;
	padding:0px;
	}
#wimpy {
	width:340px;
	float:right;
	padding:0px 10px;
	}
.moreabout {
	width:660px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	border-bottom:2px solid #F33;
	}
.moreabout2 {
	width:660px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	}
.border {
	border:1px solid #006;
	}
.borderU {
	border-bottom:1px solid #006;
	}
.highlight {
	font-size:1.0em;
	font-weight:bold;
	padding:5px;	
	margin:0px;
	}
hr {
	border: 1px solid #0E0C6D;
	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
.floatright {
	float:right;
	margin: 5px 10px;
	}
.floatleft {
	float:left;
	margin: 0px 0px 0px 30px;
	}
.red {
	color:#FF0000;
	}
.strikeout {
text-decoration:line-through;
	}
.form {
	border: 1px solid #003399;
}
.gap {
	margin-left:80px;
	}
.clear {
	clear:both;
	}
.alignright {
	margin-left:83px;
	}

#spacer {
	margin:10px;
	background-color:#FFB310;
	}
.strikethrough {
	text-decoration:line-through;
	}
	/* styling of the Flowplayer container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 5px 10px;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}
.show {
	width:670px;
	padding:10px;
	}
.show2 {
	width:300px;
	padding:10px;
	}
.show3 {
	width:300px;
	padding:10px;
	float:right;
	}
.indexpad {
	padding:0px 5px;
	}
