/* PAGE RESET */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}


/* GENERAL STYLES */

html {
	background-color: #fff;
	font-family: Arial, Helvetica, san-serif;
	color: #999;
}

body {
	font-size: 76%;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0 0 10px;
	font-weight: bold;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
}

p {
	margin: 0 0 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
}

strong {
	font-weight: bold;
}


/* GENERAL LAYOUT */

#layout {
	margin: 40px auto 0;
	padding: 0 30px;
	width: 480px;
}

#navigation {
	margin: 0 0 50px;
}

#navigation ul {
	margin: 0;
}

#navigation ul li {
	margin: 0;
	display: inline;
}

#navigation ul li a {
	display: block;
	margin: 0 5px 0 0;
	width: 34px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background-image: url('../i/nav_element.gif');
	background-position: center 0;
}

#navigation ul li a:hover {
	background-position: center -32px;
}

#navigation ul li img {
	display: block;
	margin: 23px 0 0 20px;
	width: 164px;
	height: 7px;
	float: left;
}

.floatclear {
	clear: both;
}

#content img {
	margin: 0 0 60px;
	width: 480px;
	height: 360px;
	background-color: #ccc;
}

#content ul {
	margin: 0 0 80px -5px;
}

#content ul li {
	margin: 15px 5px 0;
	font-size: 0.9em;
	display: inline;
}


/*Movie Stuff*/

* html object.mov {
	display: none;
}

* html object.mov/**/ {
	display: inline;
}

* html object.mov {
	display/**/: none;
}

