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

#container {
	width:800px;
	position:relative;
	background-color:#FFFFFF;
	margin:0 auto;
	height:auto;
	border:#eff2f7 thin solid;
}

#header {
	background-image:url(images/st.barts_head.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:120px;
}

#homepage_content {
	width:800px;
	height:auto;
}

#content {
	width:800px;
	height:auto;
}

#announcement {
	width:540px;
	height:auto;
	margin-left:120px;
	background-color:#eff2f7;
	background-image:url(images/watermark.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border: #074559 thin dotted;
}

#endpiece {
	width:800px;
	height:auto;
	background-color:#eff2f7;
	border-top:#074559 thin dotted;
	border-bottom:#074559 thin dotted;
}


