* {
margin:0;
padding:0;
}

html,body{
background-color: #EFEDE7;
height:100%;
}

img{
border-style:none;
}

#container{
position:relative;
min-height:100%;
}

* html div#container {
	height:100%;
}


#head{
width:900px;
height:100px;
background-color: #003366;
}


#pagebuilding {
width:900px;
position:relative;
margin-left:auto;
margin-right:auto;
background-image: url(../images/body_bg.gif);
background-repeat: repeat-y;
background-position: center center;
}

#floatbox1 {
float: left;
width: 180px;
background-image: url(../images/navi_bg.gif);
background-repeat: repeat-y;
}

#floatbox2 {
	float: left;
	width: 720px;
	background: #ffffff;
}


#footer{
width:900px;
height:31px;
background-color: #6633FF;
background-image: url(../images/copyright.gif);
background-repeat: no-repeat;
clear:both;
}
