
#header-background
{
	width:				100%;
	height:				240px;
	margin-left:		auto;
	margin-right:		auto;
	background: 		url('../img/header-bg.png');
}

#header-background-large
{
	width:				100%;
	height:				661px;
	margin-left:		auto;
	margin-right:		auto;
	background: 		url('../img/header-bg.png');
}

#head-container
{
	width:				950px;
	height:				240px;
	margin-left:		auto;
	margin-right:		auto;
}

#head-container-large
{
	width:				950px;
	height:				661px;
	margin-left:		auto;
	margin-right:		auto;
}

#header-menu
{
	margin:				0;	
	padding:			0;
	height:				34px;
	float:				left;
}

#header-menu-facebook
{
	width:				206px;
	height:				29px;
	float:				right;
	color:				#ffffff;
	text-align:			center;
	font-size:			16px;
	font-weight: 		bold;
	padding-top:		6px;
	background:			url('../img/facebook-menu-item.png');
}

#header-text
{
	width:				650px;
	float:				right;
	margin-top:			80px;
}






#main-background
{
	width:				100%;
	margin-left:		auto;
	margin-right:		auto;
	background: 		url('../img/main-bg.png') repeat-x;
}

#main-container
{
	width:				950px;
	margin-left:		auto;
	margin-right:		auto;
	background-color: 	transparent;
}




#footer-container
{
	width:				950px;
	height:				20px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			30px;
	margin-bottom:		20px;
}

#footer-container span
{
	color:				#808080;
	font-size:			12px;
	padding-left:		20px;
	padding-right: 		20px;
}

#footer-container a
{
	color:				#7e807f;
}

#footer-container .fb
{
	color:				#3c5fac;
}

#footer-container a:hover
{
	text-decoration:	underline;
}





body
{
	width:				100%;
	height:				100%;
	margin:				0;
	background-color:	#f2f2f2;
	color:				#7e807f;
	font-family: 		Verdana, Arial;
	overflow-y:			scroll;
}

p, span
{
	font-size:			13px;
}

a
{
	color:				#ff8000;
	text-decoration:	none;
}

h1
{
	font-size:			26px;
	color:				#808080;
	margin-top:			25px;
}

h2
{
	font-size:			22px;;
	font-weight: 		bold;
	margin-top:			0;
}

h2 > a
{
	color:				#7E807F;	
}

h3
{
	font-weight: 		bold;
	margin-top:			20px;
}

h3 > a
{
	color:				#7E807F;
}

img
{
	border:				0;
}





.left
{
	float:				left;
}

.right
{
	float:				right;
}

.clear
{
	clear:				both;
}

.bold
{
	font-weight: 		bold;
}

.cab
{
	color:				#ff8000;
}

.fb
{
	color:				#3c5fac;
}

.pointer
{
	cursor:				pointer;
}



.menu-item
{
	text-align:			center;
	height:				34px;
	float:				left;	
	text-decoration:	none;
	color:				#ff8000;
	font-weight: 		bold;
	background:			url('../img/menu-item-bg-center.png') repeat-x;    
}

.menu-item-active
{
	color:				#ffffff;
	background:			url('../img/menu-item-bg-center-active.png') repeat-x;  
}

.menu-item-active a
{
	color:				#ffffff;	
}

.menu-item-left
{
	width:				4px;
	height:				34px;
	float:				left;
	background: 		url('../img/menu-item-bg-left.png');
}

.menu-item-left-active
{
	background: 		url('../img/menu-item-bg-left-active.png');
}

.menu-item-right
{
	width:				4px;
	height:				34px;
	float:				right;
	background: 		url('../img/menu-item-bg-right.png');
}

.menu-item-right-active
{
	background: 		url('../img/menu-item-bg-right-active.png');
}

.menu-item-center
{
	padding-left:		15px;
	padding-right:		15px; 
	padding-top:		7px; 
	float:				left;
	height:				27px;
}

.content-box
{
	width: 				950px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	#fafafa;
}

.content-box-center
{
	margin-left:		20px;
	margin-right:		20px;
}

.content-box-button
{
	height:				35px;
	width:				116px;
	color:				#ffffff;	
	font-size:			14px;
	padding-top:		6px;
	padding-left:		15px;
	background:			url('../img/content-box-button.png') no-repeat;
	
}
