input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top: 5px; }
.browserIE fieldset { margin-top: 20px; }
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }

.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

	#gallery {
		background-color: #ffffff;
		padding: 0px;
		width: 600px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #ffffff;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 2px solid #cf5814;
		border-width: 2px 2px 2px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
body {
	background-color: #999999;
	font-size: 62.5%;
}
#nav{
	position: absolute;
	top: 0px;
	width: 820px;
	height: 150px;
	left: 50%;
	margin-left: -410px;
	background: url(../images/nav_background.jpg) no-repeat;
}
#scroll{
	position: absolute;
	top: 155px;
	width: 150px;
	height: 600px;
	border: 3px;
	left: 50%;
	margin-left: -410px;
	background-color: #ffffff;
}
#main{
	position: absolute;
	top: 155px;
	width: 665px;
	left: 50%;
	height: 600px;
	margin-left: -255px;
	background-color: #ffffff;
}

#footer{
	position: absolute;
	width: 820px;
	height: 25px;
	left: 50%;
	top: 760px;
	margin-left: -410px;
	background-color: #ffffff;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #cf5814;
}
h6 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	font-weight: normal;

}
.news {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px coral solid;	 
	
}
p {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
a {
	text-decoration: none;
	font-family: "Comic Sans MS";
	color: #983620;
	font-size: 14px;
	font-weight: bold;
}

