/*
Styles for yellow (Contact) section of site
*/

h1 
{
	/* display: inline; */
	background-color: transparent;	
	font-size: 24px;
	font-weight: bolder;
	font-variant:  normal;
	font-style: normal;
	height: 25px;
	line-height: 25px;
	letter-spacing: -1px;
	font-family:  Arial, Helvetica, sans-serif Arial;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align:	bottom;
	/* padding-left: 30px; */
	color: #CC691D;		
}

h2 
{	
	/* display: inline; */
	background-color: transparent;	
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-family:  Verdana, Helvetica, Arial, SansSerif, Geneva;
	color: #CC691D;
	padding-bottom: 5px;		
}


A:link 
{
	background-color: transparent;
	text-decoration : none;
}

A:link:hover {
	background-color: transparent;
	text-decoration : underline;
}


A:active {
	background-color: transparent;
	text-decoration : none;
}

A:active:hover {
	background-color: transparent;
	text-decoration : underline;
}

A:visited 
{
	background-color: transparent;
	text-decoration : none;
}

#content
{
	margin-left: 25px;
	width: 550px;	
}

#content_background
{
	width: 850px;
	background-repeat: no-repeat;
	background-image: url(../images/backrounds/contactback.gif);
	background-position: right top;	
	
}

.image_footer, #left, #right
{
	display: inline;
}

#left
{
	margin-left: 10px;
}

#right
{
	margin-left: 210px;
}

body
{
	font-size: 10px; 
	line-height: 14px; 
	font-family: Verdana, Helvetica, Arial, SansSerif, Geneva;
}