body {
	background: #fff;
	margin: 0;
	padding: 0;	
}


#top_container{
	
	margin: 0px;
	padding: 0px;
	
	background: url('red_grad.png') repeat-x;
	width: 100%;	
	height: 41px;

}


#main_container{
	
	margin: 0 auto;	
	margin-top: 10px;
	
	top: 100px;
	width: 432px;
}


#main_top{
	background: url('border_top.png');
	height: 9px;
}

#main_bot{
	background: url('border_bot.png');
	height: 9px;
}

#main_mid{
	background: url('border_mid.png') repeat-y;
}

#main_page{
	padding: 15px;
}


/* footer */


#footer ul {
	padding:0;
	font-size:130%;
	margin:0 0 14px;
	list-style:none;
	text-align:center;
}

#footer ul li {
	display: inline;
	padding: 0 4px 0 7px;
}
.search #footer ul li {
		background: #fff no-repeat 0 50%;
}
#footer a {
		color:#1cafe1;
}
#footer a:hover{
	color: #888; 
	text-decoration:none;
}







/* form stuff */
fieldset{
	border: 1px solid #ccf7f8;
	background: #eef7f8;
	padding: 12px;
}
legend{
	font-weight: bold;
}

input#user, input#pswd{
	background: #fff;
	height: 29px;
	width: 312px;
	border: 1px solid #979797;
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
}
input#send{
	
	height: 30px;
	background: #fff;
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #333;
	border: 1px solid #979797;

	margin-left: 223px;
}

h1, h2, h3{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #600;
}

p, legend{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #333;
}

a:link, a:visited, a:active, a:hover{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #fff;	
}
