/* layout and positioning */

html, body {
	font-family			: Tahoma;
	font-size			: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper {
	width: 766px;
	text-align: left;
	padding:0px;
	margin: 0 auto 0 auto;
	border: 0px solid #000;
	bottom:0px;
	height: 100%;
}

#header {
	background			: url(../images/header.png);
	background-repeat	: no-repeat;
	width				: 766px;
	height				: 193px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	
}

.wrapper-page
{
	background			: url(../images/right-gen-bg.png) repeat-y;
	
}
#wrapper-page-bg
{
 	
	
}

#navwrapper1
{
	width: 200px;
	padding: 0 566px 0  0;
	/* parent on the right side */
}

#nav {
	width: 194px;
	padding-left		: 5px;
	padding-top: 5px;
	
}


#section-top
{
	height				: 112px;
	position			: relative;
	padding				: 5px 10px 0px 10px;
}



#content {
	padding				: 15px 5px 0px 10px;
	width: 550px;

	
}

#cwrapper1 {
	float: right;
	width: 560px;
	
}

#content-footer
{
	/*background			: url(../images/content-footer-bg.png) no-repeat;*/
	height				: 20px;
	width				: 766px;
	
}

#site-footer {
	background			: url(../images/footer-bg.png) no-repeat;
	width				: 766px;
	height				: 113px;
	bottom:0px;

}



#footer-top
{
	height				: 60px;
	width				: 750px;
	float				: left;
}

#footer-menu
{
	height				:23px;
	float				: left;
	text-align			: right;
	width				: 766px;
	

}

#footer-copyright
{
	float				: left;
	text-align			: center;
	font-size			: 10px;
	font-family			: Arial;
	width				: 750px;
}


.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: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #eee;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #f2f2f2;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}
