/*
	File: cssLoader.css
	Created: 04/12/07
	Created by: Mike '1312' Byrne
	Version: 1.00
	
	This loads in the other CSS documents required for the site. The order of some of these *IS* important.
	
	9/32
*/

/* core */
@import url("/stylesheets/common.css");
@import url("/stylesheets/application.css");
/* modules */
@import url("/stylesheets/modules/touts.css");
@import url("/stylesheets/modules/forms.css");
@import url("/stylesheets/modules/articles.css");
/* pages */
@import url("/stylesheets/pages/home.css");
@import url("/stylesheets/pages/contact.css");
@import url("/stylesheets/pages/competitions.css");
@import url("/stylesheets/pages/findit.css");
@import url("/stylesheets/pages/manage.css");
@import url("/stylesheets/pages/players.css");
@import url("/stylesheets/pages/membership.css");
@import url("/stylesheets/pages/myaccount.css");
@import url("/stylesheets/pages/thanks.css");
/* custom drop downs */
@import url("/stylesheets/modules/cdd.css");




/* ie6 !ftw */

body {
	_padding-top: 21px;
}
div#ie6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #ffc;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0;
}
	div#ie6 p {
		display: block;
		color: #333;
		font-size: 11px;
		margin: 0;
	}
		div#ie6 p strong {
			color: #000;
			font-weight: normal;
		}
		div#ie6 p a {
			color: #000;
			text-decoration: underline;
		}
			div#ie6 p a:hover {
				color: #666;
			}
