/*
Theme Name: Fly Factory


*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 1004px;
	margin: 0 auto;
}

#wrap {
	width: 100%;		
}

#content-container {
	float: left;
	width: 1004px;
	padding:0px;
	margin-left:0;
	margin-top:-30px;
	position:relative;	
}

#content {
	float: left;
	width: 1004px;
	padding:0px;
	margin-top:8px;
	position:relative;
}

#header {
	clear: both;
	height:201px;
	margin: 0 auto; 
	width: 1004px; 
	background:url(images/header.jpg) no-repeat;	
}

#footer {	
	color:#333333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:78px;
	float:left;
	width:1004px;
	position:relative;
	background-color:#FFECEE;
	background:url(images/footer.jpg) no-repeat center;
}

.footerlinks {
	color:#333333;
	text-align:center;
	float:left;
	width:1003px;
	padding-top:45px;
}

.footerlinks a {
	color:#fff;
	text-decoration:underline;
}

.navigation a {
	color:#333333;
	text-decoration:none;
}

.navigation a:hover {
	color:#999999;
}

.navigation {
	text-align:right;
	font-size:12px;
}

.navigation .alignright {
	margin-bottom:10px;
}

.navigation .alignleft {
	margin-bottom:10px;
}
	
a img {
	border:0;
}

#twitter_link_footer {
	text-decoration:underline;
	text-align:center;
}

#twitter_link_footer a {
	color:#003399;
}
	
	



a {
	color:#999999;
}

