html, body, #wrapper {
	min-height: 400px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float  */
	}

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #330A0E;
	
	scrollbar-3dlight-color:#DDC69C;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#DDC69C;
	scrollbar-darkshadow-color:#DDC69C;
	scrollbar-face-color:#DDC69D;
	scrollbar-highlight-color:#DDC69C;
	scrollbar-shadow-color:#DDC69C;
	}
	
#wrapper {
	width: 770px;
	text-align:left;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0"  */
	position:relative;
	background-image: url(/images/univ_bkgnd.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 593px;
	}

#float-clear {
	clear:both;
	}

#container-right {
	float:right;
	width:600px;
	height:546px;
	}

#masthead {
	float: right;
	width:550px;
	height:48px;
	margin-top: 44px;
	margin-right: 28px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	}

#container-copy {
	float:right;
	width:290px;
	height:240px;
	background-image:url(/images/univ_copy.gif);
	padding:35px;
	margin-top: 52px;
	}
	
#tourcontent {
	float:left;
	padding-left:15px;
	}
	
#tourbox h2 {
	font-size: 18px;
	font-weight:normal;
	display:block;
	color: #C79D7D;
	padding:0px;
	}
	
#tourbox2 h2 {
	font-size: 18px;
	font-weight:normal;
	display:block;
	color: #C79D7D;
	padding:0px;
	}
	
#tourbox {
	float:left;
	width:210px;
	padding-left:15px;
	text-align:center;
	}

#tourbox2 {
	float:left;
	text-align:center;
	width:310px;
	padding:8px;
	}

#copy {
	width:290px;
	height:240px;
	overflow:auto;
	padding-right:5px;
}

#copy h1, #copy h2 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin: 0px;
	color: #6E2425;
	}


#copy h5, #copy h6 {
	font-size: 10px;
	display:block;
	margin-top:5px;
	margin-bottom:1px;
	}

#copy h5 a {
	text-decoration:none;
	color:#6E2425;
	}
	
#pdf li {
	line-height: 20px;
	list-style:none;
	background:url(/images/pdficon.gif) no-repeat 0px 0px;
	padding: 0 0 0 24px;
	margin-left: -20px;
}

#container-left {
	float:left;
	width:170px;
	height:546px;
	}

#home #container-copy, #tour #container-copy {
	display:none;
	}

#logo {
	float:left;
	width:170px;
	height:250px;
	}

#hours {
	float:left;
	width:158px;
	height:275px;
	text-align:right;
	}

#hours p {
	display:block;
	margin:3px;
	text-transform: lowercase;
	color: #C79D7D;
	}

#hours ul li {
	display:block;
	margin-bottom:5px;
	text-align:right;
	list-style-type: none;
	}

#hours ul li a, p.blog a {
	text-transform: lowercase;
	color: #C79D7D;
	text-decoration:none;
	}

#hours ul li a:hover, p.blog a:hover {
	text-transform: lowercase;
	color: #C79D7D;
	text-decoration:underline;
	}

#footer {
	float:right;
	width:770px;
	height:40px;
	}

#buttons {
	float:left;
	width:360px;
	height:30px;
	margin-left: 50px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #C79D7D;
	text-decoration:none;
	}

#buttons a {
	color: #C79D7D;
	text-decoration:none;
	}

#button1, #button2, #button3 {
	float:left;
	width:120px;
	height:20px;
	text-align: center;
	padding-top: 10px;
	}

#copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #9B3335;
	width:320px;
	height:20px;
	padding-top:10px;
	float:right;
	font-size: 10px;
	text-align: center;
	}


#copyright a {
	color: #9B3335;
	text-decoration:none;
	}

#copyright a:hover, #buttons a:hover, #copy h5 a:hover, #copyright span.address a:hover {
	color:#CC6600;
	}

.address, #copyright span.address a {
	color: #C79D7D;
	font-size: 11px;
	font-weight: bold;
}

.smalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #DDC69C;
	
}
form.viewmenu{
	text-align: right;
	vertical-align: -10%;

}

#flash_ad {
	display: none;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 225px;
}

#flash_close {
	background-color: #F9ECB7;
	color: #000000;
	text-align: right;
	padding: 3px 6px 0 3px;
}