/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#EEE;
	color:#333333;
}
td img {display: block;}
div {
	color:#EEE;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
}

h1 { font-size:18px; }
h2 { font-size:14px; }
h3 { font-size:12px; }
h4 { font-size:11px; }

.c {
font-weight:bold;
width:100px;
font-family:"Courier New", Courier, monospace;
}

h1, h2 {
	color:#666;
	padding:3px 0;
	background:url(images/rule_h.gif) bottom left repeat-x;
	text-transform:uppercase;
	}

h3, h4, h5 {
	color:#666;
	font:"Futura", Arial, Helvetica, sans-serif;
}

#wrapper {
background: url(images/background.jpg) top center repeat-y #EEE;
}

#fade {
background: url(images/background_bottom.jpg) top center no-repeat #EEE;
height:35px;
}

#leftcol div, #rightcol div {
	background:url(images/fade.jpg) top left repeat-x;
	padding:20px;
	margin:0 0 0 1px;
}

#footer {
	background:url(images/br.jpg) top left repeat-x;
	width:664px;
	float:none;
}

#rightcol div.br, #leftcol div.br {
	background-image:url(images/br.jpg);
}

#leftcol {
	width:276px;
	float:left;
	text-align:center;
	font-size:14px;
}

#rightcol {
	width:391px;
	margin-left:1px;
	float:left;

}


#inner {
	width:670px;
	padding-bottom:100px;
	text-align:left;
	margin:0 auto;
}




#leftcol h2 {
	border-bottom-width:1px;
	color:#666;
}
#leftcol h3 {
	color:#EEE;
	font-size:10px;
}

#leftcol b {
	color:#666;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	background-color:#FFF;
	color:#666666;
}


