@charset "UTF-8";
/* CSS Document */

body {
    padding: 0;
    background-image: url(images/index_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e3f7e5;
    margin: 5 auto;
    text-align: center; /* to correct the centering IE bug*/
	min-width: 600px;
}

#posy_ {
    margin: 0 auto;
    width: 800px;
	position: relative;
	clear: both;
}

#Table_01 {
	background-image: url(images/bgd_tile.gif);
	text-align: left;
	overflow: hidden;
	width: 100%;
	border-top: 2px solid #bdd89e;
	border-right: 2px solid #bdd89e;
	border-bottom: 2px none #bdd89e;
	border-left: 2px solid #bdd89e;
}

#Header_ {
    width:800px;
    height:227px;
}


#menu { 
	margin-top: -3px;
    width:100%;
} 

#menu ul {
    margin:0;
    padding:0;
    list-style:none;
    }
	
#menu li{
	display:inline;
    }
#menu a img{
    margin:0;
    padding:0;
	border-style:none;
	vertical-align: bottom;
    }
		


#LeftColhome_ {
	float:left;
	width:389px;
    background-image: url(images/bgd_tile.gif);
}
#RightColhome_ {
	float:right;
	width:410px;
	height:100%;
    background-image: url(images/bgd_tile.gif);
}


#bottom-banner_ {
	width:800px;
	height:95px;	
    background-image: url(images/bgd_tile.gif);
	border-right: 2px solid #bdd89e;
	border-bottom: 2px solid #bdd89e;
	border-left: 2px solid #bdd89e;
}
#penguins_ {
	position:inherit;
	width:800px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
	line-height:150%;
    color: #999999;
    text-decoration: none;
    text-align:right;
}

#newsletter {
	position:absolute;
	top:30px;
	left:700px;	
}	