/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background 
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {	
	height: auto;
}

body {
	width: 703px;
	background: none;
	margin: 0 20px 0 20px;
}

#logo {
	position:relative;
	display: block;
	left: 0px;
	overflow:hidden;
	/*width:auto;
	height:auto;*/
	top:0px;
	width:145px;
	height:44px;
	margin: 20px 0 10px 0;
}

#printableHeaderImage {
	display: none;
}

#websiteTitle {
	display: none;
}

#box {
	position: static;
	width: 703px;
	margin: 0;
	background: none;
}

#websiteTitle {
	left: 20px;
}
#webSiteSubTitle {
	position: absolute;
	z-index: 1;
	top: 0.909em;
	width: 36px;
	height: 43px;
	left:691px;
}

#header {
	display: none;
}

#languageNavigation {
	display: none;
}

#metaNavigation {
	display: none;
}

#search {
	display: none;
}

#rootlineBox {
	background: #FFFFFF;
}

#col1 {
	display: none;
}

#col2 {
	left: 162px;	
	/*padding-top: 20px;*/
}

.recommend {
	display: none;
}
.printPage {
	display: none;
}

#mainContent {
	padding: 20px 0 0 0;
}


#col3 {
	display: none;
}

#footer {
	display: none;
}
