/*---------------------------Zero Margins---------------------------*/
p, h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0px;
}
ul, li {
	margin-top: 0;
	margin-bottom: 0;
}

/*---------------------------Bach-Associates CSS---------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #B0AC7D;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 0px;
}
#container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.33em;
}
.bio {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

/*---------------------------Main---------------------------*/
#main {
	padding-left: 20px;
	width: 485px;
	padding-right: 35px;
	float: right;
	padding-top: 20px;
}
#main h1 {
	margin-top: 0px;
	font-size: 115%;
	font-weight: normal;
}
#main h2 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: -.5em;
}
#main h3 {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
}
#main h5 {
	font-size: 90%;
	font-style: italic;
	color: #212459;
	font-weight: normal;
}
#main ul {
	margin-top: 1em;
}

#main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.33em;
}
#container #content #main .second-list {
	font-size: 120%;
	margin-top: 0.1em;
	margin-bottom: .1em;
}

#main img {
	float: right;
	margin-left: 1em;
}

/*-------Sidebar-----*/
#sidebar {
	width: 200px;
	padding-top: 10px;
	color: #1D2057;
	margin-left: 24px;
}
#sidebar h1 {
	font-size: 90%;
	font-weight: bold;
	color: #1D2057;
	margin-bottom: .5em;
}
#sidebar h2 {
	font-size: 90%;
	font-weight: bold;
	color: #1D2057;
	margin: 2px 0px 0px;
}
#sidebar p {
	font-size: 70%;
}
#sidebar ul {
	font-size: 80%;
	font-weight: bold;
	color: #1D2057;
	margin-top: 1em;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar li {
	list-style-type: none;
	padding-top: 3px;
}
#sidebar a {
	color: #1B1D5A;
	font-weight: normal;
}
#sidebar a:hover {
	font-weight: normal;
	color: #E5BB29;
}
#sidebar .border {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #B0AC7D;
}

/*---------------------------Head---------------------------*/
#head {
	background-image: url(../images/head.jpg);
	height: 25px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 153px;
}
#head ul {
	text-align: right;
	font-size: 70%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 22px;
}
#head li {
	display: inline;
	color: #E2B511;
	text-transform: uppercase;
	list-style-type: none;
	padding: 8px;
	margin: 0px;
}
#head a {
	color: #DFB62B;
	text-decoration: none;
}

#head a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*---------------------------Footer---------------------------*/
#footer {
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	clear: both;
	padding-top: 60px;
}
#footer p {
	color: #EBB23E;
	text-align: right;
	font-size: 70%;
	margin-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
}
#footer a {
	color: #EBB23E;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#container #content #sidebar h1 a {
	font-weight: bold;
	text-decoration: none;
}
#container #content #sidebar h1 a:hover {
	font-weight: bold;
	text-decoration: none;
}
