html {
	height: 100%;
}

body {
	background: #000000 url(pattern.png) repeat fixed;
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
}

h1, h2, h3, h4 {
	font-family: tahoma, sans-serif;
	font-size: 110%;
	letter-spacing: .1em;
	padding: 0px 0px 5px 0px; 
	margin: 0px 0px 12px 0px; 
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Image Positions */

img {
	border: 0px; 
	margin: 0px; 
	padding: 0px;
}

.left {
	float: left;
	padding-right: 18px;
}

.right {
	float: right; 
	padding-left: 18px;
}

/* Margins */

#main, #footer, #logo, #site_content {
	margin-left: auto; 
	margin-right: auto;
}

/* Contatiners */

#main {
	background: #333333;
	color: #dedede;
	width: 770px;
	border: 1px solid #000000;
}

#site_content
{ width: 770px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  background: #333333;
  border: none;
} 

/* Logo */

#logo {
	width: 760px;
	height: 225px;
	background: #333333 url(logo.jpg) no-repeat;
}

/* Menu */

#menu {
	margin: 195px 25px 0px 0px;
	float: right;
	color: #FFFFFF;
} 

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	font-variant: small-caps;
	font-size: 12pt;
}

#menu a {
	display: block;
	float: left;
	padding: 0 25px;
	margin: 0 10px 0 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #000000;
}
#menu a, a:link:visited {
	color: #00305E;
}

#menu a:hover, #menu .active a {
	border-color: #FFFFFF;
	color:	#dedede;
}

/* Content */

#content
{ text-align: left;
  width: 735px;
  float: left;
  padding: 20px 10px 15px 28px;
  margin: 5px 0px 0px 0px;
}

#content div {
	background: #111111;
	color: #dedede;
	margin: 10px 21px 10px 0px;
	padding: 5px 10px 5px 10px;
	line-height: 1.7em;
	border: 1px solid #000000;
}

#content h1{font-size: 125%;}

#content a, a:visited {
	color: #00305E;
	text-decoration: none;
}

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

/* Footer */

#footer {
	background: #333333 url(footer.jpg) no-repeat;
	color: #dedede;
	width: 720px;
	height: 29px;
	padding: 0px 20px;
	text-align: center;
	line-height: 12px;
	font-size: 8pt;
}

#footer a, a:visited {
	color: #00305E;
	text-decoration: none;
}

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