@charset "utf-8";
/* CSS Document */

/***** DIVS *****/
.layout{
	width:100%;
	background-repeat:repeat-x;
	background-position:0 0;
	text-align:center;
	padding-bottom:50px;
}
.grid{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.site{
	width:800px;
}
.header{
	width:800px;
	height:130px;
	background:url(images/header.png) no-repeat center;
}
.site-top{
	width:800px;
	height:15px;
}
.flash{
	width:800px;
	height:210px;
}
.menu{
	width:800px;
	height:50px;
}
.bottom_links{
	width:800px;
	height:50px;
	vertical-align:middle;
	text-align:center;
	color:#fff;
}
/********** DIV IMAGES **********/

/***** Top & Header *****/
.top_left{
	background:url(div-images/top_left.png) no-repeat bottom left;
}
.top{
	background:url(div-images/top.png) repeat-x bottom center;
	height:15px;
	width:770px;
	margin-left:15px;
}
.top_right{
	background:url(div-images/top_right.png) no-repeat bottom right;
}
/***** Content & Body *****/
.left{
	background:url(div-images/left.png) repeat-y left;
}
.mid{
	background-color:#d9d9d9;
	width:770px;
	margin-left:15px;
}
.right{
	background:url(div-images/right.png) repeat-y right;
}
/***** Bottom *****/
.bottom_left{
	background:url(div-images/bottom_left.png) no-repeat left;
}
.bottom{
	background:url(div-images/bottom.png) repeat-x;
	height:15px;
	width:770px;
	margin-left:15px;
}
.bottom_right{
	background:url(div-images/bottom_right.png) no-repeat right;
	height:15px;
}
