@charset "utf-8";

/***** 		COLORS	 	*****/
/*		Blue	0064be	*/
/*		Pink	df3cad	*/
/*		Green	009a3d	*/
/*		Brown	542c24	*/
/*		Yellow	f8f5de	*/

/***** 		Defaults	 	*****/

a:link {
	color: #009a3d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0064be;
}
a:hover {
	text-decoration: none;
	color: #0064be;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	color: #0064be;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	text-align: left;
	border-bottom: thin solid #999999;
}
h2 {
	font-size: 1.4em;
	color: #0064be;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	text-align: right;
	border-bottom: thin solid #000000;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.2em;
	color: #0064be;
	letter-spacing: 0.1em;
	text-align: right;
	border-bottom: thin solid #000000;
	padding-bottom: 5px;
}
h4 {
	font-size: 1em;
	color: #0064be;
}
h5 {
	font-size: 1em;
	color: #666666;
}

/***** 		Main	 	*****/
body {
	font: 100% "Trebuchet MS", sans-serif;
	background: #ffffff url(images/bg_page.jpg) repeat scroll;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 780px;
	height:570px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	padding: 0 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px dotted #000000;
	text-align: right;
}

#MenuLinks {
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
	position: relative;
	top: 50px;
	right: 10px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
	font-size: 0.8em;
}
