/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("base.css");


/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Gill Sans','Trebuchet MS', verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #E1E1CA;
	}
	
/* Normal links */
a:hover, a:visited:hover { color: #000; }

p {
	font-size: 14px;
	line-height: 1.3em;
	}

p.contact {
	border-top: 1px dotted #cc9;
	padding-top: 5px;
	color: #666;
	}

h1 {
	margin: 0 0 1.0em 0;
	text-transform: uppercase;
	font-size: 24px;
	}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	}

/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/

img { border: none; }
hr { display: none; }