﻿body {
    background-color: #00253F;
	margin-top: 0px;
	background: url(media/back.gif);
	text-align: center;
}

#outertable {
	background: #A0B0BB;
	text-align: center;
	width: 901px;
	border: 0px;
}

#outer {
    width: 815px;
	height: 1605px;
	background-image: url('media/updates_back.png');
}

table {
    margin-left:auto;
	margin-right:auto;
}


/***Header***/
#header_outer_box
{
	width: 1012px;
	height: 76px;
	background: #000000;
	margin: 0px 0px 0px 0px;
	text-align: center;
    margin: auto;
}
#header_inner_box
{
	width: 1006px;
	height: 73px;
	background: #3C5F79;
	margin: 0px 0px 0px 0px;
	text-align: center;
    margin: auto;
}
#header
{
	width: 1000px;
	height: 70px;
	background: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
    margin: auto;
}
#logo_text
{
	font-family: Georgia, Helvetica, Sans-Serif;
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
#logo_text:hover
{
	color: #a5f79b;
}
#logo3
{
	background: url(media/logo.png);
	background-size: 101px 70px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 70px;
	width: 100px;
	vertical-align: middle;
}
#logo3:hover
{
	background: url(media/logo2.png);
	background-size: 101px 70px;
	background-repeat: no-repeat;
}

/***Menu***/
#menu
{
	background: #a5f79b;
	/*width: 100%;*/
	width: 900px;
	height: 25px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0px auto 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#menu ul
{
	color: #fff;
	display: inline;
	list-style-type: none;
}
#menu li
{
	color: #FFF;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 5px 20px 0px 8px;
	text-decoration: none;
}
#menu a
{
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	margin-top: -5px;
	padding: 0 10px;
}
#menu a:hover
{
	text-decoration: none;
	background: #3C5F79; /*60 95 121*/
	color: #FFF;
	line-height: 25px;
}




/***Updates**/
#updates
{
	/*font-family: Cambria, Georgia, Helvetica, Sans-Serif;*/
}
#updates h1
{
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#updates tr
{
	color: #FFF;
	font-size: 17px;
}
#updates td
{
	padding-left: 30px;
	text-align: left;
}
#updates a
{
	color: #a5f79b;
	font-size: 17px;
}
#updates table
{
	text-align: center;
}
*/

/***Contacts**/
#contacts
{
	/*font-family: Cambria, Georgia, Helvetica, Sans-Serif;*/
	font-size: 29px;
}
#contacts table
{
}
#contacts tr
{
	color: #000;
	font-size: 17px;
}
#contacts th
{
	color: #000;
	font-size: 21px;
}
#contacts img
{
    margin-left: 1px
    /*text-align: right;*/
	/*float: center;*/
}


/**Footer**/
#footer p
{
    font-weight: bold;
	text-align: center;
	font-size: 17px;
}


#box
{
	position: absolute;
	text-align: center;
	height: 190px;
	width: 320px;
	/*top: 100;*/
	/*left: 20;*/
	color: white;
	font-size: 19px;
	background-color: black;
	z-index: 2;
}

#movie
{
	position: absolute;
	padding-left: 50%;
	z-index: 1;
}


/***Guestbook***/
#gb td
{
	font-size: 18px;
}
#gb hr
{
	color: #A0B0BB;
	width: 100%;
}
#gb tr
{
	vertical-align: top;
}


#human
{
	display:none;
	visibility:hidden;
}

ul.ul_left
{
	text-align: left;
	font-size: 18px;
	font-family: Cambria;
}

p.paragraph {
	text-align: left;
	font-size: 18px;
	font-family: Cambria;
}

hr.hr80 {
    width: 80%;
	color: black;
	background-color: black;
	border: 0px;
	height: 2px;
}

hr.hr90 {
    width: 90%;
}

hr.hr100 {
    width: 100%;
	color: black;
	background-color: black;
	border: 0px;
	height: 2px;
}


