/* Global CSS */

@import url(layout.css);
@import url(3_column.css);
@import url(nav.css);
@import url(safari.css);

body {
	margin			: 40px 0 0 0;
	padding			: 0;
	border			: 0;			/* This removes the border around the viewport in old versions of IE */
	width			: 100%;
	background		: #fff;
	min-width		: 600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: .9em;

}

a {
	color			: #369;
}

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

h1, h2, h3, h4, h5, h6 {
	margin			: .8em 0 .2em 0;
	padding			: 0 12px 0 10px;
	color			: #858585;
}

p {
	margin			: .4em 0 .8em 0;
	padding			: 0 10px;
	color			: #262626;/*9a9a9a*/
	font-size		: .75em;
}

img {
	margin			: 10px 0 5px;
}

a img	{
	border			: none;
}

.clear	{
	clear: both;
}

