/* Global
---------------------------------------------------*/
img, div, span
{ 
	color: #000000; 
	font-family: Times;
	font-size: 15px;
	line-height: 25px;
	display: block;
	position:relative;
}

/* Body
---------------------------------------------------*/
body
{
	background-color:#ffffff;
}

/* Header
---------------------------------------------------*/
#header { width: 960px; height: 195px; margin-left: auto; margin-right: auto; text-align:center; z-index:5;}
#menu {width:700px; height:149px;z-index:4;}
#facebook {position:absolute; left:810px; top:0px;}

/* Headings
---------------------------------------------------*/
.h2 { font-weight:bold; font-size: 19px;}

/* Content
---------------------------------------------------*/
.content { margin-left: auto; margin-right: auto; width: 880px; top:-5px;}
.fLeft { float: left; margin-right:40px;}
.fright { float: right; margin-left:40px;}

/* Footer
---------------------------------------------------*/
.footer { clear:both; width:960px; text-align:center; margin-left: auto; margin-right: auto; }
#footSep { width:960px; height:1px; background-color:#000000; }
#footAnim { position:absolute; top:-131px; left:699px; }
#copyright { width:960px; text-align:center; font-size:11px; position:relative; top:15px;}
