@charset "utf-8";
/* CSS Document */

a:link {color: #CCCCCC}     /* unvisited link */
a:visited {color: #CCCCCC}  /* visited link */
a:hover {color: #FFFFFF}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */

body {
background-color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
color:#CCCCCC;
}

h1 {
	margin: 15px 0 0 10px;
	width: 254px;
	height: 97px;
	background:#000000 url(graphics/logo.gif) top left no-repeat;
	text-indent: -9999px;
	z-index: 10;
	padding:0;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 17px;
}

h4 {
font-size: 17px;
padding-bottom: 0;
margin-bottom: 0;
}

p {
line-height: 18px;}

#navigation_home {
margin-top: -65px;
padding-bottom: 5px;
text-align:center;
}

#navigation {
	position: absolute;
	top: 67px;
	right: 5px;
	font-size:16px
}

#content {
padding-top: 5px;
text-align:center;
}

#wrapper {
position: relative;
width: 900px;
margin: 0 auto;
}

.notoppad {
margin-top: 0;
padding-top: 0;
}
