/*
Theme Name: Feather Films
Theme URI: http://wordpress.org/
Description: Custom Featherfilms design
Version: 1.0
Author: Nick Jaffe 
Author URI: http://www.twohandscoding.com
*/




html{
	height:100%;
}

body {
   font-family: Arial, Times, "New York", serif; 
   color: #000000; 
   font-size: 13px;	
   background-color: #FFF; 
   border-width: 0; 
   border-style: none; 
   border-color: inherit;
   margin: 0px;
   padding: 0px;
   background-image: url(images/top_left.png);
   background-repeat: no-repeat;
   background-position: top left;

}

td {
   font-family: Arial, Times, "New York", serif;
}

.textwidget {
	font-family: Arial, Times, "New York", serif; 
	font-size: 13px;	
}

img {
	
	border: 0;
}

P {
	margin-top: 0;
	font-family: Arial, Times, "New York", serif; 
	font-size: 13px;
	margin: 0 0 .8em;
}

.bottom_right {
	right: 0;
	bottom: 0;
	background: url(images/bottom_right.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 107px;
	border: 0px solid black;
	position: fixed;

}

.wrapper {
	width: 800px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}

.logo {
	height: 172px;
	background: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px solid black;
}

.menu {
	width: 800px;
	border: 0px solid black;
	height: 30px;
	margin-top: 20px;
	text-align: right;
	background: url(images/hr.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

.footer {
	float: left;
	clear: both;
	background: url(images/copyright.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: fixed;
	_position:absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 120px;
	
}

.left_content {
	margin-top: 20px;
	border-right: 1px solid black;
	width: 380px;
	float: left;
	padding-right: 20px;
}

.right_content {
	margin-top: 20px;
	width: 370px;
	float: right;	
}

.newscontent {
	margin-top: 20px;
	width: 800px;
	float: left;
	padding-right: 1px;
	
		
}

UL {
   list-style-type: disc;
}
LI {
   font-size: 9pt; 
   font-family: Arial, Times, "New York", serif;
   margin-left: 5px;
   margin-right: 5px;
   margin-top: 1px;
   margin-bottom: 4px;
   list-style-type: disc;
}
h1, h2 {
  margin-top: 3;
  margin-bottom: 1px;
  font-size: 18px;
 
}

h3 {
	margin-top: 0;
	margin-bottom: 3px;
}

BLOCKQUOTE {
   font-style: italic; 
   margin: 3pt 4em; 
}
ADDRESS {
   font-style: italic; 
}
TH {
   font-family: Arial, Times, "New York", serif; 
}
TD {
   font-family: Arial, Times, "New York", serif; 
}
A:visited {
   color: #000;
   text-decoration: none;
}
A:link {
   color: #000;
   text-decoration: none;
}
A:active {
   color: #000;
   text-decoration: none;
}
A:hover {
   color: #CCC;
   text-decoration: none;
}
