body {
	color: #666;
	font-size: 11px;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	text-shadow: #ffffff 1px 1px;
	background: #fff url(images/bg.jpg) repeat-x;
}

a:link, a:active, a:visited {
	font: 11px Trebuchet MS, Georgia, Times, sans-serif;
	font-style:italic;
	text-decoration:none;
	color: #e2af32;
	text-shadow: #ffffff 1px 1px;
}

a:hover {
	font: 11px Trebuchet MS, Georgia, Times, sans-serif;
	font-style:italic;
	border-bottom:1px dotted #c0c0c0;
	color: #cf9300;
}


em {
	color: #1180bf;
	font-style:italic;
	text-shadow: #ffffff 1px 1px;
}

b {
	color: #CC6666;
	font-weight:bold;
	text-shadow: #ffffff 1px 1px;
}

underline, u{
	color: #3c80ab;
	text-shadow: #ffffff 1px 1px;
}

h1, h2 {
	 color:#048e78;
	 text-shadow: #dedede 1px 1px;
	 font-family:"arial";
	 text-transform:lowercase;
	 font-weight:bold;
	 font-size:16px;
	 margin-bottom:5px;
	 margin-top:10px;
	 margin-left:10px;
	 margin-right:10px;
	 padding:10px 5px 5px 5px;
	 border-bottom:1px dotted #f2a060;
}

#container {
	width: 885px;
	padding: 0;
	margin: 0 auto 0 auto;
	background: transparent;
}

#header {
	clear: both;
	width: 100%;
	height: 520px;
	margin: 0 auto 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#welcome {
	float: left;
	width: 450px;
	color: #bf6f77;
	font-size: 11px; 
	line-height: 17px;
	padding:10px;
	text-shadow: #ffffff 1px 1px;
	margin: 375px 0 0 40px;
}

#welcome span, #featured span {
	display: block;
	padding: 0 0 5px 0;
	color: #CC6666;
	font-family: Georgia; 
	font-size: 13px;
	font-weight:bold;
	text-shadow: #ffffff 1px 1px;
}

#featured {
	float: right;
	width: 300px;
	color: #bf6f77;
	margin: 375px 30px 0 0;
	background: transparent;
}

#featured img { opacity: 0.5;
 	 border: solid 1px #d1dfe5;
	 background:#ffffff;
	 text-align:center;
	 padding:5px;
	 margin:3px; }
#featured img:hover { opacity: 0.9;
	 border: solid 1px #c4d1d8;
	 background:#ffffff; }

#content {
	float: left;
	width: 100%;
	padding: 15px;
	background: #fff;
	-moz-border-radius: 5px;
}

#navigation {
	width: 100%;
	clear: both;
	margin: 0 auto 20px auto;
	background: transparent;
}

#navigation ul {
	padding: 0;
	margin: 0 0 0 70px;
}

#navigation li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#navigation a {
	 color:#86ccc1;
	 text-shadow: #ffffff 1px 1px;
     background-color:#e7f5f3;
	 -moz-border-radius:9px;
	 padding:5px 8px 5px 8px;
	 text-align:center;
	 font-family:Georgia;
	 font-size:11px;
	 text-transform:uppercase;
}

#navigation a:hover {
	 color:#5eb6a8;
	 text-shadow: #ffffff 1px 1px;
}

#sponsors {
	float: left;
	width: 100%;
	padding: 15px;
	margin: 20px 0 0 0;
	background: #fbf5f4;
	-moz-border-radius: 5px;
}

#footer {
	clear: both;
	width: 100%;
	color: #111;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 30px 0 0 0;
	background: transparent;
}

#footer a {
	color: #999;
}

#social {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0 30px 0;
}

#social img:hover {
	opacity: 0.5;
}

input, textarea, option, select ,submit {
	  text-shadow:1px 1px #ffffff;
	  color:#b3b3b3;
	  background:#f5f5f5;
	  border-bottom:solid 1px #e8e8e8;
	  border-right:solid 1px #e8e8e8;
      font-family: "arial";
	  font-size: 12px;
	  line-height: 15px;
      padding:3px;
	  -moz-border-radius:5px;
	  -khtml-border-radius: 5px;
	 -webkit-border-radius: 5px;
	}

#content img{
	 border: solid 1px #d1dfe5;
	 background:#ffffff;
	 text-align:center;
	 padding:5px;
	 margin:3px;
}

#content img:hover {
	 border: solid 1px #c4d1d8;
	 background:#ffffff;
}
