/* NewscastStudio Master Stylesheet */
/* Copyright (C) 2008 Clearhill. All rights reserved. */


/* Body tags */

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(images/main_bg.jpg) top center no-repeat #000066;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: left;
}

/* Layout and text */

.wrapper {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}

.wrapper li {
	line-height: 20px;
}

.nav {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.nav a {
	text-decoration: none;
	padding: 4px;
	color: #000066;
	background: #FFFFFF;
	-moz-opacity:.50;
	opacity:.50;
	-moz-border-radius: 5px;
 	border-radius: 5px;

}

.nav a:hover {
	color: #000066;
	background: #FFFFFF;
	-moz-opacity:.80;
	opacity:.80;
} 

h1 {
	font-size: 21px;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-weight: normal;
}

/* test */

td.body {
	text-align: left;
	padding-left: 300px;
	padding-top: 140px;
	padding-right: 300px;
	color: #FFFFFF;
}

.single {
	text-align: left;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
}




/* Images */

img {
	border: 0;
	border-bottom: 0px;
}

/* Links */

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}