#content {
	width:740px;
	margin:0;
	height:available-height;
	padding:10 20px;
	border-right:1px #666 solid;
	border-left:1px #666 solid;
	border-bottom:1px #999 solid;
	background-color:#e0e1e6;
	}

blockquote {
	margin:10 20px;
	padding:5px;
	text-align:justify;
	font-style:italic;
	line-height:1.2em;
	border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
	}
	
#footer {
	width:740px;
	margin:0;
	height:40;
	padding:5 20px;
	border-right:1px #666 solid;
	border-left:1px #666 solid;
	border-bottom:1px #999 solid;
	background-color:#09314b;
	color:#ccc;
	font-size:67%;
	float:bottom;
	}

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

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

#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
.main {
	font-family:Georgia, Tahoma, 'Trebuchet MS';
	font-size:85%;
	color:#000;
	line-height:1.4em;
	text-align: justify;
	}
	
h1 {
	font-family:Tahoma;
	font-size:120%;
	font-weight:bold;
	}
	
h2 {
	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;
	}

a {
	text-decoration:none;
	font-weight:bold;
	}

a:link {
	color:#00417b;
	}

a:visited {
	color:#666;
	}

a:hover {
	color:#000;
	text-decoration: underline;
	}
	
