@charset "utf-8";

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}



#example3{ /*Demo 3 main container*/
	width: 500px;
	height: 600px;
	padding: 4px;
}
#wrapper_lg {
	width: 890px;
	margin-left: auto;
	background-color: #000;
	height: 1400px;
	margin-right: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#left_lg  {
	float: left;
	height: 1400px;
	width: 180px;
	background-image: url(../images/bricks.jpg);
	background-repeat: no-repeat;

}
#center_lg p{ /*Demo 3 P element that separates each entry*/
	margin-top: 20px;
	margin-bottom:80px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#center_lg {
	background-color: #000;
	float: left;
	width: 500px;
	color: #FFF;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	height: 1380px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
#center_lg img {
	float: right;
}

 #right_lg {
	float: left;
	height: 1400px;
	width: 160px;
	margin-left: 10px;
	
}

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}


/* CSS Document */


#wrapper_lg #jpglogo h1 {
	text-indent: -9999px;
	
}

#footer-lg{
	height: 25px;
	width: 890px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	clear: both;
}#footer-lg p {
	color: #999;
	text-align: center;
}
