@IMPORT url("header.css");
@IMPORT url("content.css");
@IMPORT url("navigation.css");
@IMPORT url("footer.css");

html,body{margin:0;padding:0}

body{
	text-align:center;
	font-family:verdana;
	font-size:11px;
	background:url('../images/body-background.gif') top repeat-x;
}

img { border:none; }

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

div#container{
	text-align:left;
	width:950px;
	margin:0 auto;
	background:url('../images/wrapper-background.jpg') repeat-y;
}
	
div#content{
	float:right;
	width:683px;
	margin-right:8px;
}

* html div#content{
	float:right;
	width:683px;
	margin-right:4px;
}

div#navigation{
	float:left;
	width:252px;
	padding:0 0 0 7px;
}

div#extra{
	float:right;
	width:691px;
}

div#footer{
	background:url('../images/footer-background.jpg') bottom no-repeat;
	color: #000;
	clear:both;
	width:100%;
	padding:20px 0 15px 0;
	text-align:center;
	font-size:11px;
}

