/* CSS Document for layouts */
/* standard wrapper for entire window */
#wrapper {
	width:910px;
	margin:5px auto;
	border:3px solid #bbb;
	padding:0px;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	background-color:#FFFFFF;
}
/* standard banner */
#banner {
	width:910px;
	height:100px;
	padding:0px;
}
/* standard navigation bar */
#navbar {
	width:910px;
	height:21px;
}
/* standard message boxes */
.msg-top, .msg-top-lg {
	clear:both;
	float:left;
	height:10px;
	margin-left:10px;
	color:white;
	font-weight:bold;
	background-color: #003399;
	margin-top: 10px;
	text-align:center;
}
.msg-top {
	width:180px;
}
.msg-top-lg {
	width:220px;
}
.msg-bot, .msg-bot-lg {
	clear:both;
	float:left;
	margin-left:10px;
	margin-bottom: 10px;
	padding:5px;
	background-color: #F3F3F3;	
	text-align:left;
	font-size:11px;
	overflow: hidden; 
}
.msg-bot {
	width:180px;
}
.msg-bot-lg {
	width:220px;
}
.msg-bot ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
.msg-bot-lg ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
/* standard footer and bottom */
#footer {
	clear:both;
	float:left;
	width:910px;
	font-size: 10px;
	background-color: #f3f3f3;
}
#bottom {
	clear:both;
	text-align:right;
}
#fix-box {
	width:183px;
	margin-right:3px;
	height:1px;	
	clear:both;
	float:left;
}
#fix-box-lg {
	width:223px;
	margin-right:3px;
	height:1px;	
	clear:both;
	float:left;
}
