/* CSS Document */

div {
/*
	border: 1px solid red;
	padding: 2px;
*/
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#content {
	height: 330px;
	overflow: auto; 
	padding: 20px 40px;
}

#content p {
	margin-right: 10px;
	max-width: 555px;
}

#footer {
	clear: both;
	text-align: right;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}


#inner {
	/* height: 400px; */
	min-width: 955px;
	#position: relative;  /* ie only */
	#top: -50%;   /* ie only */
}

#shadow {

}

#sidebar {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
}

#subfooter {
}

#middle {
	#position: absolute; /* ie only */
	#top: 50%; /* ie only */
	display: table-cell; 
	vertical-align: middle; 
	width: 100%;
}


#outer {
	display: table; 
	height: 100%; 
	#position: relative;  /* ie only */
	overflow: visible; 
	width: 100%;
}

#slideshow {
	float: left;
}


#wrapper {
	/* padding: 0px 0px 0px 400px; */
	/* #padding: 0px; ie only 
	margin-left: -400px;*/
}


