/* Main styles */
body
{
	background-color: #FFF;
	border-width: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0px 100px;
}

#bg1
{
	background-image: url(img/still1.jpg);
}

#bg2
{
	background-image: url(img/still2.jpg);
}

#bg3
{
	background-image: url(img/still3.jpg);	
}

#bg4
{
	background-image: url(img/still4.jpg);
	background-attachment: fixed;
	background-position: 0px 0px;
}

#bg5
{
	background-image: url(img/still5.jpg);	
}

#bg6
{
	background-image: url(img/cover.jpg);
	background-attachment: fixed;
}

img { border-width: 0; }


/* Box styles */

div
{
	
	margin: 0;
	padding: 0;
	overflow: visible;
}

div#head
{
	width: 100%;
	height: 98px;
	background-color: #fff;
	border-color: #CCC;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}


div.content, div#start
{
	width: 600px;
	height: auto;
	min-height: 100px;
	overflow: visible;
	margin: 0 0 0 300px;
	padding: 20px 10px 10px 10px;
	background-color: #fff;
	border-color: #CCC;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}

div#start
{
	height: 570px;
}



/* Content Styles */

h1, h2, h3, h4, p, ul, address, blockquote
{
	height: auto;
	padding: 0;
	margin: 0;
	
}


h1
{
	font-size: 3em;
	font-weight: normal;
	font-family: courier, serif;
	line-height: 22px;
	color: #000;
	word-spacing: 5px;
	letter-spacing: 1px;
	margin: 20px 0 0 30px;
	
}

h2, h3, h4
{
	font-weight: normal;
	font-family: courier, serif;
	color: #000;
	line-height: 20px;
}

h2
{
	font-size: 1.7em;
	margin-bottom: 5px;
}

h3
{
	font-size: 1.4em;
	margin: 10px 0 10px 20px;
	
}

h4
{
	font-size: 1.1em;
	margin-left: 20px;
	line-height: 17px;
}

p
{
	font-size: 1.2em;
	margin: 20px 0 20px 5px;
}

p#blind {color: white;}


ul
{
	list-style-type: circle;
	list-style-position: outside;
	font-size: 1.2em;
	margin: 5px 0 30px 5px;
}

ul.preview
{
	list-style-type: square;
}


li
{
	margin: 10px 0 10px 20px;
}

address
{
	font-size: 1.2em;
	font-style: normal;
	margin: 10px 0 0 10px;
}

address#small
{
	width: 900px;
	font-size: 1.1em;
	font-style: normal;
	font-family: courier, serif;
	text-align: right;
	line-height: 12px;
	margin-top: 0px;
}


blockquote
{
	font-size: 1.2em;
	font-style: normal;
	color: #f30;
	padding: 10px;
}

span
{ 
	font-family: verdana, sans-serif; 
	color: #300;
	font-size: 1em;
}

strong
{
	font-weight: bold;
	font-style: normal;
}

em
{
	font-weight: normal;
	font-style: italic;
}


object
{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #600;
}

/* Menu styles */

ul#menu
{
	width: 150px;
	height: auto;
	margin: 0 0 0 500px;
	padding: 0;
	font-size: 1.2em;
	line-height: 20px;
	list-style-type: none;
	list-style-position: outside;
	
}

ul#menu li
{
	width: 140px;
	height: 20px;
	padding: 0 0 0 10px;
	margin: 0;

}

ol#submenu
{
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 1.2em;
	margin: 5px 0 10px 30px;
	padding: 0;
}

ol#submenu li
{
	margin: 2px 0 2px 0px;
	padding: 0;
}

a
{
	font-weight: normal;
	color: #900;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}


ul#menu a, ol#submenu a
{
	color: #000;
}


a.top
{
	color: #000;
	font-size: 0.8em;
	margin: 50px 0 0 0;
}


a:hover { text-decoration: underline; }