body {
		background: #000 url(../images/body_bg.jpg) repeat-x 50% 0;
		font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		text-align:center;
		font-size: small;
}
		
* {
	margin:0;
	padding:0;
}

a img {
	border: none;
}		
		
h3,h4,h5,h6 {
	margin-bottom: 1.5em;
}

p,ul,dl,ol {
	margin-bottom: 1em;
	line-height: 1.5em;
} 

p {
  line-height: 1.5em;
}

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

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

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

a:active {
	color:#66ccee;
	text-decoration:none;
}		



/* headers
------------------------------*/
	
#header {
	position: relative;
	height: 147px;
	overflow: hidden;
}
		
		
#header h1 {
	display: none;
}
			
#header h2 {
	display: none;
}

#header h3 {
    margin: 70px auto 0 auto;
	font-size: 110%;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #66ccee;
	width: 300px;
}




/* page structure
------------------------------*/	
		
#wrapper {
	background: transparent;
	width:890px;
	text-align:left;
	margin:0 auto;
	font-size: 95%;
	position: relative;
}

#content {
	background:transparent url(../images/dock.jpg) no-repeat left top;
	margin-bottom: 3em;
	width: 890px;
	text-align: center;
	padding-top: 260px;
	position: relative;
}

#footer {
	clear: both;
}




/* content
------------------------------*/

#content p {
    margin: 0 auto;
    width: 300px;
    margin-bottom: 1em;
}

#content p.justify {
    text-align: justify;
    font-size: 90%;
    width: 400px;
    margin-top: 120px;
}

#logo {
    width: 100%;
    background:transparent url(../images/blue_bar.gif) no-repeat 50% 0;
    position: absolute;
    top: 540px;
}

#logo p {
    background:transparent url(../images/dsc_logo.gif) no-repeat 50% 0;
    color: #000;
    height: 90px;
    text-indent: -5000px;
    width: 890px;
    overflow: hidden;
    margin: 0 auto;
}


/* custom divs
------------------------------*/

#movie {
	position: absolute;
	top: 13px;
	left: 294px;
	z-index: 1;
}


/* spans
------------------------------*/

.smaller {
 	font-size: 85%; 
}




