<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
 * generic.css (tackle_trader)
 *****************************************************************************/

body {
	border:0px; margin:0px auto 0px auto; padding:0px 0px 0px 0px;
	background-color:#2A3B17; color:#444444;
	font-size:12px; text-align:center;
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
 * wrapper
 *****************************************************************************/

div#wrapper { width:960px; text-align:left; margin:0px auto 0px auto; }

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

div#wrapper-i { 
	width:960px; float:left;
}

/******************************************************************************
 * top_bar
 *****************************************************************************/

div#top_bar {
	float:left; width:960px; text-align:right; margin-top:10px;
}

div#top_bar p {
	color:#ffffff; line-height:normal;
}

div#top_bar p a {
	color:#ffffff;
}

/******************************************************************************
 * header
 *****************************************************************************/

div#header {
 	float:left; width:920px; height:40px; padding:20px;
 	background-color:#9FAD91;
}
 
div#header h1 {
 	float:left; height:20px; margin:0px;
}
 
div#header_login {
 	float:right; width:530px; height:50px;
}

div#header p#admin_menu {
	float:right; margin-top:35px;
}

/******************************************************************************
 * general_flash
 *****************************************************************************/

div#general_flash {
 	float:left; width:920px; height:28px; 
 	margin-top:20px; padding:12px 20px 0px 20px;
 	background-color:#ffffff;
}

/******************************************************************************
 * main_content
******************************************************************************/

div#main_content {
	float:left; width:920px; 
	padding:20px; margin:20px 0px 20px 0px;
	background-color:#ffffff;	
}

/******************************************************************************
 * footer
 *****************************************************************************/

 div#footer {
 	float:left; width:920px; height:20px; padding:20px; margin-bottom:20px;
 	background-color:#eeeeee;
 }
 
 div#footer p {
 	float:left; height:20px; margin:0px;
 }</pre></body></html>