@font-face {
    font-family: 'GarageGothicBold.otf';
    src: url('../fonts/GarageGothicBold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family: 'Alternate%20Gothic%20No2%20BT.ttf';
    src: url('../fonts/Alternate%20Gothic%20No2%20BT.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family: '321impact.ttf';
    src: url('../fonts/321impact.ttf');
    font-weight: normal;
    font-style: normal;
}


body{
	background-color:#cea357;
	background-image:url(../images/innge-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}
#top{
width:100%;
height:128px;
position:fixed;
z-index:9999;
background-color:#000000;
background-image:url(../images/top-bg.jpg);
background-repeat:repeat-x;
}

.top_container{
width:1000px;
height:128px;
margin:auto;
}

.inner_header_1{
width:251px;
float:left;
padding:0 0 0 850px;
padding-top:13px;
}

.login{
width:auto;
height:auto;
float:left;
font-smooth:always;
padding-left:39px;
}

.follow_text{
width:auto;
height:36px;
float:left;
padding-top:24px;
}


.icons{
width:auto;
height:38px;
float:left;
padding-left:0;
}

.icon_facebook{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/facebook.jpg);
background-repeat:no-repeat;
}

.icon_facebook:hover{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/facebook-hover.jpg);
background-repeat:no-repeat;
}

.icon_twitter{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/twitter.jpg);
background-repeat:no-repeat;

}

.icon_twitter:hover{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/twitter-hover.jpg);
background-repeat:no-repeat;
}

.icon_google{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/google.jpg);
background-repeat:no-repeat;

}

.icon_google:hover{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/google-hover.jpg);
background-repeat:no-repeat;
}

.icon_youtube{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/youtube.jpg);
background-repeat:no-repeat;

}

.icon_youtube:hover{
width:18px;
height:19px;
float:left;
background-image:url(../images/social_icons/youtube-hover.jpg);
background-repeat:no-repeat;
}

.logo{
width:162px;
height:128px;
z-index:999;
position:absolute;
margin-left:460px;
top:0;
}
#nav{
	list-style: none;
	
}

#nav li{
	margin: 15px 0 15px 0;
	float:left;	
	letter-spacing:1px;
}

#nav li a
{
padding:11px;
float:left;
font-family:'GarageGothicBold.otf';
font-size:16px;
text-transform:uppercase;
color:#aa8731;
font-smooth:always;
text-decoration:none;
}

#nav li a:hover
{
padding:11px;
float:left;
font-family:'GarageGothicBold.otf';
font-size:16px;
text-transform:uppercase;
color:#690606;
font-smooth:always;
text-decoration:none;
}

#center{
	width:100%;
	height:auto;
	position:relative;
	top:129px;
	padding-top:30px;
	padding-bottom:80px;
}

.story_container{
	width:1000px;
	height:auto;
	background-image:url(../images/container-bg.png);
	background-repeat:repeat;
	margin: auto ;
    padding:15px;
	
}

.image_box{
	margin-left:px;
	float:left;
}

.image_box img{
	width:220px;
	height:220px;
	border:solid 8px #b09851;
}
.story_container h2{
width:250px;
font-family:'GarageGothicBold.otf';
font-size:25px;
color:#000;
text-align:center;
text-transform:uppercase;
padding:0;
margin:10px 0 0 0;
}

.story_container h2 a{
	color:#000;
	text-decoration:none;
}

.story_container h2 a:hover{
	color:#bc9522;
	text-decoration:none;
}


.clear{
	clear:both;
}

.bottom{
	width:100%;
	background-color:#000;
	height:40px;
	margin-top:15px;
	position:fixed;
	bottom:0;
	z-index:9999;
}

.bottom_container{
	width:1000px;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin:auto;
	padding-top:12px;
}

.gallery_menu{
	width:975px;
	height:35px;
	float:left;
	border-bottom:solid 1px #b09851;
	margin-bottom:15px;
	padding-left:25px;
	
}
.gallery_menu2{
	width:975px;
	height:35px;
	float:left;
	border-bottom:solid 1px #b09851;
	margin-bottom:15px;
}

.gallery_menu2 h2{
width:250px;
font-family:'GarageGothicBold.otf';
font-size:25px;
color:#000;
text-align:center;
text-transform:uppercase;
margin:0 0 0 -78px;
padding:0;
}

.gallery_menu a{
	font-family:'GarageGothicBold.otf';
	font-size:20px;
	color:#333;
	text-decoration:none;
	padding:5px 10px;
	text-transform:uppercase;
	float:left;
}

.gallery_menu a:hover{
	font-family:'GarageGothicBold.otf';
	font-size:20px;
	color:#b09851;
	text-decoration:none;
	padding:5px 10px;
	text-transform:uppercase;
	float:left;
}

