
div.masthead {
	position: relative;
	padding-bottom: 15px;
	background-color: #369;
    width: 100%;
}

div.logo {
	width: 210px;
	float: left;
	background: #668cb3 url(http://www.anywebcam.com/awc/html/lang_10000/thm_default/images/layout/merge_1.gif) repeat-y top right;
	margin-right: -3px;
}

div.logo img {
	width: 200px;
	height: 80px;
}

div.adspace {
	margin: 0 230px 0 207px;  /* IE 3-pixel issue */
	background-color: #98b0ca;
	height: 80px;
}
/* fix IE 3-pixel issue */
div.adspace[class] {
	margin: 0 230px 0 210px;
}

div.user {
	position: absolute;
	top: 0;
	right: 0;
	width: 230px; /* IE incorrect width calculation */
	padding-left: 10px;
	background: #cddbe8 url(http://www.anywebcam.com/awc/html/lang_10000/thm_default/images/layout/merge_2.gif) repeat-y;
}
/* fix IE incorrect width calculation */
div.user[class] {
	width: 220px;
}

div.userfixedheight {
	height: 80px;
}

div.wrapper, div.content, div.login {
    border: 0 solid green;
}

div.wrapper {
    float: left;
}

div.login {
    float: left;
    width: 190px;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: -3px;
    background-color: #cddbe8;
    border-right: 1px solid #668cb3;
    border-bottom: 1px solid #668cb3;
}

div.content {
    margin: 0 240px 0 201px;
}

div.content[class] {
    margin-right: 230px;
}


div.body {
    padding: 5px;
}

div.menuanon {
    margin-left: -3px;
}
div.menuanon[class] {
    margin-left: 0;
}

