/* CSS Document */

#text form {
float:left;
background-color: #DBDBDB;
padding:12px 10px;
margin-top:15px;
width:320px;
}

#text form p {
width:90px;
margin:0px;
padding:0px;
margin-top:3px;
margin-bottom:7px;
}

#text form input {
float:left;
width:200px;
margin-top:3px;
margin-bottom:7px;
}

#text form textarea {
width:200px;
height:110px;
}

#text form input#send {
width:auto;
float:right;
margin-top:12px;
margin-right:40px;
}

/* useful links */

div#useful_links {
	margin: 0;
	padding:10px 0 20px 25px;
	width:735px;
	background-color:#E9E9E9;
}
#column {
}
#useful_links h4 {
	/* color:#f90; */
	font-size:14px;
	background: url(../images/h1_underline.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:15px;
	margin-right:25px;
	color:#333;
}
#useful_links h5 {
	color:#f90; 
	font-size:13px;
	line-height:120%;
	padding:0;
	margin:0 100px 5px 0;
}
#useful_links a {
	font-size:12px;
	text-decoration:underline;
	color: #666666;
	margin-right:100px;
	
}
#useful_links a:hover{
	text-decoration:none;
}
