html, body {

}
body {
	background-image:url(../../images/background.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-color:#232323;
	text-align:center;
	font-family: "Century Gothic", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#e4e4e4;
	line-height:1.6em;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:70%;
	min-width:720px;
}

a {
	font-weight:bold;
}

a:link {
	color:#e4a3b0;
}
a:visited {
	color:#FFC0C0;
}
a:hover {
	color:#D0D0D0;
}
a:active {
	color:#FF4040;
}

#menu {
}
.menu_logo {
	float:left;
	width:29%;
}
.menu_option {
	width:14%;
	float:left;
	line-height:normal;
	font-size:small;
	text-align:center;
}
.menu_option a {
	text-decoration:none;
	font-weight:normal;
}
.menu_option a:link {
	color:#FFFFFF;
}
.menu_option a:visited {
	color:#FFFFFF;
}
.menu_option a:hover {
	color:#FFC0C0;
}
.menu_option a:active {
	color:#FF8080;
}


#options {
	padding-bottom:250px;
}
.option {
	width:24%;
	float:left;
	text-align:center;
}
.option a {
	text-decoration:none;
	font-weight:normal;
}
.option a:link {
	color:#FFFFFF;
}
.option a:visited {
	color:#FFFFFF;
}
.option a:hover {
	color:#FFC0C0;
}
.option a:active {
	color:#FF8080;
}


.menu_option img, #menu img, #options img, .option img {
	border:none;
}


.notice {
	font-size:small;
	line-height:normal;
}

.clear {
	clear:both;
}
#content {
	border-top:solid 1px #e4e4e4;
	margin-top:10px;
}
.top {
	font-size:small;
	text-align:right;
}
#footer {
	border-top:solid 1px #e4e4e4;
	padding-top:4px;
	font-size:x-small;
	line-height:normal;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	padding-right:10px;
	list-style:none;
}
#footer a {
	font-weight:normal;
}
#footer a:link {
	color:#FFFFFF;
}
#footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFC0C0;
}
#footer a:active {
	color:#FF8080;
}
h1 {
	color:#CC5C74;
	text-transform: uppercase;
}
h2 {
	color:#d68999;
	text-transform:uppercase;
}
h3 {
	color:#eab2be;
	text-transform:uppercase;
}
.bwas_heads {
	padding-right:10px;
}
.copyright p {
	font-size:x-small;
	line-height:normal;
}

	  .doco {
	  }
	  .doco_image {
	  	width:160px;
		float:left;
		padding-bottom:20px;
	  }
	  .doco_text {
		padding-left:160px;
		line-height:normal;
	  }
	  h2 {
	  	text-transform:uppercase;
		padding:0px;
		margin:0px;
		font-size:1.2em;
		color:#FF8080;
	  }
	  .doco_text p {
	  	padding:0px;
		margin:0px;
		text-transform:uppercase;
		font-size:0.9em;
	  }
	  .doco_director {
	  	text-transform:uppercase;
		font-weight:bold;
		color:#A0A0A0;
		font-size:1em;
	  }
	  .doco_year_duration {
	  	text-transform:uppercase;
		font-weight:bold;
		color:#B0B0B0;
		font-size:0.9em;
	  }