
	#preview div {
		postition:relative;
	}
	#preview #container {
	   min-height:100%;
	   position:relative;
	}

/* === Top of the page === */
	#preview #header {
		position:relative;
		width:900px;
		padding:10px;
		height:210px;
		background-color: #EEEEEE;
		border-top: 7px solid #DEDEDE;
		margin-top:30px; 
	}

/* === Middle of the page === */
	#preview #middle {
		height:100%;
		width:900px;
		padding:10px; 
		background-color: #DDDDDD;
		min-height:400px;
		/*padding-bottom:210px;*/
		padding-bottom:30px;
		z-index:10;

	}
/* === Bottom of the page === */
#preview #footer{
		width:100%;
		background-color: #8888CC;
clear:both;     
		border-top:7px solid #FDFDFD;
		color:#FFFFFF;
		font-size:10px;
		height:200px;
		z-index:5;
	}
	
	#preview #logo {
		background-image:url('/img/fullLogo/png');
		background-repeat:no-repeat;
		position: absolute;
		left:-20px;
		top:-20px;
		width:600px;
		height:210px;
		z-index:5;
	}
	#preview #header img {
		border:none;
		float:right;
	}
	#preview #footer a { 
		text-decoration:none;
		color:#DEDEDE;
	}
	#preview #footer ul { 
		font-size:9px;
		list-style: circle;
		padding:0px;
	}
	#preview #footer p { 
		font-weight:900;
	}
	#preview #innerFooter {
		width:900px;
		margin:0px auto;
	}
	#preview #menu {
		position:absolute;
		bottom:0px;
		background-color: #FDFDFD;
		width:900px;
	}
	#preview #menu ul li {
		display:inline;
		font-size:14px;
		font-weight:900;
		line-height:20px;
	}
	
	#preview #menu a {
		text-decoration:none;
		color: #999999;
		display:block;
		float:left;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
	}
	#preview #menu a:hover {
		background-color:#CCCCCC;
		color:#222222;
	}
	#preview .content {
		background-color:#EEEEEE;
		border:2px solid #666666;
		font-size:12px;
		font-weight:100px;
		color:#1C5295;
padding:10px 30px 0px 30px;
	}
	#preview #content-left {
		text-align:left;
		float:left;
		width: 200px;
		padding:5px; 
	}
	#preview #content-middle {
		float:right;
		width:640px;
		text-align:left;
		padding:10px;
	}
	#preview #footerMenu {
		float:left; 
		padding-left:100px;
		text-align:left
	}
	#preview #links {
		float:left; 
		padding-left:30px;
		text-align:left
	}
	#preview #copy { 
		padding-top:30px;
		padding-right:100px;
		float:right;
	}
	#preview #copy p { 
		display:inline;
		font-size:16px;
		font-weight:700;
	}
	#preview #copy a {
		color: #CCCCFF; 
		font-weight:500;
	}

	#preview .imagewrapper {
float:right;
margin-left:20px;
margin-bottom:10px;
}

	#preview .imagewrapper .caption{
color:#555;
font-style:italic;
}