/* CSS Document */

body, html {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:10px;
	font-family:Verdana;
	background-color:#bcc8cc;
}

img { border:none }

a { text-decoration:underline; color:#550201 }

a:hover { text-decoration:none }

#container {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	width:100%;
	background:url('/content/images/c/bg.gif') left top repeat-y;
}

#footer_padding {
	height: 90px;
}

#footer {
	width:100%;
	height:90px;
}

h1, h2, h3, h4 {
	margin:0; padding:0;
}

h1 { font-size:18px; padding-bottom:5px; }


