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

body {
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 800px;
	height: 300px;
	background: url(../images/header2.jpg) no-repeat;
}

#navbar {
	width: 800px;
	height: 45px;
	margin-top: 3px;
}

/* NAVIGATION BUTTONS */
			
.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	width: 113px;
	height: 38px;
	background: url(../images/button.jpg);
    overflow:hidden;/* for ie to hide extra height*/
	border-right: #ffffff 1px solid;
}

.cssnav#use	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	width: 115px;
	height: 38px;
	background: url(../images/button.jpg);
    overflow:hidden;/* for ie to hide extra height*/
	border-right: #e43e65 1px solid;
}

.cssnav a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: "Tahoma";
	width: 211px;
	height: 44px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
			
.cssnav a:hover {
	color: #ffffff;
	background: #e43e65;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
}			

.cssnav img {width: 211px; height: 44px; border: 0; }
			
* html a:hover {visibility:visible}
			
.cssnav a:hover img {
	visibility:hidden
}

.cssnav span {
	position: absolute;
	left: 0px;top: 12px;
	text-align: center;
	width: 113px;
	cursor: pointer;   
					     
}

.cssnav span#other {
	position: absolute;
	left: 0px;top: 5px;
	text-align: center;
	width: 113px;
	cursor: pointer;   
					     
}

.cssnav span#inter {
	position: absolute;
	left: 0px;top: 5px;
	text-align: center;
	width: 113px;
	cursor: pointer;   
					     
}

/* END OF NAVIGATION */

#content {
	width: 800px;
}

#contenttext {
	font-family: "Tahoma";
	font-size: 12px;
	margin: 20px;
	color:#333333;
	border-right: #666666 1px dotted;
	border-left: #666666 1px dotted;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#text {
	margin: 20px;
	text-align: justify;
}

.clearer {
	clear: both;
}

a {
	color: #e43e65;
	text-decoration: underline;
}

#footer {
	width: 800px;
	height: 30px;
	background: #e43e65;
}

#footertext {
	font-family: "Tahoma";
	font-size: 9px;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;
}