body {
	font-family: Arial;
	background-color: #CC9999;
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
	color: #340000;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #000000;
}

h1 {
	color: #CC9999;
	padding-left: 10px;
	font-family: garamond;
	font-size: 24px;
	text-indent: 25px;
}

#container {
	padding: 0px;
	width: 603px;
	background-image: url(../i/new_background.png);
	border: medium solid #FBDDD9;
	background-color: #CC9999;
	margin: 5px auto 0px;
}
#linksection {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 498px;
	width: 603px;
}


.linkstyle {
	color: #000000;
	text-align: left;
	font-size: 75%;
}

/* FOOTER -------------------------------------------------- */

#footer {
	background-color: #CC9999;
	width: 603px;
	padding: 5px 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FBDCD9;
}

#footer ul {
	text-align: center;  /* Centers all the text in the footer div */
	margin: 0px; /* Adds 5 pixels of space above and below the footer list, and 0 pixels of space to the right and left of the list */
	padding: 0px;
	}

#footer li {
	display: inline;
	}

#footer a:link, #footer a:visited {
	margin: 0px; /* Adds 5 pixels of space all around the links to give them breathing room within the footer */
	font-size: 75%; /* Sets the font size to 80% of the user's browser preference, */
	color: #FFFFFF; /* Sets the text colour of the links */
	text-decoration: none;
	padding: 1px;
}
	
#footer a:hover, #footer a:active {
	color: #390000; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
	background-color: #FBDCD9;
}

/* CLASSES -------------------------------------------------- */

.fltlft {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 8px; /* Puts a border around the image */
}

.fltrt {
	float: right; /* Moves the image to the right side of its container and allows text to flow around its left side. */
	margin-left: 8px; /* Adds 8 pixels of space to the left of the image so that it does not touch the text */
}

.clearfloat {
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
#copyright {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FBDCD9;
	color: #FBDCD9;
	text-align: center;
	font-size: 3px;
}
#content1 a:link, #content1 a:visited {
	margin: 0px; /* Sets the font size to 80% of the user's browser preference, */
	color: #000000; /* Sets the text colour of the links */
	text-decoration: none;
	padding: 5px;
	font-size: 110%;
}
#content1 {
	width: 290px;
	margin-left: 5px;
	float: left;
	height: 428px;
	text-align: left;
}
#content2 {
	margin-left: 300px;
	width: 290px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: left;
}
#content2 p {
	margin: 0px;
	padding: 5px 0px;
	font-size: 75%;
}
#content1 p {
	margin: 0px;
	padding: 5px 0px;
	font-size: 75%;
}



	
#content1 a:hover, #content1 a:active {
	color: #FFFFFF; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
	background-color: #CC9999;
}
/* Flash FOOTER -------------------------------------------------- */

#flashfooter {
	background-color: #CC9999;
	width: 603px;
	padding: 10px 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FBDCD9;
}

#flashfooter ul {
	text-align: center;  /* Centers all the text in the footer div */
	margin: 0px; /* Adds 5 pixels of space above and below the footer list, and 0 pixels of space to the right and left of the list */
	padding: 0px;
	}

#flashfooter li {
	display: inline;
	}

#flashfooter a:link, #flashfooter a:visited {
	margin: 0px; /* Sets the font size to 80% of the user's browser preference, */
	color: #FFFFFF; /* Sets the text colour of the links */
	text-decoration: none;
	padding: 1px;
	font-size: 80%;
}
	
#flashfooter a:hover, #flashfooter a:active {
	color: #390000; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
	background-color: #FBDCD9;
}
#flashcopyright {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FBDCD9;
	color: #CC9999;
	text-align: center;
	font-size: 75%;
}
h6 {
	color: #8F6F6D;
	font-weight: normal;
	margin-left: 10px;
}
