@charset "UTF-8";
/* CSS GoldenTechs 2009 Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	background-position: center top;
}

/* Headers */

h1 {
	font-size: 1.45em;
	color: #fff;
	font-weight: bold;
	margin-bottom: -8px;
}

h2 {
	color: #000;
	font-size: 1em;
	margin-bottom: -12px;
}

h3 {
	color: #000;
	font-size: .75em;
}

h4 {
	color: #6797be;
	font-weight: bold;
}
/*Links*/

a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

#header {
	width: 951px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container #nav {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 951px;
	height: 70px;
}

#content {
	width: 925px;
	font-size: .85em;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	padding: 0px 11px;
}

#content #contentleft {
		width: 375px;
		float: left;
		margin-top: 30px;
}

#content #contentright {
		width: 500px;
		float: right;
		margin-top: 30px;
		text-align: center;
}

#content #contentlower {
		width: 940px;
		margin-top: 10px;
		text-align: center;
		clear: left;
}

.footer {
	width: 951px;
	color: #999999;
	font-size: .75em;
	text-align: center;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}


.headermargin {
	margin-left: 0px;
}

/*#content a:link, a:hover {
	color: #333333;
	text-decoration: underline;
}

#content a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}*/

/*#container #footer a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

#container #footer a:hover, a:active {
	color: #333333;
	text-decoration: none;
}*/

.rightlinks {
	padding: 5px;
	margin-bottom: -10px;
	margin-left: 26px;
}

.rightnewad {
	margin-right: -11px;
}

a img {
	border: 0;
}

#content p {
	text-align: left;
}

#content p .centeralign{
	text-align: center;
}

