/*--- page layout framework ------------*/

html {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	font-size: 76%;
	text-align: center;
	color: #ddd;
	background: #121314 url("images/wodd.gif") center 25px repeat-x;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

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

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

a:hover {
	text-decoration: underline;
	color: #0bf;
}

a:active {
	text-decoration: none !important;
	color: #fff;
}

/*--- headings ------------*/

h1, h2, h3, h4, h5 {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1em;
	font-weight: normal;
}

h1 {
	width: 13em;
	font-size: 6em;
	color: white;
	font-family: georgia;
	}

h2 {
	font-family: georgia;
	margin: 0 0 0.5em 0;
	font-size: 2.2em;
	color: white;
	line-height: 1em;
}


h3 {
	font-family: georgia;
	margin: 0 0 0.5em 0;
	font-size: 2.2em;
	color: #c7c7c7;
}

h4 {
	padding-left: 10px;
	text-align: left;
	padding-top: 8px;
	font-family: georgia;
	margin: 0 0 0.5em 0;
	font-size: 1.0em;
	color: #c7c7c7;
}

h5 {
	padding-right: 20px;
	text-align: right;
	padding-top: 6px;
	font-family: georgia;
	margin: 0 0 0.5em 0;
	font-size: 1.0em;
	color: #c7c7c7;
}


/*--- header ------------*/

div#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: transparent url("images/header_tile.png") 0 0 repeat-x;
}




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

div#contentContainer {
	padding-top: 1em;
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: 0;
	top: 34px;
	left: 0;
	text-align: center;
	display: block;
	overflow: auto;
}

div#contentBox {
	padding-top: 0px;
	text-align: left;
	position: relative;
	width: 960px;
	height: 500px;
	margin: 15px auto auto auto;
}

div#contentBackground {
	position: absolute;
	width: 960px;
	height: 500px;
	top: 0;
	left: 0;
	background: transparent url("images/box.png") 0 0 no-repeat;
}

/*--- footer ------------*/

div#footer {
	padding-top: 2px;
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #000;
}



ul {
	margin-bottom: 0.7em;
}

ul li {
	padding: 0 0 0.8em 1.5em;
	list-style-type: none;
	background: transparent url("images/li_off.png") 0.2em 0.3em no-repeat;
}

ul li:hover {
	background: transparent url("images/li_on.png") 0.2em 0.3em no-repeat;
}


/*--- miscellaneous ------------*/


div#primary, div#secondary, div#tertiary {
	position: absolute;
	z-index: 10;
	top: 30px;
}

div#primary {
	width: 399px;
	left: 30px;
	top: 10px;
}


div#secondary {
	padding-top: 4em;
	width: 228px;
	left: 450px;
}

div#tertiary {
	padding-top: 4em;
	width: 225px;
	left: 720px;
}



div#secondary li a, div#tertiary   li a {
	color: #dadada;
}

div#secondary li a:hover, div#tertiary li a:hover {
	color: #0bf;
	text-decoration: none;
}

