

/*********** PAGE ***********/

html, body {
	width:100%;
	height:100%;
	font-size:100.01%;
	margin:0;
	padding:0;
	font-family:verdana;
	text-align:center;
        background-color:#f3f3f3;
}

*+html, *+body {
        position:relative;
}

#center {
	left:-5.3em;
	margin:auto;
	position:relative;
	width:63em;
}

#page {
	width:49.9375em;
	min-height:100%;
	margin:auto;
	padding:0 1.25em 0 1.25em;
	text-align:left;
	position:relative;
        background-color:#ffffff;
}

* html #page {
        height:100%;
}

*+html #page {
        min-height:100%;
}

#pageinfo {
	width:8.6em;
	position:absolute;
	top:3.1em;
	left:53em;
}


/*********** HEADER ***********/


#headerlogo {
        float:left;
        display:inline;
	width:15em;
	height:3.8125em;
	margin:1em 10.375em 0 4.6em;
}

#metanav { 
        float:left;
        display:inline;
	width:15em;
	margin:1em 0 0.7em 0;
}

#headersearch {
	float:left;
        display:inline;
        width:19.9em;
}

#headerpic {
        margin:0.5em 0 0 0;
	height:7.3125em;
}


/*********** NAVIGATION ***********/


#contentmainnav {
	margin:0.0625em 0 1em 0;
}

#contentnav {
    float:left;
    display:inline;
    width:18.125em;
    margin:0 2.5em 0 0;
}


/*********** CONTENT ***********/


#content {
    float:left;
    display:inline;
    width:29em;
    background-color:#ffffff;
}

#start #content {
    width:25.625em;
}


