/* CSS Document */

/* commented backslash hack \*/ 
html, body{
	height:100%;
	min-height: 100%;
} 
/* end hack */
html,body {margin:0;padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url('images/background6.jpg');
	background-repeat: repeat-y;
	}


.author {
	font-weight: bold;
	color: #666666;
	line-height: 14px;
}

.image{
	text-align: center;
}

.quote_author {
	text-align: right;
}

.big_num {
	color:#E16540;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:48px;
	font-weight:bold;
}

#navigation {
	position:absolute;
	left: 0px;
	top: 300px;
	width: 110px;
	margin-left: 20px;
	margin-top: 10px;
	color: #ffffff;
}

#navigation a:link {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}


#main_text {
	position:absolute;
	left: 150px;
	top: 290px;
	width: 360px;
	padding: 20px;
	color: #000000;
}

.column1 {
	float: left;
	width: 170px;
	margin-right: 20px;
}

.column2 {
	float: right;
	width: 170px;
	margin: 0px;
}

#main_text p {
	line-height: 20px;
	margin-bottom: 20px;
}

#main_text a:link {
	color: #CC3300;
	text-decoration: none;
}

#main_text a:visited {
	color: #CC3300;
	text-decoration: none;
}

#main_text a:hover {
	text-decoration: underline;
}

#col_mid {
	position:absolute;
	left: 495px;
	top: -1px;
	width: 56px;
	height: 301px;
	background-color: #b6cdd4;
	margin: 0pt;
	padding: 0pt;
}

#col_right {
	position:absolute;
	left: 550px;
	top: 0px;
	width: 204px;
	margin: 20px;
}

#col_right_align {
	position:absolute;
	left: 538px;
	top: 306px;
	width: 235px;
	margin: 20px;

}


#header {
	width: 500px;
	height: 300px;
}

.footer {
	height: 20px;
}

