@import url(moodalbox.css);
@import url(content.css);
@import url(navigation.css);
@import url(contentbox.css);

body{
	font-family:verdana;
	font-size:11px;	
}

img {
	border:0;	
}

div#container{
	width:1000px;
	border:1px solid #999;
	margin:0 auto;
	background:url('../images/background-container.jpg') top no-repeat;
	text-align:left;
}

div#content{
	float:right;
	width:600px;
	padding:42px 0 0 0;
	margin:0 122px 25px 0;
}

div#header{
	position:relative;
	background:url('../images/background-header.jpg') top no-repeat;
	height:208px;
}

div#header .logo{
	position:absolute;
	margin:60px 0 0 56px;
}

div#header .ggfriendly{
	position:absolute;
	margin:150px 0 0 280px;
}

div#navigation{
	float:left;
	width:191px;
	padding:35px 21px 0 66px;
}

div#extra{
	clear:both;
	width:100%;
}

div#footer{
	background:url('../images/background-footer.jpg') top no-repeat;
	height:40px;
}

