body,p,td, li {
	font: normal 90%/215% verdana;
	color:#667c7d;
}

body {
	background:url('bg2.jpg') fixed #000;
	margin: 0 auto;
}

#header {
	width:680px;
	height: 275px;
	background: url('header.png');
}

a:visited,a:link {
	text-decoration:none;
	color:#8b4341;
}

a:hover {
	color:#435472;
	border-bottom: none;
}

img {
	border:0;
}

h1 {
	font: normal 120% "trebuchet ms";
	padding: 15px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #011;
	font-style:italic;
}

h3 {
	text-align:center;
	color:#da8;
	font: bold 90%/215%  arial;
}

h5 {
	color:#777;	
	text-align:left;
	font: normal 70%/190% arial;
}

b,strong {
	color:#345;
	font-family: "trebuchet ms";
}

em, i {	
	font-family: georgia;
}

blockquote {
	display:block;
	font: italic 90%/210% "trebuchet ms";
	padding:13px;
	margin: 25px 65px;
	color: #345;
	background:url('bg2.jpg');
	opacity: 0.6;
}

input, textarea, select {
	font:normal 85% verdana;
	color: #345;
	background:url('bg2.jpg');
	padding:10px;
	margin: 6px;
	border: none;
	opacity: 0.7;
}

option {
	padding: 3px;
	background-color:transparent;
}

#container {
	width:680px;
	height:auto;
	margin: 0 auto;
	background:url('bg.jpg');
}

#content {
	width: 640px;
	padding: 10px 20px;
}


#footer {
	clear:both;
	height:auto;
	width:auto;
	text-align:center;
	padding-top: 5px;
	background-color: transparent;
}

#navigation {
	list-style:none;
	margin:0;
	text-align:right;
}

#navigation ul, #navigation li {
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: right;
}

#navigation li a {
	background-color:transparent;
	width:auto;
	height:auto;
	margin: 0 0 0 25px;
	text-align:left;
	color:#57696a;
	font: bold 100% "trebuchet ms";
	text-decoration:none;
	border-bottom:none;
}

#navigation li a:hover {
	color:#3d4c4d;
	border-bottom:none;
}
