/*-----------------------------------------------------------------------------------------------

  Layout / Base Page Styling

-----------------------------------------------------------------------------------------------*/


body {
	width: 95%;
	background-color: #ffffff;
	color: #5a5a5a;
	font-size: 10px;
	font-family:'Lucida Grande', Verdana, sans-serif;
	}

a {
	color: #5a5a5a;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	}

ul {
	list-style-type: none;
	}


/*-----------------------------------------------------------------------------------------------

 Header

-----------------------------------------------------------------------------------------------*/


.heading {
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0px 20px 50px;
	letter-spacing: 0.17cm;
	}

#header ul {
	text-align: center;
	height: 12px;
	margin-left: -35px;
	}


#header li {
	font-size: 12px;
	padding: 0px 50px 0px 50px;
	display: inline;
	letter-spacing: 0.17cm;
	}


/*-----------------------------------------------------------------------------------------------

 index

-----------------------------------------------------------------------------------------------*/


#index img {
	padding: 5px;
	border: 1px solid #e6e6e6;
	background: #f0f0f0;
	margin: 30px 0px 20px 0px;
	}


/*-----------------------------------------------------------------------------------------------

 text

-----------------------------------------------------------------------------------------------*/


.text {
	width: 500px;
	text-align: justify;
	padding: 20px 50px;
	border: 1px solid #e6e6e6;
	background: #f0f0f0;
	margin: 30px 0px 20px 0px;
	}

.text a {
	text-decoration: underline;
	}

.qtembed {
	margin-top: 40px;
	margin-bottom: 20px;
	}
	
.qtembed a {
	text-decoration: underline;
	}

#footer {
	clear: both;
	margin-right: 150px;
	text-align: right;
	font-size: 10px;
	}

#footer a {
	text-decoration: underline;
	}
	
.img {
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 10px;
	}