/* CSS Document *//* Basic Layout */img {	border: 0;	}html {	background-color: #F0F0F0;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	}h1 {	font-size: 16px;	font-style: normal;	font-weight: normal;	}h2 {	font-size: 14px;	font-style: normal;	font-weight: normal;	}a {	color: #000000;	text-decoration: none;	}a.footlink {	color: #CCCCCC;	}a:hover {	color: #FF6600;	text-decoration: none;	}body {	width: 800px;	margin-top: 80px;	margin-left: auto;	margin-right: auto;	text-align: left;	}	#sidenav {	float: left;	width: 100px;	height: 100px;	margin-top: 400px;	}#about {	margin-top: 10px;	}#wrapper {	background-image: url(../images/background.jpg);	float: right;	width: 700px;	height: 560px;	background-color: #FFFFFF;	}	#content {	float: left;	width: 480px;	height: 480px;	margin-left: 40px;	}	#altcontent {	float: left;	width: 480px;	height: 240px;	margin-left: 40px;	}	#contactcontent {	float: left;	width: 510px;	height: 370px;	margin-left: 40px;	}	#index {	float: right;	width: 135px;	height: 440px;	margin-top: 40px;	margin-left: 40px;	margin-right: 5px;	}	#info {	float: left;	width: 480px;	height: 220px;	margin-top: 20px;	margin-left: 40px;	}#contactinfo {	float: left;	width: 480px;	height: 90px;	margin-top: 20px;	margin-left: 40px;	}#imgnav {	margin-top: 5px;	margin-right: 5px;	}#previous {	float: left;	}#next {	float: right;	}#bottom {	vertical-align: bottom;	}	#altbottom {	width: 700px;	height: 20px;	float: left;	vertical-align: bottom;	}#SLIDESTEXT {	float: left;	clear: left;	height: 12px;	margin-top: 58px;	margin-left: 40px;	margin-bottom: 10px;	vertical-align: bottom;	}#home {	float: right;	clear: right;	height: 20px;	width: 130px;	margin-right: 10px;	margin-left: 0px;	margin-top: 50px;	margin-bottom: 10px;	}#fill {	height: 130px;	width: 130px;	float: right;	}	#footer {	text-align: right;	clear: both;	margin-top: 5px;	font-size: 10px;	color: #CCCCCC;	}img.thumb {	margin-right: 5px;	margin-bottom: 5px;	}
