* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

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

h1 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

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

#container {
	width: 700px;
	margin: auto;
	margin-top: 8%;
}

#header {
	width:700px;
	height:38px;
	background-image:url(../img/head.png);
	repeat:no;
}
.headline {
	width:700px;
	height:38px;
	background-image:url(../img/head.png);
	repeat:no-repeat;

}
.headline span {
	display:none;
}

.content-main {
	width:700px;
	min-height:300px;
}


#bottom-wrapper  {
	margin-top:25px;
}


#navigation-main  {
         width:599px;
         float:left;
}





.navigation-main-active {
	color: #990000;
	text-decoration:none;
}

.navigation-right-01 {
	 color: #990000;
	 float:left;
}

.navigation-right-02 {
    padding-left:17px;
	text-decoration:none;
	float:left;
}

.text {
	width: 500px;
        padding-left:11px;
        padding-right:22px;
}

.content-footer {
	width:500px;
	min-height:300px;
}
.nodisplay {
	display:none;
}


