html, body {
	background-color: #ccc;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

div, body, span, td {
	font-family: Trebuchet MS, Courier New, Courier;
	color:#666;
	font-size:11px;
	text-decoration:none;
}

h1 { 
    font-family: Trebuchet MS, Courier New, Courier;
/*    font-size: 24px; */
	font-size: 18px;
    font-weight: bold; 
	color:#666;
	margin-bottom: 20px;
} 

h3 { 
    font-family: Trebuchet MS, Courier New, Courier;
   font-size: 14px; 
    font-weight: bold;
	color:#666;
} 

h4 { 
    font-family: Trebuchet MS, Courier New, Courier;
    font-size: 13px; 
    font-weight: bold;
	color:#666;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:20px;
}

#the_heading {
	font-size: 32px;
	font-weight:bold;
	font: bold;
	color:#666;
}

#sub_heading {
	font-size: 22px;
	display: block;
	text-align: right;
	color:#666;
	margin-right:8px;
}

#block_title {
	font-weight:bold;
	font-size: 14px;
	color:#666;
}

#the_block {
	font-weight:normal;
	font-size: 14px;
	color:#666;
	line-height: 14px;
}

#the_details {
	font-weight: bold;
	font-size: 11px;
	color:#666;
	line-height: 13px;
	text-align:right;
	margin-right:8px;
	margin-top:75px;
}

#click_right, #click_left {
	color:#666;
	font-size:16px;
	cursor: pointer;
}


#click_right:hover, #click_left:hover {
	color: red;
}


#main_table {
	background-color:#fff;
/*	border: solid 4px #777;*/
	}

#main_text {
/*	height:100%;*/
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
	text-align: left;
	font-size: 11px;
	width: 420;
	height:400;
/*	background-repeat: no-repeat;
	background-position: 5px 200px;
	background-position: center;
	background-image: url(images/background_test.jpg);*/
}

#gallery_photo {
	cursor: pointer;
	margin-bottom:80px;
}

#link_to_page_2 {
	text-align: center;
}

#nav_arrows {
	color: #666;
	background-color: #fff;
	text-align:right;
	margin: 70px 0px 5px 0px;
	font-weight: bold;
	font-size:13px;
	margin-right:8px;
}
	

.bdr {BORDER:#666666 1px solid;}
	
div a:visited {color: #666;text-decoration: none}
div a:link {color: #666;text-decoration: none; border:0px}
div a:hover {color: #999;text-decoration: none}

span a:visited {color: #666;text-decoration: none}
span a:link {color: #666;text-decoration: none; border:0px}
span a:hover {color: #000;text-decoration: none}
