
/* ================================ Resets / Base Styles ================================ */

html { margin: 0; padding: 0; }
	
body {
	margin: 0; padding: 0;
	font-size: 12px;
	text-align:center;
	background: #eeeeee url(images/bg.png) no-repeat top center; 
	color: #777777; /* grey */
	}
	
body, h1, h2, h3, h4, h5, h6, td, p, li, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }
a, a:visited, a:active { color: #1AB7EA; text-decoration:none; /* aqua */}
a:hover { text-decoration:underline; }

img { border: 0; }
p, ul, ol, dl { margin: 0 0 1.2em 0; padding: 0; font-size: 1.0em; line-height: 1.5em; }
ul li, ol li { font-size: 1.0em; margin-bottom:0.4em; }
dl dt { font-weight:bold; }
dl dd {	margin:0 0 0.5em 0;	}	
input, textarea, select, td, th { font-size: 1.0em; }
acronym, abbr { border-bottom: 1px dotted black; cursor: help; }
sup { font-size: 0.9em; }
code { font: 1.1em 'Courier New', Courier, Fixed; }	
blockquote { margin: 1.0em 30px 1.0em 10px; padding-left: 20px; font-style:oblique;	}
blockquote cite { margin: 5px 0 0; display: block; font-style:normal; }	
	
hr { /* For Internet Explorer */
	clear:both;
	height: 1px;
	color: rgb(213,213,213); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(213,213,213); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Opera and Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(213,213,213); /* light grey */
	border: 0px solid rgb(213,213,213); /* light grey */
	margin-bottom:1.0em;
	}

.hidden { display:none; }	
.error { color: rgb(255,0,0); /* red */ }

/* ================================ Headers ================================ */

/*
 	h1 - logo picture
*/

	
h1 {
	margin:0  0 10px 0; 
	padding:0;
	font-size:1.5em;
	}

	
/* ================================ Layout Containers ================================ */	

div#page {
	width:985px;
	margin: 18px auto 10px auto;
	text-align:left;
	position:relative;
	padding-right:22px;
	}
		
div#content {
	position:relative;
	background: #325E98 url(images/like.gif) no-repeat;
	height:31px; 
	width:95px;
	margin: 0 auto 35px auto;
	padding: 11px 0 0 310px;
	}

	
div#footer {
	clear:both;
margin-bottom:150px;
	}

	
