/* CSS Document */

* { margin:0; padding:0; }

html {height: 100%;}


p {
	margin-bottom: 8px;
}

p.smaller {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

.bigred {
	font-size: 16px;
	color: #DA2B31;
}

#container {
	position:relative;
	margin-left:auto; 
	margin-right:auto;
	width: 852px;
	height:100%;
	background: url(../images/bg_container.gif) repeat-y center;
}

#gradient {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

#footer{
	position:relative;
	margin: 20px 0 0 35px;
	padding-bottom: 10px;
	color: #FFFFFF;
	z-index:30;
}

#footer a{
	color: #FFFFFF;
	font-weight:bold;z-index:5;
}

#footerCopyright{
	font-size: 10px;
	color: #CDCDCD;
	margin-top:4px;z-index:5;
}


