﻿#header
{
	background: #252058 url(Images/HeaderFill.jpg) repeat-x scroll;
	height: 200px;
}

#header #logo
{
	background: #252058 url(Images/Header.jpg) no-repeat scroll;
	width: 939px;
	height: 200px;
}

#header #logo .box-link
{
    position: absolute; 
	top: 30px; 
	left: 20px; 
	width: 375px; 
	height: 90px; 
	background-color: transparent; 
	outline: none;
	/* border: 1px solid yellow; */
}

#header2
{
	background: #000 url(Images/Bricks.jpg) repeat-x scroll;
	background-position: bottom left;
	min-width: 939px;
	height: 40px;
}

#footer
{
	background: #000 url(Images/Bricks.jpg) repeat-x scroll;
	background-position: bottom left;
	min-width: 939px;
	height: 31px;
}

body
{
	color: White;
	background: #000040;
	
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Calibri, sans;
}

a
{
	color: #00FF00;
}

a:visited
{
	color: Yellow;
}

h2
{
	color: #80FFFF;
}

#content
{
	padding-left: 1%;
	padding-right: 1%;
}

#copyright
{
	text-align: right;
	color: Gray;
}

/* ----------------------------------------------------------------------- */
/* Button */
/* ----------------------------------------------------------------------- */

.Button
{
    display: inline-block;
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 30px 0 0;
    text-align: center;
    line-height: 30px;
    background: transparent url( Images/ButtonRight.png ) no-repeat scroll right top;
    clear: left;
    height: 30px;
    margin-right: 7px;
    text-decoration: none;
}

.tg_ancient .Button
{
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #4EAB0E;
    background-image: none;
}

.Button span
{
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
    white-space: nowrap;
    line-height: 30px;
    background: transparent url( Images/ButtonLeft.png ) no-repeat scroll left top;
    color: #FFFFFF;
    height: 30px;
}

.tg_ancient .Button span
{
    background-color: #4EAB0E;
    background-image: none;
}

.Button:hover
{
    background-position: 100% -30px;
    text-decoration: none;
}

.Button:hover span
{
    background-position: 0% -30px;
}

.tg_ancient .Button:hover, .tg_ancient .Button:hover span
{
    background-color: #3F9B0F;
}

