/*		IMPORTS			*/
@import url(style_text.css);

/*		PREDEFINED		*/
html, body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-image: url('../images/structural/background.gif');
}

img {
	border: 0px;
	vertical-align: bottom;
}

div.clear {
	clear: both;
}

p {
	margin-top: 4px;
	margin-bottom: 8px;
}

/*		CUSTOM			*/

/*		DIV				*/
div#container {
	position: absolute;
	top: 0px;
	left: 50%;

	width: 768px;
	min-height: 100%;

	margin-left: -384px;

	background-color: #C5CDD2;
	background-image: url('../images/structural/background_container.gif');
}

div#content {
	position: relative;

	width: 730px;

	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 40px;
}

div#footer {
	position: absolute;
	bottom: 2px;

	width: 760px;

	left: 50%;
	margin-left: -388px;

	text-align: right;
}

div#flash {
	position: relative;

	width: 730px;
	height: 179px;

}

div.clear {
	clear: both;
}

/*			UL / LI			*/
ul#navigation {
	position: relative;

	width: 730px;
	height: 24px;

	margin: 1px 0px 0px 0px;
	padding: 0px;

	background-color: #6AB0DB;

	list-style: none;
}

ul#navigation li {
	position: relative;
	float: left;

	height: 24px;

	margin: 0px;
	padding: 0px;
}

ul#navigation li img {
	display: block;
}

/*			IMG			*/
img#top {
	position: relative;
	top: 0px;
	left: 0px;

	width: 768px;
	height: 19px;
}

img#bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;

	width: 768px;
	height: 19px;
}

