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

body{
	font-size:12px;
	margin-top:5px;
	}

#container{
	margin-left:auto;
	margin-right:auto;
	width:79.166em;
	}
	
#logo{
	text-align:center;
	height:12.5em;
	}
	
#slideshow{
	border:1px solid #CFA92A;
	}
	
#menu{
	background:url(../images/menu_bg.jpg) no-repeat;
	height:3.416em;
	text-align:center;
	padding-top:0.1em;
	margin:1.2em 0em 0em 0em;
	
	}
	
#content{
	background:url(../images/main_top_left_corner_bg.png) top left no-repeat;
	height:10em;
	padding: 2em;
	
	}
	
#content>div:first-child{
	width:52%;
	float:left;
	}
	
#content>div:last-child{
	width:45%;
	float:right;
	}
	
#footer{
	text-align:center;
	}
	
#bottomGlow{
	background:url(../images/footer_bg2.png) center center no-repeat;
	width:100%;
	height:5px;
	margin-bottom:0.5em;
	}
