@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(images/background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

.nav{
	font-family: Helvetica, Arial, sans-serif;
	color:#9d9d9d;
	
	font-size:12px;
	margin-left:825px;
	margin-top:43px;
	padding:0px;
}

.nav ul li{
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:6px;
}

.nav ul li a{
	text-decoration:none;
}

.nav ul li a:link{
	color:#9d9d9d;
}

.nav ul li a:hover{
	color:#464646;
}

.nav ul li a:visited{
	color:#9d9d9d;
}

.header{
	border-bottom:dotted 1px #484848;
	width:506px;
	margin-bottom:20px;
}

.main .header img{
	border:0px;
}

.main{
	width:506px;
	margin:50px 0 0 428px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6d6d6d;
	line-height:20px;
}

.main p{
	margin-top:0px;
	margin-bottom:20px;
}

.main img{
	padding:3px;
	border:dotted 1px #9d9d9d;
}

.main a img{
	padding:3px;
	border:dotted 1px #9d9d9d;
}

.main a:hover img{
	padding:3px;
	border:dotted 1px #464646;
}

.main p a{
	border-bottom:dotted 1px #6d6d6d;
	text-decoration:none;
	color:#6d6d6d;
}

.main p a:hover{
	border-bottom:dotted 1px #464646;
	text-decoration:none;
	color:#464646;
}

.main #caption a{
	border-bottom:dotted 1px #6d6d6d;
	text-decoration:none;
	color:#6d6d6d;
}

.main #caption a:hover{
	border-bottom:dotted 1px #464646;
	text-decoration:none;
	color:#464646;
}


.main h3{
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	padding:0px;
	line-height:20px;
}

.main #caption{
	font-family:Arial, Helvetica,  sans-serif;
	font-size:10px;
	color:#9d9d9d;
	border-bottom:dotted 1px #9d9d9d;
	padding:5px 3px 4px 3px;
	text-align:right;
	margin-bottom:10px;
	line-height:15px;
}

#container{
	position:absolute;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
	
html>body #container {
    height: auto;
	}

#footer {
	font-family:Arial, Helvetica,  sans-serif;
	font-size:10px;
	color:#464646;
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	border-bottom:2px #dbdbdb solid;
	height:16px;
	position: relative;  /* Needed for Safari */
	padding: 0px;
	width: 100%;
	
}

#footer p{
	padding-top:5px;
	padding-right:3px;
	margin:0px;
}

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

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

