/* layout and positioning */


#wrapper {
	width: 712px;
	text-align: left;
	margin: 2 0 0 0;
	border: 1px  solid #CCCCCC;
	
}

#header
{
	width: 700px;
	height: 100px;
	margin: 0 0 0 0;
}

#logo
{
	background: url(pic/logo.jpg) no-repeat;
	width: 710px;
	height: 90px;
	position: relative;
	top: 5px;
	padding-left: 0;
}

#topmenu
{
	width				: 700px;
	height				: 40px;
}

#menubox
{
	background-color: #06699B;
	border: 1px solid;
	height: 39px;
	width: 712px;
	float: left;
	padding-left: 2px;
}

#rightmenubox
{
	height				: 39px;
	width				: 190px;
	float				: left;
	border				: 1px  solid #CCCCCC;
}


#content{

	border				: #cccccc;
	width				: 473px;
	margin-left			: 10px;
	margin-bottom		: 0px;
	margin-top			: 2px;
	padding-top			: 0px;
}

#rightnav
{
	width				: 221px;
	border				: 1px solid #EBEBEB;
	background-color	: #ffffff;
	float				: right;
	margin-top			: 2px;
}





#copyright
{
	width				: 709px;
	margin-top			: 20px;
	margin-bottom		: 10px;
	text-align			: center;
	background-color	: #F7F7F7;
	height				: 14px;
	padding-top			: 2px;
	border				: 1px solid #EBEBEB;
	float				: left;
}

#content-footer
{
	width				: 480px;
	height				: 20px;
	background-color	: gray;
}

/*#contentbottom
{
	width				: 100%;
	margin-top			: 10px;
}
*/

#user1
{
	border				: 1px solid #EBEBEB;
	background-color	: #F7F7F7;
	float				: right;
	width				: 239px;
}

#user2
{
	border				: 1px solid #EBEBEB;
	background-color	: #F7F7F7;
	width				: 237px;
}

#myfooter
{
	text-align			: center;
}


.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 */
