/* CSS Document */

body 
{
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	xbackground-attachment: fixed;
	xmargin-top: 200px;
	text-align: center;
	font-family: arial;
	background-color: #9DA7B0;
}

.header 
{
	width: 960px;
	font-size: 5.0em;
	text-align: right;
	xfilter:alpha(opacity=50);
	xopacity: 0.5;
	x-moz-opacity:0.5;
	letter-spacing: -7px;
	color: #9DA7B0;
}

.menu 
{
	width: 960px;
	xmargin: 0 50px;
	background-color: #FFFFFF;
	border: 2px solid black;
	xfilter:alpha(opacity=80);
	xopacity: 0.5;
	x-moz-opacity:0.5;
	padding: 5px;
	font-weight: bold;
	margin-top: 100px;
}

.content 
{
	width: 960px;
	xmargin: 0 50px;
	background-color: #FFFFFF;
	border: 2px solid black;
	xfilter:alpha(opacity=80);
	xopacity: 0.5;
	x-moz-opacity:0.5;
	margin-top: 10px;
	padding: 5px 5px 20px 5px;
	text-align: left;
}

.footer 
{
	width: 960px;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: -1px;
	color: #CCCCCC;
}


img.floatLeft 
{ 
    float: left; 
    margin: 5px; 
}

img.floatRight 
{ 
    float: right; 
    margin: 5px; 
}

.imgCenter
{ 
    text-align: center;
}

#navcontainer ul
{
	xfloat: left;
}

#navcontainer ul li 
{ 
	display: inline; 
}

li.active 
{ 
	font-weight: strong; 
}

#navcontainer ul li a
{
	padding: 0.5em 0.5em;
	text-decoration: none;
	xfloat: center;
	color: #000000
}

#navcontainer ul li a:hover
{
	color: #9DA7B0;
}

img 
{ 
	border: 2px solid #000000; 
} 

h2
{
	letter-spacing: -3px;
	color: #9DA7B0;
	font-size: 2.0em;
	font-weight: bold;
}

.wrapper
{
	margin:auto;
	width:960px;
}