@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #100B0B;
	background-image: url(images/city-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#clear {
	clear: both;
}

#container {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#container #newsdate {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 6px;
}

#container #news {
	float: left;
	width: 60%;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

#container #date {
	float: right;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}


#container #nav {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	border: 2px solid #000000;
	margin-bottom: 15px;
}
#container #contentleft {
	float: left;
	width: 68%;
	border: 2px solid #000000;
	margin-top: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#container #contentright {
	float: right;
	width: 28%;
}
p, .p, li, label {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#container #contentleft #title {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin-top: -10px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/titlebg.jpg);
	background-repeat: repeat-x;
}
.redlinks {
	font-weight: bold;
	color: #960001;
	text-decoration: none;
	font-size: 12px;
}
#related {
	background-image: url(images/related-bg.jpg);
	background-repeat: repeat-y;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 6px;
	background-position: right;
	margin-top: 4px;
}

#container #line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding-bottom: 5px;
}


#footText {
	width: 100%;
	font-size: 11px;
	color: #464646;
	margin-top: 9px;
	padding-bottom: 5px;
}
#footText #footTextLeft {
	float: left;
	font-weight: bold;
	color: #C7B28D;
}
#footText #footTextRight {
	float: right;
	text-align: right;
}
.webwatch {
	color: #759978;
}
