@charset "UTF-8";
@charset "iso-8859-1";
/* CSS Document */

a
{
	color:#FFF;
	text-decoration:none;
}

ul{ list-style:none;
	margin:0;
	padding:0;
}
*
{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;}

@font-face
{
font-family:hazel;
src: url('KGBehindTheseHazelEyes.ttf');
}


body
{	padding:0px;
	margin:0px;
	background-image: url('links/new tinks3.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-position: top;
}

#container
{
	width:100%;
	height:875px;
}

/* Header & Nav */

header
{
	width:100%;
	height:195px;
	position:relative;
	display:block;
}
header > nav
{
	width:100%;
	background-color:#62a5c7;
	height:38px;
	position:absolute;
	bottom:0;
	
}

header > nav > div > ul
{
	position:absolute;
	background-color:#62a5c7;
}

header > nav > div > ul > li
{
	float:left;
	position:relative;
	height:38px;
	
}

nav ul li a
{
	display:block;
	height:38px;
	line-height:38px;
	padding:0 5.5px;
	text-decoration:none;
	color:#FFF;
	font-family: "hazel";
	letter-spacing:0.1em;
	font-size:15.2px;
	
}

nav ul li ul {
	display:none;
	position:absolute;
	width:138px;
	z-index:1;
	background-color:#5697b8;
	}
	
nav ul li a:hover
{
	color:#d4edf9;
	}	
	
nav ul li:hover > ul
{
	display:block;
	}	
	
#logo {
position: absolute;
left: 50%;
margin-left: -89px;
top: -127px;
z-index:100;
}

/* Header & Nav */

#content
{
	max-width:980px;
	height:680px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden
}

.leftblock
{
	width:52%;
	height:400px;
	float:left;
}
.leftblock2
{
	width:52%;
	height:400px;
	float:left;
}
.leftblock3
{
	width:100%;
	height:400px;
	float:left;
}

.rightblock
{
	width:48%;
	height:400px;
	float:right;
}
.row
{
	width:100%;
	height:20px;
}
.footertext
{
	max-width:980px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
.footertext2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-left:15px;
	padding-top:15px;
	float:left;
}

.footertext3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-right:15px;
	padding-top:15px;
	float:right;
}
	


/* Footer */

footer
{
	width:100%;
	height:50px;
	display:block;
	background-color:#935327
}

#gallery {
	width:400px;
	height:480px;
	position:relative;
}

#gallery img {
	border:3px solid #62a5c7;
	border-radius:3px;
}

.main-image {
	width:400px;
	margin-bottom:20px;
}

.main-image img {
	width:100%;
	height:auto;
}

#gallery ul {
	overflow:hidden;
	height:130px;
	list-style:none;
	margin:0px;
	padding:0;
	
}

#gallery ul li {
	float:left;
	width:120px;
	margin-right:20px;
	cursor:pointer;
}

#gallery ul li img {
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}

#gallery ul .lastimage{
	margin-right:0px;
}



/* Common Classes */
.right li ul {
right: 0;
width:90px;}

.left
{
	left:0;
}
.right
{
	right:0;
}

.centered-content
{
	max-width:1024px;
	position:relative;
	margin:0 auto;
}
.header
{font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}
.header
{font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}

p
{font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
}

h1
{font-family: "hazel";
font-size:22px;
color:#62a5c7;
}

h3
{font-family: "hazel";
font-size:16px;
color:#62a5c7;
}

.contentblock
{padding:15px 30px;
display:block;}

table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a footer
{
	color:#FFF
}