
	body
	{
		background:			url("../images/body.bg.png") repeat-x scroll 0 0 #E9EBEE;
		margin:				0px;
	}
	
	body,td,select,input,textarea,button
	{
		font:				13px "Trebuchet MS",helvetica,sans-serif;
		margin:				10px;
	}
	
	.top_l
	{
		background:  		url(http://drupal.firstserved.net/sites/default/files/firstserved_logo.png) no-repeat;
		height:				46px;
		text-indent:		-999px;
		overflow:			hidden;
	}
	
	div.rnd
	{
		width:				800px;
		margin:				0px auto;
	}
	
	div.left
	{
		background:				#fff;
		border:					1px solid #dcdcdc;
		padding:				1px 20px 10px 20px;
		
		-moz-border-radius:		5px;
		-webkit-border-radius:	5px;
	}
	
	h1
	{
		color:				#A4C700;
		font-size:			22px;
	}
	
	h2
	{
		color:				#A4C700;
		font-size:			16px;
	}
	
	.rb_mid,.crumb,.img_large
	{
		display:			none;
	}
	
	div.footer
	{
		text-align:			right;
		margin-bottom: 40px;
		font-size:		11px;
		color:			#6d6d6d;
		text-align:		right;
		padding-top:	3px;
	}
	
	div.footer a
	{
		color:			#6d6d6d;
		margin:			0px 5px;
		text-decoration:none;
	}
	
	a.arw
	{
		display:		block;
		text-decoration:none;
		color:				#A4C700;
	}
	
	
	
	
	
	
	
	
	
	
