body {
	background-attachment: fixed;
	background-color: Black;
	background-image: url(../images/site-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

h1 {
	font: 34px "Palatino Linotype", Georgia, Times, Tahoma, Verdana, sans-serif;
	color: #ffffff;
	border-bottom: 3px solid #8B0000;
	letter-spacing: -2px;
}

h2 {
	font: 20px "Palatino Linotype", Georgia, Times, Tahoma, Verdana, sans-serif;
	color: #ffffff;
}

#site {
	margin: 25px;
	padding: 10px;
	width: 760px;
	float: right;
	text-align: right;
	background: #000000 url(../images/page-bg.jpg) no-repeat right;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

#navigation {
	width: 150px;
	text-align: left;
	float: right;
}

#navigation ul li {
	font: 16px "Palatino Linotype", Georgia, Times, Tahoma, Verdana, sans-serif;
	letter-spacing: -1px;
	color: #989898;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}

#site p {
	font: 11px "Arial Narrow", Tahoma, Verdana, sans-serif;
	color: #989898;
	line-height: 18px;
}

#content {
	width: 590px;
	float: left;
	background: #252525;
}

#content p {
	font: 11px "Arial Narrow", Tahoma, Verdana, sans-serif;
	color: #989898;
	text-align: left;
	margin: 10px;
	line-height: 18px;
}

#content ul li {
	font: 11px "Arial Narrow", Tahoma, Verdana, sans-serif;
	color: #989898;
	text-align: left;
	margin: 5px;
	line-height: 18px;
}

#content h2 {
	font: 20px "Palatino Linotype", Georgia, Times, Tahoma, Verdana, sans-serif;
	text-align: left;
	margin: 10px;
	letter-spacing: -1px;	
	border-bottom: 1px solid #8B0000;	
	color: #ffffff;
}

.agree {
	font: 20px "Palatino Linotype", Georgia, Times, Tahoma, Verdana, sans-serif;
	letter-spacing: -1px;
}

.smallTxt {
	width: 760px;
	background: #000000;
	margin: 25px;
	padding: 5px;
	float: right;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.smallTxt p {
	font: 9px Tahoma, Verdana, sans-serif;
	color: #404040;
	line-height: 18px;
	text-align: right;
}

a:link {
	text-decoration : none; 
	color : #6495ED; 
} 

a:visited {
	text-decoration : none; 
	color : #6495ED; 
} 

a:hover , a:active {
	text-decoration : underline; 
	color : #ffffff; 
} 