	body {
		
	}
	html {
		margin:0;
		padding:0;
		background:#fff;
		color:#000;
	}
	body {
		min-width:915px;
	}
	#wrap {
		background:#fff;
		margin:0 auto;
		width:912px;
	}
	#nav {
		position:relative;
		background:#fff url(../images/renderplex.jpg) no-repeat 7px 12px;
		height:75px;
		width:912px;
	}
	#nav h1 {
    	padding:5px;
	    margin:0;
    }
	#header {
		background:#e2e2e2;
		height:8px;
		padding:0px;
	}
	#header ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#header li{
		display:inline;
		margin:0;
		padding:0;
	}
	#topcorners{
		width:912px;
		height:8px;
		background:#e2e2e2 url(../images/corners_top.png) no-repeat 0 0;
	}
	#sidebar {
		background:#e2e2e2 url(../images/corners_middle_left.png) repeat-y;
		float:left;
		width:299px;
	}
	#sidebar iframe{
		margin:0 0 0 10px;
		width:282px;
		height:440px;
	}
	#sidebar div {
		margin:60px 0 0 0;
		padding:0 15px 0 15px;
	}
	#sidebar p {
		margin:0 0 1em 16px;
		color:#5887A0;
		font-size:15;
		line-height:1.25em;
	}
	#sidebar h2, #main h3, #main p {
		padding:0 10px;
    }
	#main {
		background:#e2e2e2 url(../images/corners_middle_right.png) repeat-y;
		float:right;
		width:613px;
	}
	#main iframe{
		margin:0 0 0 4px;
		width:600px;
		height:450px;
	}
	#main ul {
		margin-bottom:0;
    }
    #main h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#e2e2e2 url(../images/corners_bottom.png) no-repeat 0 0;
		height:16px;
		clear:both;
	}
	#footer p {
		padding:0;
		margin:0;
    }
	.copyright{
		color:#868686;
		font-size:14;
		text-align:right;
	}


/* Navigation */
#navcontainer1 {
	position:absolute;
	bottom:24px;
	right:0;
	margin: 0;
	padding: 0;
	height:20px;
}
#navcontainer1 ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer1 ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer1 ul li a {
	width: 100px;
	height: 19px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 0px;
	border-right: none;
	padding:0;
	margin: 0 0 0 0;
	background:#e2e2e2;
	color: #5887A0;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 11px/19px Helvetica, verdana, lucida, sans-serif;
}
#navcontainer1 ul li a:hover {
	color:#fff;
}

#navcontainer2 {
	position:absolute;
	bottom:3px;
	right:0;
	margin: 0;
	padding: 0;
	height:20px;
}
#navcontainer2 ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer2 ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer2 ul li a {
	width: 100px;
	height: 19px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 0px;
	border-right: none;
	padding:0;
	margin: 0 0 0 0;
	background:#e2e2e2;
	color: #5887A0;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 11px/19px Helvetica, verdana, lucida, sans-serif;
}
#navcontainer2 ul li a:hover {
	color:#fff;
}
