/* CSS Document */

/* ---------- RESET ------------- */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, input, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
	}

html, body {
	height: 100%;
	}

body {
	background: url(../images/top_gradient.jpg) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 1;
	font-size: 62.5%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

ul, ol {
	list-style: none;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}



/* ---------- WEB SITE CONTAINER ---------- */

#container {
	width: 453px;
	margin: auto;
	text-align: left;
}

/* ---------- TOP AREA ---------- */

h1 {
	background: url(../images/logo.gif) top left no-repeat;
	height: 90px;
	text-indent: -7000px;
	width: 275px;
	}
	
		h1 a {
			display: block;
			height: 90px;
			width: 275px;
			}
			
h2 {
	color: #000;
	font-size: 2.7em;
	font-weight: bold;
	margin: -20px 0 15px 90px;
	}

img {
	margin-bottom: 10px;
	}

.border { 
	border: 1px solid #000;
	}

/* ---------- BODY CONTENT AREA ---------- */


p {
	font-size: 1.5em;
	line-height: 1.5;
	text-align: justify;
	}
	
	
h4 {
	border-top: 1px solid #ff6600;
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 15px 0;
	padding-top: 15px;
	}



		h3 { 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 2em;
			font-weight: bold;
			padding: 15px;
			}
			
				
			.orange p, .yellow p {
				padding: 0 15px 15px;
				text-align: left;
				}


/* ---------- FOOTER AREA ---------- */



/* ---------- PHOTOS AND OBJECTS POSITIONING ---------- */

#object-left {
	float: left;
	clear: left;
	margin: 0px 20px 10px 0px;
}

#object-right {
	float: right;
	clear: right;
	margin: 0px 0px 10px 20px;
}

/* ---------- OTHER ---------- */

#clear {
	clear: both;
}

/* ---------- NAVIGATION AND LINKS ---------- */

h3 a {
	color: #000;
	text-decoration: none;
	}