@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.png) repeat-x;
}

/* Header */
#wrapper {
	margin:0 auto;
	padding:0;
	width:1000px;
	}

#contact {
	margin:-205px 0px 0px 0;
	padding:0;
	font:8pt Arial, Helvetica, sans-serif;
	text-align: right;
	color:#FFFFFF;
	text-decoration:none;
	}

#contact a:link, #contact a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}

#contact a:hover{
	text-decoration:underline;
	}
		
#header {
	margin:0;
	padding:0;
	width:1000px;
	text-align:center;
	}
	
#logo {
	margin: 42px 0 0 0;
	padding : 0;
	height: 189px;
	width:1000px;
	}

#logo h1 {
	margin:0px;
	padding:0px;
	height: 189px;
	width:1000px;
	background: url(images/header.png) no-repeat;
	text-indent:-9999px;
	}

#logo h1 a {
	display:block;
	margin:0px;
	padding:0px;
	height: 189px;
	width:1000px;
	background: url(images/header.png) no-repeat;
	}
	
#details {
	background:url(images/details.png) no-repeat;
	background-position: 0 21px;
	width:1000px;
	padding: 0px;
	margin:10px auto;
	text-align:center;
	}
	
#details p {
	margin:0;
	padding:0;
	font: 11pt/19pt "Times New Roman", Times, serif;
	letter-spacing:.025em;
	color:#000000;
	white-space:pre;
	}

#details .tnt {
	font-weight:bold;
	}




/*main*/

#content {
	margin:50px auto 30px;
	padding:0;
	text-align: center;
	width:1000px;
	overflow: auto;
	}

img {
	border: none;
	margin:0;
	padding:0;
}
	
#body {
	background:#333333;
	margin:0 auto;
	padding:0;
	width:432px;
	height:320px;
	}

#laurels {
	margin:15px 0 0 0;
	}


/*menu*/
#menu{
margin:0;
padding:0;
width: 1000px;
}

#menu ul{
margin:0 auto;
padding: 0;
width:500px;
font: 11pt "Times New Roman", Times, serif;
letter-spacing:.035em;
text-align:center;
list-style-type:none;
}

#menu li {
	display:inline;
	padding:0;
	margin:0px 0 0px 20px;
}

#menu li.about {
	margin:0px 0 0px 0px;
}

#menu li a{
margin: 0px 0 0 0; 
padding:10px 15px;
color: white;
background: #737373; /*background of tabs (default state)*/
text-decoration:none;
}

#menu li.view a{
margin-right: 0px;
}

#menu li a:visited{
color: white;
}

#menu li a:hover, #menu li.selected a{
background: #323232; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



/*footers*/

#bottom {
	margin:9px 0 0 0;
	padding:0;
	background:url(images/bottom.png) repeat-x;
	width: 100%;
	bottom:0px;
	}
		
body div#copyright p {
	margin:10px auto;
	padding:0;
	width: 1000px;
	bottom:0px;
	text-align:center;
	font: 7pt/10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#copyright a {
	text-decoration:none;
	color:#000000;
	}
	
#logos2 {
	margin:0 auto;
	padding:0;
	width:500px;
	text-align:center;
	}

#logos2 img{
	margin:0 0px 0 0;
	padding:5px 5px 0px 5px;
	border:none;
	}
	
/*menu old*/

/*#menu {
	margin:0 auto;
	padding:0;
	height:50px;
	width:600px;
	}

#About, #Links, #View {
	background-color:#27414E;
	height:20px;
	width: 180px;
	padding:6px 0 0 6px;
	margin:0 0 10px 0
	}
	
#Links, #View {
	margin-top: 25px;
	}

#menu H2 {
	color: #FFFFFF;
	letter-spacing:-1px;
	font-size:16px;
	margin:0px;
	padding:0px;
	}
	
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0px;
	font-size:11px;
	}
	
#menu ul a {
	text-decoration:none;
	color:#27414E;
}

#menu ul a:hover {
	text-decoration:underline;
	color:#FF9214;
}

#menu li {
	margin:0 0 10px 6px;
	}
	
#menu li.logo1 {
	height:49px;
	width:75px;
	margin-bottom:15px;
	}
	
#menu li.logo2 {
	height:38px;
	width:150px;
	margin-bottom:15px;
	}*/
