/**
 *	Structure StyleSheet
 */

/** First Level Container */

div#wrap1 {
	width: 1000px;
	height: 94px;
	text-align: center;
	overflow: hidden;
	background: #fff url('/img/head.gif') no-repeat 50% 0%;
	border-bottom: 1px solid #f2f2f2;
}

div#wrap2, div#wrap3 {
	width: 1000px;
	overflow: hidden;
	clear: both;
}

div#wrap2 {
	background: #fff url('/img/w2-bg.gif') repeat-y 50% 0%;
}

div#wrap3 {
	background: #fff url('/img/w3-bg.gif') repeat-y 50% 0%;
}

/** Second Level Container */

div#main, div#footer {
	width: 1000px;
	overflow: hidden;
	clear: both;
}

div#footer {
	text-align: center;
	background-color: #f8f8f8;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #c8c8c8;
}

/** Third Level Container */

div#left {
	width: 200px;
	float: left;
}

div#middle {
	width: 600px;
	float: left;
}

div#middle_ext {
	width: 800px;
	float: left;
}

div#right {
	width: 200px;
	float: left;
}

/** Fourth Level Container */

div#left div.left_int, div#right div.right_int,
div#middle div.middle_int, div#middle_ext div.middle_int {
	margin: 4px 6px 16px 6px;
}

div#middle div.middle_int {
}

div#middle_ext div.middle_int {
}

div#left div.left_int {
}

div#right div.right_int {
}

/** Fifth Level Container */

div.middle_int div.content {
	text-align: justify;
}
