@CHARSET "UTF-8";

/***** HTML elements  *****/
* {
	padding:0;
	margin:0 auto;
}

body {
	margin: 0 auto;
	text-align: center;
	background-color: #C0C0C0;
	font-family: Verdana, Ariel, sans-serif;
	font-size: 10pt;
}

img {
   border: 0;
}

h2 {
    color: #009018;
	padding-bottom: 10px;
}

p {
	padding-bottom: 5px;
}

a:link {
	text-decoration: none;
	color: #0000EE;
}

a:visited {
	text-decoration: none;
	color: #0000EE;
}

a:hover {
	text-decoration: underline;
	color: #0000EE;
}

/***** ID's  *****/
#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 974px;
	height: 200px;
}

#logo {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #000000;
    color: #909030;
}

#banner {
	width: 774px;
	float: right;
}

#navigation {
    width: 974px;
	background-color: #000000;
    color: #909030;
	text-align: left;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#navigation ul {
	margin-left: 0.75em;
	line-height: normal;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a {
    background-color: #000000;
	color: #909030;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}


#navigation ul li a:hover {
	background-color: #009018;
	color: #000000;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
}

#navigation #current a {
	background-color: #009018;
	color: #ffffff;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
}

#contentContainer {
	width: 968px;
	border: solid 3px #009018;
	background-color: #ffffff;
	padding-bottom: 20px;
}

#content {
	width: 700px;
	float: left;
	text-align: left;
	padding: 10px 0 0 25px;
}

#rightModules {
	width: 243px;
	float: right;
}

#moduleA {
	width: 193px;
	border: solid 3px #009018;
    background-color: #C0C0C0;
	text-align: left;
}

#moduleA ul {
	padding-bottom: 5px;
}

#moduleA li {
    list-style-type: none;
    padding-left: 5px;
}

#moduleB {
	width: 193px;
	border: solid 3px #009018;
    background-color: #C0C0C0;
}

#footer {
	width: 968px;
	background-image : url('img/footer.gif');
    background-repeat : repeat-x;
	border: solid #000000;
	border-width: 0px 3px;
	height : 50px;
}

#copynotice {
    color : #909030;
    font-weight : bold;
    padding-top: 1.3em;
  }

/***** Page specfic *****/
#brews {
    float: left;
    margin-left: -5px;
    padding-bottom: 10px;
}

#brews tr {
    text-align : center;
}

#brews td {
    padding-right: 20px;
}

#items {
    width: 650px;
    float: left;
}

#items li {
    margin-bottom: 10px;
    list-style-type: none;
}

#album td {
	padding: 10px 15px 10px 0;
}

#bands tbody{
	margin-left: 300px;
}

#bands tr {
	text-align:center;
}

#bands td {
	padding: 10px ;
}

/***** Classes *****/
.spacer {
	clear: both;
}

.roundLeft {
	background: url('img/blktableft.gif') 0 0 no-repeat #000000;
	color: #909030;
}

.roundRight {
	background: url('img/blktabright.gif') 100% 0 no-repeat;
	padding: 10px;
}	

.moduleTitle {
	width: 199px;
	padding-top: 30px;
}

.moduleHeader {
	font-weight: bold;
	padding: 5px 0;
}

.itemTitle {
    color : #009018;
    font-weight : bold;
  }
#map_canvas {
	width: 500px;
	height: 300px;
float: left;
}
