body {
	margin: 0px;
	background: #000 url('../assets/bg.jpg') top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 70%;
  color: #000;
}

img {
	border: 0px;
}

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

h1.cufon {
	font-size: 140%; 
	margin: 0px 0px 10px 0px;
	padding-bottom: 3px;
	color: #383838;
	border-bottom: 1px dotted #383838;
}

#outer_container {
	margin: 0px auto;
	width: 980px;
	padding: 0px 10px 0px 10px;
	background: url('../assets/outer_bg.png') no-repeat;
}

#container {
	width: 980px;
	padding-top: 20px;
	position: relative;
	background: white;
}

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 315px;
	height: 91px;
	background: url('../assets/logo.png') no-repeat;
	margin: 0px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#top_nav {
	position: absolute;
	top: 3px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#top_nav li {
	display: inline;
	list-style-type: none;
}

#top_nav li a {
	display: inline-block;
	padding: 0px 7px 0px 11px;
	color: #183977;
	background: url('../assets/li_top_nav.jpg') 0px 2px no-repeat;
}

#top_nav li a.first_tn {
	background: none;
}

#footer {
	margin: auto;
	width: 960px;
	padding: 3px;
	text-align: center;
	font-size: 85%;
	color: #8d8d8d;
}

#footer:hover {
	color: #c4c4c4;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

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

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	padding: 3px;
	text-align: center;
	font-size: 80%;
	color: #8d8d8d;
}

#copyright a {
	color: #8d8d8d;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

.cleaner {
	clear: both;
}
