body {
	background-color: #4f4641;
	color: black;
	margin: 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1px;
	background-color: #ebe6e3;
	color: #000;
	padding: 20px;
}

#intro {
	display: block;
	height: 150px;
	background: url(../images/logobak.jpg) repeat-x;
	border: 1px solid #000;
	text-align: center;
}


#full_width {
	padding:10px;
}
#full_width p {
	line-height: 1.5em;
}
#full_width h3 {
	color: #d54e1f;
}


#major_content {
	width: 510px;
	float:left;
	padding: 10px;
}
#major_content p{
	line-height: 1.5em;
}
#major_content p a {	
	color: #4f4641;
	background-color: #ebe6e3;
}
#major_content p a:hover {
	color: #cc6a0f;
	background-color: #ebe6e3;
}
#major_content ul {
	list-style-image: url(../images/ar.gif);
	list-style-position: outside;
}
#major_content li {
	padding: 2px;
}


#minor_content {
	width: 258px;
	float: right;
	padding: 5px;
	text-align: center;
}

#minor_content img {
	border: 1px solid black;
	padding: 5px;
	margin-bottom:5px;
}

p a {
	color:red;
	text-decoration:none;
	border-bottom:1px solid black;
}

p a:hover {
	border-bottom: 1px dotted black;
}

/* @group Headings */
h1, h2 {
	color: #d54e1f;
	background-color: #ebe6e3;
	text-align: center;
	border-top: 1px dotted #4f4641;
	border-bottom: 1px dotted #4f4641;
	margin-top: 0px;
}

h1 {
	margin-top: 0px;
	font-size: 2em;
}

h2 {
	
	background-color: #eee1da;
	font-size: 1.3em;
}
/* @end */

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: #4f4641;
}




#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #ebe6e3;
color: #fff;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
background-color: #4f4641;
color: #fff;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #fff;
background-color: inherit;
text-decoration: none;
}

#navcontainer ul li a:hover
{
	background-color: #d54e1f;
	color: #fff;
}

#navcontainer #active {
	background-color: #d54e1f;
	color: #fff;
}


#nearby {
	width: 48%;
	float: left;
	background-image: url(../images/grad3.jpg);
}

#facilities {
	width: 48%;
	float: right;
	background-image: url(../images/grad3.jpg);
}

#footnav {
	padding: 0px;
	margin-top: 0px;
	list-style: none;
}

#footnav a {
	color: #fff;
	text-decoration: none;
}

#footnav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	border-right: 1px solid #fff;
}

/* #footnav li:last-child {
	border-right: 0;
}
*/




#comments {
}

#comments li{
	list-style: none;
	padding-bottom: 15px;
}

#comments p {
	border-top: 1px solid #d54e1f;
	border-bottom: 1px solid #d54e1f;
	padding: 15px;
	margin: 15px;
	margin-top: 5px;
	background-color: #f4e6e3;
	list-style: none;
	margin-left: -10px;
	margin-right: 30px;
}

#comments span.author{
	font-weight: bold;
	color: #d54e1f;
}

#comments span.date{
}

#gallery {
	text-align: center;
}


#gallery img {
	margin: 10px;
}

fieldset {
	margin-top:20px;
	border:2px solid #aaa;
	padding:20px;
}

legend {
	border:1px solid #aaa;
	padding:10px 30px 10px 30px;
	color:#000;
	font-weight:bold;
}

form {
	width:450px;
	background-color:#fff;
	padding:30px;
	border:1px solid black;
}

form label {
	font-size:11pt;
}

#about_you {
	display:block;
}

#details {
	display:block;
}

#gallery img {
	border:1px solid black;
	padding:5px;
}

#gallery img:hover {
	padding:4px;
	border:2px solid black;
}

.highlight {
	padding:2px;
	font-weight:bold;
	color:#bb0000;
}

form#comment {
	border:1px dotted black;
	width:320px;
	padding-top:20px;
	padding-bottom:20px;
}
form#comment span{
	font-size: 8pt;
	display:block;
	clear:both;
}
form#comment label{
	font-weight:bold;
	color:#d54e1f;
	clear:both;
}

#notice {
	font-weight:bold;
	font-size:13pt;
	text-align:center;
	color:red;
	padding:20px;
	padding-top:0;
}

