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

	
	
/*-------------------- Layout for Internal Pages --------------------*/
	
#wrapper {
	background: url(images/wrapper_internal_bg.png) repeat-y;
	width: 770px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	}
	
#content {
	display: inline;
	width: 480px;
	margin: 40px 40px 50px 40px;
	position: relative;
	float: left;
	overflow: hidden;
	}
	
#footer {
	width: 480px;
	}


