body {
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	color: #000;
	text-align: left;
	font-family: Helvetica, sans-serif;
}
p {
	text-align: left;
}
#body {
}



#container {
	width: 960px;
	margin: 0px auto;
	z-index: 1000;
	top: 0px;
	position: relative;
}

#menu{
	position:fixed;
	bottom:20px;
	width:240px;
	text-align: left;
	right: 70%;
	padding: 5px;
	background-color: #F60;
	-moz-border-radius: 15px;
	}

#logo {
	width: 100%;
	height: 70px;
	left: 0px;
	position: fixed;
	background-image: url(../images/logo-bg.png);
}
	
#logo-pic {
	position:fixed;
	width:159px;
	right: 80%;
	top: 15px;
}

#text-box{
	position:absolute;
	width:420px;
	right: 5%;
	top: 90px;
	-moz-border-radius: 15px;
	}

#title-box {
	background-image: url(../images/logo-bg.png);
	padding: 25px 10px 20px 10px;
	color: #FFF;
	text-align: left;
	-moz-border-radius: 15px;
}

#content-box {
	text-align: left;
	padding: 10px;
	color: #000;
	line-height: 1.6em;
	font-size: 0.9em;
	background-color: #FFF;
	-moz-border-radius: 15px;
}
#content-box p {
	text-align: left;
	padding-bottom: 1em;
}
h1 {
	font-size: 2em;
	font-style: normal;
	font-weight: lighter;
	text-align: left;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.5em;
	font-weight: lighter;
	text-align: left;
	padding-bottom: 0.5em;
	letter-spacing: -1px;
}


.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FF0;
	text-decoration: underline;
}

a:active {
	color: #333;
}
#body #menu #links h3 {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}
#body #text-box #content-box #flash-player {
	text-align: center;
	width: 400px;
}
#body #text-box #content-box #flash-player p {
	text-align: center;
}
#body #text-box #content-box #flash-player h3 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
#body #menu #links p  {
	text-align: center;
}
.smaller {
	font-size: 0.75em;
	line-height: 1.5em;
}
