/* ============================================================= */
/* Common Styles */

body {
	background-color: #000000;
	background-image: url(images/filmstrip.gif);
	background-repeat: repeat-y;
	}

body, input, select, textarea, p, th {
	font-family: Furtura, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	}
	
td {
	color: #ffffff;
	font-size: 13px;
	}

a {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: overline;
	outline: none;
	}

.spacer {
	clear: both;
	float: none;
	line-height: 0;
	height: 0;
	}

img {
    border: 0;
    }

* {
	margin: 0;
	padding: 0;
	}

p {
	color: #ffffff;
	margin: 10px auto;
	text-align: center;
	}
	
	p:first-line 
{
  color: #FF9933;
  font-variant: small-caps;
	font-size: 22px;
}

ul {
	padding-left: 2em;
	width: 500px;
	margin: 10px auto;
	font-size: 14px;
	}
ysdcul{
                padding-left: 2em;	
                text-align: center;
	width: 500px;
	margin: 10px auto;
	font-size: 14px;
}

	
li {

	width: 300px;
	list-style-type: square;
	margin: 10px auto;
	font-size: 12px;
	}                                                                                                                                                                                                                                                                                                                                                                                                                           

td, th {
	text-align: left;
	padding: 3px;
	}


/* ------------------------------------------------------------- */




/* ============================================================= */
/* Headline Styles */

h1, h2, h3 {
	font-family: Furtura, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}

h1 {
font-size: 23px;
font-style: italic;
color: #CC3333;
 }

h2 { 
font-size: 21px;
font-style: oblique;
color: #FF9933;
}

h3 { font-size: 14px; }
	
h4 {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
text-align: center;
font-size: 23px;
font-style: italic;
color: #FF9933;
 }
/* ------------------------------------------------------------- */




/* ============================================================= */
/* Page Layout Styles */

#navigation {
  position:relative;
	padding: 10px;
	width: 800px;
	min-height: 100px;
	text-align: center;
	font-variant: small-caps;
	z-index: 3;
	}

#content {
	position: relative;
	text-align: left;
	color: #ffffff;
	margin: 10px auto;
	background-color: #000000;
  filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	width: 680px;
	}

#footer {
	width: 800px;
	text-align: center;
	color: #ffffff;

	}
	
#google {
	position: relative;
	margin: 10px auto;
	min-height: 150px;
	width: 625px;
	background-image: url(images/logo_small.gif);
	background-repeat: no-repeat;
  background-position: right; 
	text-align: center;
  font-size: 12px;
	line-height: 2em;

	}


/* ------------------------------------------------------------- */