/* layout and positioning */


#wrapper {
	width: 803px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header
{
	width				: 803px;
	height				: 10px;
}

#logo
{
	background			: url(../images/) no-repeat;
	width				: 238px;
	height				: 5px;
	position			: relative;
	top					: 10px;
}

#topmenu
{
	width				: 803px;
	height				: 40px;
}

#menubox
{
	background-color	: #CC112D; /*topmenüü taustavärv*/
	border				: 1px solid #DADFCA;
	height				: 39px;
	width				: 572px;
	float				: left;
	padding-left		: 2px;
}

#rightmenubox
{
	height				: 39px;
	width				: 223px;
	float				: right;
	border				: 1px  solid #CCCCCC;
}


#content
{
	/*background			: url(../images/image2.jpg) no-repeat;*/
	border				: #cccccc;
	width				: 575px;
	margin-left			: 0px;
	margin-bottom		: 0px;
	margin-top			: 0px;/*contenti kaugus peale topmenüüd*/
	padding-top			: 0px;
}

#rightnav
{
	width				: 221px;
	border				: 1px solid #EBEBEB;
	background-color	: #F7F7F7;
	float				: right;
	margin-top			: 0px;/*mainmenüü algus peale topmenüüd*/
}





#copyright
{
	width				: 803px;
	margin-top			: 20px;
	margin-bottom		: 10px;
	text-align			: center;
	background-color	: #DFDFDF;
	height				: 18px;
	padding-top			: 2px;
	border				: 1px solid #999999;
	float				: left;
}

#content-footer
{
	width				: 803px;
	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 */


