/* CSS Document */

body {
	margin:100px 10px 0px 10px;
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
	background-image: url(img/pattern.gif);
	background-color: #EEEEEE;
}


#container-h{
	border: 1px solid #999999;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	width: 875px;
}

#main-h {
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	text-align: center;
	width:100%;
}


#footer {
	display: block;
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
	top: 10px;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F4F4F4;
	clear:both;
}

a:visited {
	color: #CC3300;
}
a:link {
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
}

i.color {
	color: blue;	
}

