* { padding: 0; margin: 0; }
html {
 height: 100%;
}
body {
 height: 100%;
 background: #fff;
}
p {
 padding: 0px;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
 height: 500px;
}

.midspace {
 float: left;
 width: 20px;
 height: 1px;
}

#header {
 margin-top:10px;
 width: 100%;
 float: left;
 height: 95px;
}

#header-logo {
 float: left;
 width: 225px;
 height: 100%;
}
#logo {
 margin-top: 10px;
}

.menu-item {
 float: left;
 margin: 0px;
 padding: 0px;
 width: 112.5px;
 height: 100%;
}

#breadcrumb { 
 position: relative;
 float: left;
 height: 25px;
 margin: 0px;
 padding: 0px;
 width: 100%;
 display: inline;
}

#leftcolumn { 
 height: 100%;
 width: 450px;
 height: 450px;
 float: left;
}

#content {
 position: relative;
 height: 450px;
 width: 450px;
 float: left;
}

#content-title-box {
 margin: 10px 0px 0px 0px;
}

#content-menu-box {
 position: absolute;
 left: 0px;
 bottom: 135px;
 width: 100%;
}
#content-bottom-box {
 position: absolute;
 left: 0px;
 bottom: 0px;
 border-top: 1px solid #bdc6c3;
 width: 100%;
}

.content-header-box {
 position: relative;
 bottom: 0px;
 left: 0px;
 height: 70px;
 margin: 2px 0px 0px 0px;
 border-bottom: 1px solid #bdc6c3;
}

.content-header-box-small {
 position: relative;
 bottom: 0px;
 left: 0px;
 height: 25px;
 margin: 4px 0px 0px 0px;
 border-bottom: 1px solid #bdc6c3;
}


.content-header-box img {
 position: absolute;
 right: 0px;
 top: 1px;
 width: 65px;
}
.content-header-box p {
 margin-right: 75px;
}

.footer { 
 float: left;
 height: 25px;
 margin: 0px;
 padding: 0px;
 width: 450px;
 display: inline;
}


div.w50 {
 float: left;
 width: 450px;
 height: 100%
}

div.w25 {
 float: left;
 width: 112px;
 height: 100%
}

div.line {
position: relative;
text-align: center;
width: 100%;
}
span.left {
position: absolute;
left: 0;
}
span.right {
position: absolute;
right: 0;
}

img.float {
 float: left;
}
div.partnerbox {
 float: left;
 width: 150px;
 height: 150px;
}
div.peoplebox {
 float: left;
 width: 90px;
 height: 90px;
}

div.column {
 float: left;
 width: 150px;
}

#content-menu-box div {
	margin: 0px;
}
#content-menu-box a {
	margin: 0px;
}
