body {
	/*background-color: #F3F3F3; */
	background-color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 10pt;
	padding-bottom: 10pt;
}
#main {
	width:960px;
	border: solid 1px black;
	background-color: transparent;	

}

#header {
	background-image: url(images/logo.gif);
	background-position:right;
	background-repeat: no-repeat;
	height: 180px;
	background-color:#FFFFFF;	
}

#nav {
	background-image: url(images/nav.jpg);
	height: 32px;
	vertical-align:middle;
	margin-left:100px;
	
}

#content {
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	height: 100%;
	background-color: #FFFFFF;

}
.text {
	text-align:left;
	min-height: 400px;
	margin: 20pt;
}
#footer{
	position: inherit;

	bottom: 0;
	height: 97px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	color:white;
}
#footer a{ color:white; font-weight:bold; }

.img-shadow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
 
}
h1 
{
	font-size: 16px;
	color: #CC0000;
}
#h1 a:link, a:visited, a:hover
{
	color:#FF0000;
	font-style:normal;

}


.text a:link, .text a:visited {
	text-decoration: none;

	border-bottom: #CD0209 1px solid;	
	color: #CD0209;
}
.text a:hover, .text a:active {
	text-decoration: none;
	color: #EE9A00;
	border-bottom: #CD0209 1px solid;

}
.right {
	width:500px;
}

#sn{ text-align:center; width: 100%; margin-top: 20px;}
#sn a{ color:#c0c0c0; font-weight:normal; font-size:9px;}
