/*	Body and general style
--------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: normal 12px/18px "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	color: #666;
	background-color: #FFFFFF;
	background-image:url('/img/topbackground.jpg');
	background-repeat:repeat-x;
}

img {
	border: none;
	margin: 0 4px;
}

a:link, a:visited {
	color: #6089bf;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #79aef2;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 18px/24px "Trebuchet MS",Arial,Bitstream,Tahoma,sans-serif;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.error {
	color: #de1818;
}

.success {
	color: #7bde18;
}

.message {
	font-size: 15px;
	color: #0d68de;
}

.clear {
	clear: both;
}

/*	Header
--------------------------------------------------*/

#content {
	width: 885px;
	margin:0 auto;
}

#main {
	border-top:solid #b0b4b7 1px;
	background-color:#FFFFFF;
	width:855px;
	padding:15px;
	position:relative;
}

#header {
	text-align:center;
	margin-top:50px;
	
}

#footer{
margin-top:28px;
margin-bottom:20px;
text-align:center;
width:885px;
}

#copy{
	float:left;
	width:226px;
}

#larm{
position:absolute;
left:-5px;
top:-1px;
}

#rarm{
position:absolute;
right:-5px;
top:-1px;
}

#searchbox{
	margin:0px 30px;
	margin-top:40px;
	margin-bottom:10px;
	height:80px;
}

#cse-search-results{ 
	margin:0px 30px;
}

.gsc-input{
	height:30px;
	width:680px;
	font-size:24px;
}

.gsc-search-button{
	margin:0px;
	height:36px;
	width:100px;
	font-size:18px;
}

#cse-search-box{
pading:0px;
height:36px;
margin:0px;
}

#info_text{
	margin-bottom:5px;
}

#options{
margin-top:5px;
}

#footer_links{
	margin-bottom:5px;
}