/* CSS Document */

body {
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008080;
}	


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;	
	font-weight:normal;
	text-aligh:left;
}


/* THE AREA THAT CONTAINS THE WEBSITE TITLE */

#title {
	width:600px;
	align:left;
	text-align:justified;
	margin-bottom:5px;
}

#title h1 {font-family:"Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;	
	font-weight:normal;
	text-aligh:left;
}

#title h2 {
	font-family: "Trebuchet MS", Georgia, Serif;
	font-size:100%;
	margin-top:20px;
	margin-bottom: 2px;
	color:#008080;
	font-weight:normal;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:800px;
	font-family: "Tahoma", Trebuchet MS, Georgia, Serif;
	font-size:12px;
	text-align:left;
	color:#008080;
	background-image:url("rssimages/image003.jpg");
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
}

#container p{
	line-height:20px;
}

/* THE FOOTER */

#footer {
	border-top:1px dashed #cccccc;
	width:1000px;
	margin:0 auto 0 auto;
	padding-top:15px;
	padding:10px;
	text-align:center;
	}