@charset "utf-8";
/* CSS Document */

* {	margin: 0;
	padding: 0;}
	
html {min-height:100%;}
body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#600;
}

p{
	padding:5px 10px 5px 15px;
	color: #FF9;
	font-size: 12px;
	line-height:16px;
}
a {
	color:#CCF;
	text-decoration:none;
}
a:hover {
	color:#CFF;
}

img {border:none;}
.center {text-align:center;}
.right {text-align:right;}
.bigger {
	font-size:18px;
	line-height: 18px;
}

.image-left {
	float:left;
	margin: 10px 10px 10px 10px;
}
.image-right {
	float:right;
	margin: 10px 10px 10px 10px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#404040;
	padding:0 0 5px 5px;
	font-weight:normal;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	padding:4px 0 5px 10px;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
}
h3 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:60px;
	color:#FFF;
	padding:0 0 5px 0;
	color:#FFF;
}
h3 a:hover{
	color:#FFC;
}
#top-holder {
	width:100%;
	height:380px;
	background-image:url(../graphics/top-background.jpg);
	background-repeat:repeat-x;
	margin: 10px 0 0 0;
}
#top {
	width:1000px;
	height:380px;
	margin: 0 auto;
}

#logo {
	margin:0 0 0 60px;
}
#logo a{
	width:880px;
	height:200px;
	display:block;
	background-image:url(../graphics/falcon-uk.jpg);
}
#logo a:hover{
	background-position:0 200px;
}
#falcon-title {
	width:680px;
	height:120px;
	margin: 60px 0 0 30px;
}

#navigation {
	width:900px;
	height:25px;
	float: left;
	margin: 5px 0 0 20px;
}
#navigation-list li {
	font-size:16px;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navigation-list li a{
	color:#FC9;
}
#navigation-list li a:hover{
	color:#FF0;
}
#navigation-background {
	width:930px;
	height:30px;
	float:left;
	margin: 0 0 0 35px;
	background-image:url(../graphics/navigation-background.png);
	background-repeat:no-repeat;
}

#navigation #active a{
	color:#CFF;
}
#navigation #active a:hover {
	color:#FFE59A;
}

#top-box {
	width:1000px;
	height:150px;
	float: left;
	background-image:url(../graphics/top-background.png);
	background-repeat:no-repeat;
}
#top-box-text {
	width:980px;
	height:140px;
	margin:10px auto 0 auto;
}
#top-box-text p{
	padding:5px 10px 10px 15px;
	color: #000;
	font-size: 12px;
	line-height:16px;
}
#top-box-text a{
	color: #900;
}
#top-box-text a:hover{
	color: #000;
}

#main-holder {
	width:100%;
	height:1130px;
}
#boxes-box {
	width:1000px;
	height:230px;
	margin:20px auto 0 auto;
}
#sidebar {
	width:280px;
	height:1000px;
	float:right;
	margin: 10px 20px 0 0;
	border: 1px dashed #FF9;
}
.sidebar-quote {
	padding:30px 40px 20px 40px;
	font-weight: bold;
}

#top-background {
	width:1000px;
	height:20px;
	margin: 0 auto;
	background-image:url(../graphics/top-background.png);
}
#bottom-background {
	width:980px;
	height:20px;
	background-image:url(../graphics/bottom-background.png);
	margin: 0 auto;
}

#index-holder {
	width:100%;
	height:1050px;
}

#books-holder {
	width:100%;
	height:1350px;
}

#index {
	width:980px;
	height:1050px;
	margin:0 auto;
	background-image:url(../graphics/text-background.png);
}

#books {
	width:980px;
	height:1350px;
	margin:0 auto;
	background-image:url(../graphics/text-background.png);
}

#index-text {
	width:660px;
	height:1000px;
	margin:10px 0 0 0;
	float: left;
}

#books-text {
	width:660px;
	height:1300px;
	margin:10px 0 0 0;
	float: left;
}

#news-holder {
	width:100%;
	height:1850px;
}
#news {
	width:980px;
	height:1850px;
	margin:0 auto;
	background-image:url(../graphics/text-background.png);
}
#news-text {
	width:660px;
	height:1840px;
	margin:10px 0 0 0;
	float: left;
}

#frank-huzur-holder {
	width:100%;
	height:1300px;
}
#frank-huzur {
	width:980px;
	height:1300px;
	margin:0 auto;
	background-image:url(../graphics/text-background.png);
}
#frank-huzur-text {
	width:660px;
	height:1250px;
	margin:10px 0 0 0;
	float: left;
}
#frank-huzur-sidebar {
	width:280px;
	height:1250px;
	float:right;
	margin: 10px 20px 0 0;
	border: 1px dashed #FF9;
}

#our-team-holder {
	width:100%;
	height:1850px;
}
#our-team {
	width:980px;
	height:1850px;
	margin:0 auto;
	background-image:url(../graphics/text-background.png);
}
#our-team-text {
	width:660px;
	height:1840px;
	margin:10px 0 0 0;
	float: left;
}
.our-team {
	font-size:18px;
}

#contact-holder {
	width:100%;
	height:300px;
}
#contact {
	width:980px;
	height:300px;
	margin:0 auto;
	background-image:url(../graphics/text-background.png);
}

#footer-holder {
	width:100%;
	height:80px;
	margin: 20px 0 0 0;
}
#footer {
	width:1000px;
	height:80px;
	margin:0 auto;
}
#footer p{
	font-size:12px;
	padding:12px 0 0 0;
}
#footer-navigation {
	width:900px;
	height:30px;
	margin:0 auto;
}
#footer-navigation li{
	width:112px;
	display:block;
	float:left;
	list-style:none;
	font-size:14px;
	text-align: center;
}
#footer-text {
	width:600px;
	height:40px;
	margin: 0 auto;
	background-image:url(../graphics/footer.png);
}
