/** BASIC */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #000000;
	background-repeat: repeat-x;
	padding: 0px;
	width: 150px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
}

p, ol, ul {
}

ul {
	list-style-type: square;
}

a {
	color: #995555;
}

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

.link1 {
	text-decoration: none;
	color: #FFFFFF;
}

.link:hover {
	text-decoration: underline;
}

/** HEADER */

#header {
	width: 975px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 130px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-image: url(../images/baheader.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#header h1 {
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	font-size: 20px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

/** MENU */

#menu {
	float: left;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

html>body #menu {
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 170px;
	background-color: #CC3300;
	border-top: 1px solid #C17D7D;
	border-bottom: 1px solid #712D2D;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
}

#menu a:hover {
	background-color: #CC0000;
	border-top: 1px solid #288EB0;
	border-bottom: 1px solid #003E60;
}

/** CONTENT */

#content {
	float: left;
	width: 780px;
	background-color: #FAF6F6;
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(../images/bk.jpg);
	padding-bottom: 20px;
}

#content h2 {
}

#left {
	background-color: #FFFFFF;
	background-image: url(../images/bk.jpg);
	background-position: 0px;
	width: 750px;
}

#right {
}

/** FOOTER */

#footer {
	clear: both;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	height: 20px;
}

#footer p {
	margin: 0px;
	padding: 0px 10px;
	background-color: #CC0000;
	font-size: small;
	color: #FFFFFF;
}
#pics {
	width: 500px;
	padding-left: 10px;
	padding-top: 10px;
}
#ctext {
	width: 325px;
	float: right;
	height: 0px;
}
