/* Chicago Vigil CSS */
#wrapper {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	background-image: url(images/background_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

/* FLOAT STRUCTURE */
#site {
	width: 800px;
	background-image: url(images/background_content.gif);
	background-position:top;
	background-repeat: repeat-y;
	text-align: left;
	}

#header {
	width: 800px;
	height: 128px;
	}
	
#content_wrap {
	width: 800px;
	margin: 0;
	padding: 0;
	}
	
#left {
	float: left;
	width: 547px;
	margin: 0;
	padding: 0;
	}
	
#content {
	width: 475px;
	text-align: left;
	padding-top: 15px;
	padding-left: 25px;
	}

#detail-txt {
	width: 475px;
	padding: 0;
	text-align: center;
	}
	
#lost-left {
	float: left;
	width: 225px;
	text-align: left;
	}

#lost-right {
	float: left;
	width: 225px;
	text-align: left;
	margin-left: 15px;
	}	
	
#right {
	float: left;
	width: 253px;
	height: 447px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/nav.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#nav-txt {
	width: 253px;
	padding-top: 15px;
	padding-left: 25px;
	text-align: left;
	}

#footer {
	clear: both;
	height: 74px;
	width: 800px;
	background-image: url(images/footer.jpg);
	}
	
#footer-txt {
	padding-top: 14px;
	padding-left: 25px;
	text-align: left;
	}

/* *********************************************** */

/* TYPE STYLES */

/* HEAD */
H1 {
	font-size: 21px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F3B369;
	font-variant: normal;
	text-transform: none;
	}

/* SUBHEAD */
H2 {
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #A93911;
	font-variant: normal;
	text-transform: none;
	}

/* COPY */
H3 {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #ccc;
	font-variant: normal;
	text-transform: none;
	}

/* FOOTER COPY */
H4 {
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #fff;
	font-variant: normal;
	text-transform: none;
	}
/* EVENT DETAILS */
.details {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ccc;
	font-variant: normal;
	text-transform: none;
	}

/* EVENT DETAILS */
.lost {
	font-size: 14px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	font-variant: normal;
	text-transform: none;
	}
	
.lostdetails {
	font-size: 12px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #ccc;
	font-variant: normal;
	text-transform: none;
	}
	
a, a:link, a:visited, a:active {
	color: #F3B369;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

a:hover {
	color: #A93911;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

a.nav, a.nav:link, a.nav:visited, a.nav:active {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}

a.nav:hover {
	color: #A93911;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

a.footer:hover {
	color: #F3B369;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}


.orange {
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #A93911;
	font-variant: normal;
	text-transform: none;
	}



	
