#container {
	position: relative;
	width: 720px;
	min-height: 400px;
	margin: 0 auto;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}
#header {
	position: relative;
	height: 94px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#header_flash {
	position: relative;
	margin-top: 2px;
}
#LOGIN {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
#LOGIN input {
	font-size: 1.1em;
	width: 100px;
}
#LOGIN input.button {
	width: 40px;
}
#content_container {
	background-image: url(../images/bg_content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #0C2E82;
	padding-bottom: 20px;
	margin-top: 2px;
}
#content_right {
	position: relative;
	float: right;
	border-left: 1px solid #ccc;
	width: 200px;
	padding: 0 5px 15px 5px;
	margin-top: 20px;
}
#content_left {
	position: relative;
	float: left;
	border-right: 1px solid #ccc;
	width: 200px;
	padding-bottom: 15px;
	padding-right: 1px;
	margin-top: 20px;
}
#content {
	position: relative;
	min-height: 300px;
	padding-top: 10px;
	padding-right: 20px;
	margin-right: 205px;
}
#content_when_left {
	position: relative;
	min-height: 300px;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 205px;
}
#clearing {
	clear: both;
}
#footer {
	text-align: center;
	padding: 10px 0;
}
#copyright {
	position: relative;
	width: 750px;
	text-align: center;
	margin: 0 auto;
	color: #666;
	font-size: 0.9em;
	margin-top:10px;
	padding-bottom:30px;

}
#case_container {
	position: relative;
	margin-top: 20px;
	width: 720px;
}
#case_file {
	position: relative;
	width: 365px;
	min-height: 166px;
	margin-left: 330px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #0C2E82;
	background-color: #EAF5FC;
}
#case_file td.case_file_title {
	width: 30%;
	vertical-align: top;
}
#case_file ul {
	margin: 0;
	padding-left: 20px;
}
#case_file ul.case_file_row2 {
	padding-left: 40px;
}
#case_image {
	position: relative;
	float: left;
	width: 320px;
}
#case_image img {
	/*border: 1px solid #0C2E82;*/
}
#case_tabs {
	position: relative;
	margin-top: 10px;
	height: 20px;
}
#case_details {
	border: 1px solid #0C2E82;
	padding: 10px;
	margin-top: 10px;
}
#case_showcase {
	border: 1px solid #0C2E82;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}
#case_showcase table {
	margin: 0 auto;
}
#case_showcase div {
	border: 1px solid #0C2E82;
	padding: 2px;
}
#case_showcase div.showcase_thumbnail {
	background-color: #fff;
}
#case_showcase div.showcase_caption {
	background-color: #fff;
	padding: 5px;
	height: 50px;
}
