/* CSS Document */

.shell {

	width: 800px; 	
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 9px;
}

.firstcolumn {
	width: 115px; 
	background-color: #fff;
	margin-right: 35px;
	float: left;
}
.secondcolumn {
	width: 639px; 
	background-color: #fff;
	float: left;
	
}

.secondnav {
    margin-bottom:10px;
	background-color: #fff;
	float: left;
	
}

.content {
    width: 624px;
	background-color: #fff;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.images {
	background-color: #fff;
	float: left;
	margin-bottom: 15px;
}

.copyright {
	background-color: #fff;
	float: left;
	margin-bottom: 10px;
		margin-top: 20px;
}

.dots {
	width: 639px; 
	height: 9px; 
	background-color: #fff;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}



/* STYLES OF TEXT */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#333;
}
copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color:#666;
}
a:hover {
color: #000;
text-decoration: underline;
}

.link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;
}

.link2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}