img
{
	border-style: none;
}

.floatleft { float: left; margin: 0px 0px 0px 0px; }

img.floatLeft { 
    margin-top: 10px;
	float: left; 
    margin-right: 20px;
	margin-bottom: 10px;
}

img.floatLeft2 { 
    margin-top: 5px;
	float: left; 
    margin-right: 20px;
	margin-bottom: 10px;
}

img.floatRight { 
    float: right; 
    margin-left: 5px;
	margin-bottom: 5px;

}


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 460px;
	margin: 0 auto;
	background: #000;
	padding-top: 10px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 12pt;
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9;
	color:#666666;
	margin-right: 40px;
}

#contentmedia {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 460px;
	margin: 0 auto;
	background: #000;
	padding-top: 10px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 12pt;
	opacity:0.95;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	color:#666666;
	margin-right: 40px;
}

#content2 {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	background: #000;
	padding-top: 10px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 12pt;
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9;
	color:#666666;
	margin-right: 40px;

}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 20px 0 0 0;
}
	
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}	


#navbar2 {
	width: 100%;
	height: 30px;

	
}

#navbar2 ul {
	width: 460px;
	margin: 0px;
	padding: 0px;
    white-space: nowrap;
}

#navbar2 li {
	width: 460px;
    list-style-type: none;
    display: inline;
}

#content_img {
	text-align: left;
}

.date {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: uppercase;
}

.title2 {
	font-size: 12pt;
	line-height: 18pt;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
.subline {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
	color:#CCCCCC
	
}

.credit {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color:#666666
	
}

#network {
	width: 460px;
	height: 60px;

	
}

#network ul {
	float: left;
	margin: 0px;
	padding: 0px;
    white-space: nowrap;
}

#network li {
    list-style-type: none;
    display: inline;
}

