
html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
	
body {
	background: #f9f5f0 url(../img/bg-full.jpg) center 0;
	background-repeat: repeat-x;
	overflow-x: visible;
	color: #000;
	
	font-size: 14px;
	line-height: 16px;
	font-family: "museo-slab-1","museo-slab-2",'Georgia',serif;
}

h1 {
    font-family: futura-pt-1,futura,arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
	
}

a, a:link,
a:active,
a:visited {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
		color: #61C8CC;	
	}
	a:hover { 
		color: #61C8CC;
		}
img { 
	display:block;
	}






/*Fixed Top bar */

#topbar {
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/header.gif);
	background-repeat: repeat;
	background-position: center bottom;
}

#topbar img {
	float: left;
	margin-top: 5px;
}

#topbar p {
	color: #FFFFFF;
    float: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 45px;

}

#topbar p a {
	color: #fff;

}

#topbar p a:hover {
	text-shadow: 0 0 5px #fff;
	}
#nav {
	float: right;
	position: relative;
	right: 7em;
	top:1em;
	}

#wrapper {
	width: 960px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7em;
	display: block;
	color:#0CC}
#container {
	width: 960px;
	height: 700px;
	color: #906
	}
table{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	border-collapse: collapse;
	z-index: auto;
	padding-top: 3em;
	margin-top: 3em;
}

.caption{
	margin: 0;
	padding: 0px;
	text-align: left;
	color: #FFF;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	width: auto;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #F30;
	border-bottom-color: #fff;
	font-family: arial, geneva, sans-serif;
	font-size: 150%;
	line-height: 1em;
	font-weight: bold;
}	