/* main.css */
body {
    background-color: #ECECEC;
    font-family: Tahoma, Verdana, Helvetice, Arial;
    font-size: 11px;
    margin: 0px;
	padding: 0px;
	text-align: center;
}

div#body {
    margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
    position: relative;
    text-align: left;
    width: 1032px;
}

div#head {
    background-image: url(../images/bg_head.gif);
    background-repeat: no-repeat;
    height: 180px;
    position: relative; 
	width: 100%;
}

div#head_middle a img {
    border: 0px;
    margin: 0px;
    margin-left: 14px;
    margin-top: 36px;
    padding: 0px;
}

div#main {
    background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
    width: 100%;
}

div#foot_background {
    background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
    height: 60px;
    width: 100%;
    position: relative;
}

div#foot_foreground {
    background-image: url(../images/fg_foot.gif);
	background-repeat: repeat-x;
    height: 27px;
	left: 15px;
	margin: 0px;
	top: 10px;
	padding: 0px;
	position: relative;
    width: 993px;
}

div div.content_col  {
    float: left;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;    
    width: 250px;
}

div#main div.content_col_left {
    padding-left: 14px;
    padding-right: 10px;
    width: 250px;
}

div#main div.content_col_center  {
    padding-left: 10px;
    padding-right: 10px;
    width: 490px;
}

div#main div.content_col_right  {
    padding-left: 10px;
    width: 212px;
}