/* -- Styles applied to everything -- */

html 	{
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

body 	{
	font-family: trebuchet ms, helvetica, arial;
	font-size: 12px;
        background-color: #ccc;
	height: 100%;
	}

p 	{ 
	margin-top: 0; 
	text-align: left;
	}

h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	}

h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	}

h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	}

h5 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	}


a	{
	color: #000;
	text-decoration: none;
	}

a:link, a: visited { 
	font-weight: bold; 
	text-decoration: none; 
	}

a:hover, a:active { 
	text-decoration: underline overline; 
	}

#container{
	width: 600px;
	text-align: left;
	min-height: 100%
	height: auto !important;
	height: 100%;
	margin: 0 auto -16px;
}

#foter {
	height: 16px;
}

