
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF; 
	background: url(../images/background.png) repeat-x left 0px;

}

/* CONTENT is the main section */

#content {
	width: 550px;
	margin-left: 200px;
	padding-top: 0;
}

.brentham_logo {
	padding: 10px 0 0 170px;
}

#content h1 {
	padding: 40px 0 0 40px;
}

#content h2 {
	padding: 20px 0 0 40px;
}

#content h1, h2 {
	font-size: 1.5em;
	color: #841;
}

.intro_para {
	font-size: 1.2em;
	line-height: 1.4em;
}

#content p, ul {
	padding: 15px 0 0 40px;
	line-height: 1.3em;
}

#content a {
	color: #841;
}

#content ul li {
	list-style-type: none;
}

#thumbnails {
	margin: 20px 0 0 40px;
}

#thumbnails img {
	margin: 0 20px 0 0;
}

/* SIDEBAR-A is the left hand column */

#sidebar-a {
	float: left;
	width: 200px;
}

#sidebar-a p, h1 {
	padding: 0 0 0 15px;
	color: #841;
}

#sidebar-a h1 {
	font-size:1.5em;
}

#sidebar-a p {
	font-size: 0.9em;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#sidebar-a ul {margin: 0px; padding: 0px;}
#sidebar-a li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
li.closed a, li.open a {
	border: 1px solid #FFF;
	background-color: #841;
	color: #EEF0E3;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 15px;
	text-decoration: none;
}


/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #EEEDE5;
	color: #5B624F;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	border: 0;
	color:#666;
	font-size: .9em;
	font-weight:normal;
	padding: 5px 0 5px 15px;
	margin: 0;
}

.open ul a:hover {
	color: #FFF;
	background-color: #841;
} 

/* ADDRESS AT BOTTOM LEFT */
#address {
	position: absolute;
	left: 0px;
	top: 420px;
}

/* FOOTER */

#footer {
	clear: both;
}