/* CSS Document */

#container {
	width:1000px;
	background-color:#FFFFFF;
	position: relative;
}

#banner {
	width:900px;
	float:left;
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#sidebar {
	width:197px;
	background-color:#CCCCCC;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
}

#content {
	width:800px;
	background-color:#FFFFFF;
	float:left;
	border: 1px solid #000000;
}

#footer {
	width:1000px;
	background-color:#FFFFFF;
	float:left;
}

p {
font-size:14px;
line-height:18px;
}

.warning {
color:#ff0000;
padding:4px;
}
