/* CSS Document */

*
{
  margin: 0px;
  padding: 0px;
  border: none;
}

  
p {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 2em;
}

.sm{
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
}

body {
	background-color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-top:20px;
	color: #8A8744;
	line-height: 1.4em;

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom:3px;
	color: #8A8744;
	line-height: 1.2em;

}

a, a:link, a:visited
{
  color: #FF0000;
  text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: underline;
	color: #CCCCCC;
}

#header a, #footer a, #header a:link, #footer a:link, #header a:visited, #footer a:visited, #header a:active, #footer a:active, #header a:hover, #footer a:hover
{
  text-decoration: none;
  font-size: .7em;
  color:#000000

}

#quote{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#999999;
	font-size:10px;
	width: 225px;
	padding: 13px;
	float:right;
	}

#header a:hover, #footer a:hover
{ 	text-decoration:none;
	color:#FFFFFF;
}

#home{ 
	background-image: url(images/home3.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	border-top: 1px solid #000;
}

#press{ 
	background-image: url(images/home3.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
	border-top: 1px solid #000;
}

#aline {
	background-image: url(images/aline3.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
}

#bline { 
	background-image: url(images/bline3.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
}

#background { 
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
}
/*
#clips { 
	background-image: url(images/clips.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
}
*/
#future { 
	background-image: url(images/future3.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
}

#contact { 
	background-image: url(images/contact3.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	display: block;
}



#header {
	background-color: #666666;
	display: block;
	padding: 3px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:0 20px;
	/*width: 1024px;*/
	
}

#footer {
	background-color: #666666;
	display: block;
	padding: 3px;
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#window {
	height: 332px;
	border-top: 1px solid #666;
}

#left-column {
	float: left;
	clear:none;
	width: 250px;
	color: #666666;
	background-color: #666666;
	vertical-align: top;
	background-position: left top;
	text-align: left;
}


#content {
	width:inherit;
	vertical-align: top;
	text-align: left;
	padding: 20px;
	margin-left: 275px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	background-image:url(images/content-bg.gif);
	background-position:top;
	background-repeat:repeat-x
	}


#clear {
clear:both;
height: 20px;
}
#clean {
clear:both;
width:100%;
font-size:1px;}

.smalltxt {
	font-size: 12px;
	color: #8A8744;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.quotetxt {
	font-size: 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.quotebigtxt {
	font-size: 20px;
	color: #cccc66;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
}


h2 {
	font-weight: normal;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}

#list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #CCCCCC;
	line-height: 1.3em;
	margin-left: 20px;
	float: right;
	
}

#list-center {
	float: right;
	width: 175px;
	margin: 5px 0px 0px 20px;
	line-height:1.5em;
	}
#list-right {
	float: right;
	width: 150px;
	margin: 5px 0px 0px 40px;
	line-height:1.5em;
}
#list-left {
	float: left;
	width: 150px;
	margin-left: 20px;
	line-height:1.5em;
}
