/* layout and positioning */

body {
	font-family			: Tahoma;
	font-size			: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 990px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
	background			: url(../images/header.jpg);
	background-repeat	: no-repeat;
	width				: 990px;
	height				: 195px;
	
}


#wrapper-page-bg
{
	background			: url(../images/content-gen-bg.png) repeat-y;
	
}

#navwrapper1
{
	width: 310px;
	background			: url(../images/right-gen-bg.png);
	float: right;
	/* parent on the right side */
}

#nav {
	width: 310px;
	background			: url(../images/right-bg.png);
	background-repeat	: no-repeat;
	padding-left		: 5px;
	color				: #fff;
}



#section-top
{
	height				: 112px;
	position			: relative;
	padding				: 5px 10px 0px 10px;
}



#content {
	padding				: 15px 10px 0px 10px;

	
}

#cwrapper1 {
	background			: url(../images/content-top-bg.png) no-repeat;
	margin				: 0 310px 0  0;
	color				: #FEF3C6;
	
}

#content-footer
{
	background			: url(../images/content-footer-bg.png) no-repeat;
	height				: 20px;
	width				: 990px;
	
}

#site-footer {
	background			: url(../images/footer-bg.png) no-repeat;
	width				: 990px;
	height				: 113px;

}



#footer-top
{
	margin-left			: 5px;
	margin-right		: 5px;
	margin-top			: 5px;
	height				: 39px;
	width				: 974px;
	float				: left;
}

#footer-menu
{
	float				: left;
	text-align			: center;
	width				: 974px;
	margin-top			: 9px !important;
	margin-top			: 21px;
	

}

#footer-copyright
{
	float				: left;
	text-align			: center;
	font-size			: 12px;
	font-family			: Arial;
	width				: 974px;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/* Clear fix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




#nav a:link { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #eee;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #f2f2f2;
}

