/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
padding: 5px;
background-color: #000;
} 

a:link {	
color: #d7d7d7; text-decoration: none
}

a:visited {	
color: #ff9933; text-decoration: none
}

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

#container {
padding: 5px 10px 5px 10px;
width: 980px;
margin: 0 auto;
text-align: left;
}

#wrapper {
float: left;
width: 980px;
margin: 0 auto;
padding: 0px;
background: url(../images/containerbkg.png) repeat-y;
}

#head {
width: 980px;
height: 100px;
margin-left: 0px;
margin-top: 0px;
text-align: center;
background: url(../images/header.png) no-repeat;
}

#logo {
float: left;
width: 400px;
height: 100px;
margin: 5px 0px 0px 15px;
background: url(../images/title.png) no-repeat;
}

#head span{
display: none;
}

#spacer{
float:left;
}

#navtabs {
float: right;
margin-right: 15px;
margin-top: 10px;
}

#navtabs li {
list-style: none;
display: inline;
float: left;
}

#navtabs a {
float: left;
margin-right: 5px;
padding:0 0 0 3px;
}

#navtabs a span {
float: left;
display: block;
padding: 8px 18px 10px 15px;
font: 0.8em Arial,Verdana,sans-serif;
color: #ccc;
}

#navtabs a:hover span, #navtabs a.selected span {
cursor: pointer;
color: #fff;
}

#navtabs a:hover, #navtabs a.selected {
background:url(../images/tableft.png) no-repeat left;
}

#navtabs a:hover span, #navtabs a.selected span {
background: url(../images/tabright.png) no-repeat right;
}

#content {
float: left;
width: 930px;
height: 525px;
margin: 30px 0px 15px 30px;
padding: 0px;
background: url(../images/webport.png) no-repeat;
}

#main {
float: left;
width: 930px;
margin: 0px 0px 0px 25px;
}

#main_text, #featured {
display: inline;
min-height: 290px;
}

#main_text {
float: left;
width: 350px;
margin: 5px 0px 0px 40px;
padding: 0px;
background: url(../images/section_bkg.png)
}

#featured {
float: right;
width: 450px;
margin: 5px 20px 0px 20px;
padding: 0px;
background: url(../images/border.png) no-repeat top;
}

#featured_sub {
float: left;
width: 500px;
margin: -10px 0px 0px 35px;
}

#li.featured {
list-style: none;
float: left;
}

#newsleft {
  float: left;
  width: 350px;
  margin-left: 100px;
}

#newsright {
  float: right;
  width: 450px;
  left: 490px;
}

#newsright li {
  list-style: none;
  color: #fff;
  margin-bottom: 8px;
}

#footer {
float: left;
width: 980px;
height: 125px;
margin-top: 30px;
margin-left: -10px;
text-align: center;
background: url(../images/footer.png) no-repeat;
}

h1 {
margin: 155px 50px 0px 585px;
font: 1.75em Arial,Verdana,sans-serif;
color: #ccc;
letter-spacing: 0.1em
}

h2 {
margin: 10px 0px 30px 0px;
font: 1.75em Arial,Verdana,sans-serif;
color: #fff;
letter-spacing: 0.1em;
text-align: center;
}

p {
margin: 10px 27px 10px 35px;
font: 0.9em Arial,sans-serif;
color: #fff;
letter-spacing: 0em;
line-height: 1.1em
}

p.mainimage {
margin: 40px 30px 0px 565px;
font: .8em Arial,Verdana,sans-serif;
color: #ccc;
letter-spacing: 0.1em
}

p.featured {	
margin: 3px 0px 10px 120px;
font: 0.65em Verdana,Arial,sans-serif;
text-transform: uppercase;
color: #fff;
letter-spacing: 0em
}

p.footer {	
margin: 11px 0px 0px 0px;
font: 0.5em Verdana,Arial,sans-serif;
text-transform: uppercase;
color: #000;
letter-spacing: 0em
}

h2.shadow {
  text-shadow: 4px 4x 4px #000000;
}

.shadow {
  text-shadow: 2px 2px 3px #000000;
}