/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #2f362e url(images/bach2.gif);
	text-align: justify;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;

}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family:  "Times New Roman", Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
	color: 3a1906;
}

h2 {
	letter-spacing: -1px;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

a:link, a:visited {
	text-decoration: none;
	color: #8c9889;

}

a:hover {
	text-decoration: none;
	color: #6b726a;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 5px 0 0;
	text-align: right;
}

img.right {
	float: right;
	margin: 0;
	text-align:left;
}


/* Header */

#header {
	width: 680px;
	height: 186px;
	margin: 20px auto;
	padding: 0 0 0 25px;
	background: url(images/headerattempt2.jpg) no-repeat left top;
	border-color:#000000;
	border-style: solid; 
	border-width: 5px; 
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0;
	background: transparent;

}

/* Content */

#content {
	float: left;
	width: 505px;
	padding: 5px 5px 5px 5px;
	margin: 0;
/*        background: #2f362e; */
	background: transparent;

}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
	padding: 50px 0 0 0;
	margin: 0;
/*        background: #2f362e; */
	background: transparent;

}

/* Footer */

#footer {

	float: left;
	width: 510px;
	padding: 5px 5px 5px 5px;
	margin: 0;
/*        background: #2f362e; */
	background: transparent;

}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
}

#footer a {
	color: #8c9889;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

#legal {
	float: center;
}

#links {
	float: right;
	text-decoration: none;
}

