@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #FF0000;
}

body {
	font-size:12px;
	background-color: #FFFFFF;
	background: url(../images/bg_shadow.gif) center top repeat-y;
}

html {
	overflow-y:scroll;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div{
	margin: 0px;
	padding:0px;
}

ul,ol,li{
	list-style:none;
}

img {
	border:none;
}

.clear{
	clear:both;
}

#wrap{
	margin:auto;
	height:auto;
	width:920px;
}

#header{
	margin:auto;
	height:78px;
	width:880px;
	padding:0px 10px 0px 10px;
	background: url(../images/header_bgcolor.jpg) left top repeat-x;
}

#mainTable{	
	margin:auto;
	height:auto;
	width:880px;
	padding:0px 10px 0px 10px;
}

#main {
	padding-bottom: 70px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin: -30px auto 0; /* negative value of footer height */
	height: 30px;
	width: 870px;
	clear:both;
	background:url(../images/footer-l.gif) left no-repeat;
	padding-left:10px;
}

#footer .footer-r{
	background:#EC6993 url(../images/footer-r.gif) right no-repeat;
	height:30px;
	text-align:center;
	line-height:260%;
	color:#FFF;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

