body {
	background: url(img/bg.png) repeat-x fixed center -200px #000033;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0px;
	margin: 0px;
}
a { color: #991111; }

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

#shadow, #footer, #nav, #title { background-color: #366BA1; }

#shadow {
	width: 780px;
	margin: 10px auto 0px auto;
	text-align: center;
}

#title {
	margin: 0px auto 0px auto;
	width: 756px;
	color: white;
	text-align: center;
	position: relative;
	top: 0px;
	bottom: 0px;
	padding: 5px;
	}

#container {
	width: 756px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	background: url('img/random.php') center bottom no-repeat;
	margin: 10px auto 0px auto;
	height: 155px;
	width: 780px;
	text-align: center;
}

#title h1 {
	padding: 0px;
	margin: 0px;
    font-size: 1.5em;
	letter-spacing: .3em;
	color: #ffffff;
}

#title img {
	margin-bottom: 5px;
	vertical-align: middle;
}

#content {
	padding: 10px 20px 10px 20px;
	color: #444444;
	font-size: .9em;
	background: #fff;
}

#content h2 {
  font-family: 'Trebuchet MS', sans;
  margin: 10px 0px 8px 0px;
  color: #991111;
  height: 100%;
  border-bottom: 2px solid #991111;
  font-size: 1.6em;
  letter-spacing: .2em;
}

#content h3 {
	font-family: 'Trebuchet MS', sans;
	margin: 0px;
	color: #404040;
	padding-top: 10px;
	font-size: 1.2em;
}

#content h4 {
	padding-top: 8px;
	margin: 0px;
	color: #404040;
	font-size: 1em;
}
#nav {
  position: relative;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 1em;
  top: 0px;
  left: 0px;
}

#nav ul { padding: 0px; }
#nav, #nav ul { /* all lists */
  margin: 0;
  list-style: none;
  text-align: center;
}
#nav a {
  text-align: center;
  color: #000033;
  text-decoration: none;
  font-weight: bold;
   padding: 3px .4em;
   line-height: 1.4em;
}

#nav a:hover { color: #ffffff;}

#nav li { /* all list items */
	display: inline;
}

#footer {

	width: 780px;
	text-align: center;
	margin: 0px auto 10px auto;
	padding: 0px;
	vertical-align: bottom;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
#footertext {
	padding: 0px 20px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	font-size: .8em;
	color: #3399CC;
	width: 100%;
	}

.center {
	text-align: center;
}

#content img { 
	border: 1px solid  #434343;
	margin: 5px;
}

#index a {
	font-size: .9em;
	text-decoration: none;
	}

	#index img {
		height: 18px;
		width: 30px;
		border: none;
		margin-bottom: 5px;
		}
#index div div {
	position: absolute;
}
