@charset "UTF-8";
/* CSS Document */

.thrColAbsHdr #about_contact { 
	margin:2px 0 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:480px;
	width:400px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.about_contact_header{
background-color:#999;
width:400px;
height:20px;
padding:3px 0 0 6px;
}

.about_contact_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;

}
#about_text
{
	font-size:12px;
	color:#333;
	margin:0;
	padding:10px 0 0 5px;
	margin:10px 0 0 5px;
}
#about_text  a {
	color: #cc0000;
	text-decoration: none;
}
#about_text  a:hover {
	text-decoration: underline;
}

#contact_form{
font-size:14px;
color:#333333;
}

.contact_form a {
	color: #cc0000;
	text-decoration: none;
}
.contact_form a:hover {
	text-decoration: underline;
}


.Gallery_text
{
font-size:13px;
color:#fff;
margin:0;
padding:10px 0 0 0;
margin:10px 0 0 0;

}
.about_text {
	font-size:12px;
	color:#333;
	margin:0;
	padding:10px 0 0 5px;
	margin:10px 0 0 5px;
}
.about_text a {
	color: #cc0000;
	text-decoration: none;
}
.about_text a:hover {
	text-decoration: underline;
}
