/* Golden Age 2012 Stylesheet */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000 url(images/back_all.jpg) repeat-x top;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	color: #666;
}

#left1
{
width: 928px;
margin: 0 auto;
background: url(images/1.jpg) no-repeat left top;
}

#right1
{
width: 928px;
background: url(images/2.jpg) no-repeat right top;
}

#contmain
{
width: 100%;
}

h1, h2, h3 {
	color: #303;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.7em;
	padding-top: 20px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #960;
	padding-bottom: 5px;
}

h2.pad {
	padding-top: 20px;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	}

p, ul, ol {
	margin-top: 7px;
	font-size: 1em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
	}

a {
	text-decoration: underline;
	color: #960;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h3 a {
	border: none;
	text-decoration: none;
	color: #303;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #303;
}

blockquote {
	color: #960;
	font-style: italic;
	margin-left: 20px;
	}


/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 530px;
	background: #ffffff;
}

#menu {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	height: 46px;
	width: 758px;
	padding-left: 20px;
	background: #ffffff url(images/menu.gif) repeat-x;
}

#menu ul {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	width: 120px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 10px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #000;
	background: url(images/menu_r.gif) repeat-x;
}

.lcdstyle{ /*CSS to create LCD countdown look*/
color: #330033;
font: 14px Georgia, "Times New Roman", Times, serif;
float: left;
padding: 3px;
position: relative;
margin-top: 2px;
margin-left: 20px;
}

/* Logo */

#logo {
	width: 778px;
	height: 483px;
	margin: 0 auto;
	background: url(images/header_main.jpg) no-repeat left top;
	text-align: left;
}

#logo p {
	color: #330033;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding-top: 410px;
	padding-left: 22px;
	margin: 0;
	}

/* Content */

#content {
	width: 768px;
	margin: 0 auto;
	background: #ffffff none;
	border-top: none;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

#leftcol {
	float: left;
	width: 400px;
	padding-left: 10px;
	}

#rightcol {
	float: left;
	width: 318px;
	margin-left: 15px;
	padding-top: 20px;
	}

#rightcol a img {
	border: none;
	text-decoration: none;
	}

#leftcolwide {
	float: left;
	width: 550px;
	padding-left: 10px;
	}

#leftcolwide a img {
	border: none;
	text-decoration: none;
	}
	
#rightcolnarrow {
	float: left;
	width: 168px;
	margin-left: 15px;
	padding-top: 20px;
	}

#bottom {
	clear: both;
	height: 30px;
	}

#blog_ad {
	float: left;
	width: 150px;
	height: 125px;
	padding-top: 30px;
	position: relative;
	}

#blog_ad img a {
	border: none;
	text-decoration: none;
	}

#ad_box {
	background: #303 none;
	border: 1px solid #960;
	float: right;
	height: 123px;
	margin-top: 30px;
	width: 148px;
	}

#ad_box h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	padding-top: 10px;
	text-align: center;
	}

#ad_box h1 {
	color: #960;
	font-weight: normal;
	font-size: 1.3em;
	text-align: center;
	padding-top: 15px;
	}

#ad_box h1 a {
	color: #960;
	text-decoration: none;
	}

#ad_box h2 a {
	color: #fff;
	text-decoration: none;
	}

#howto {
	margin-top: 30px;
	text-align: right;
	}

#howto h3, #howto p {
	margin: 0;
	}


/* Definition */

#bracket {
	background: transparent url(images/left_bracket.gif) no-repeat left top;
	height: 176px;
	}
	
#bracket h2 {
	padding-left: 45px;
	padding-top: 5px;
	}

#bracket p {
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	color: #960;
	padding-left: 45px;
	margin: 0;
	}

/* Forms */

td {
	font: 1.1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 5px;
	vertical-align: top;
	}

td.col1 {
	width: 150px;
	}

fieldset {
	border: 1px solid #960;
	color: #960;
	padding: 0 5px;
	margin-top: 5px;
	}

/* Footer */

#footer {
	background-color: #000;
	margin-top: 20px;
	padding-bottom: 30px;
	}
	
#footer p {
	color: #fff;
	text-align: center;
	}

#footer p.nav {
margin-left: 240px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

div.dolphin {
float: right;
margin-right: 70px;
position: relative;
width: 190px;
}