body {
	background-color:#BEC2C9;
	font-family:"Times New Roman", Times, serif;
	color:#1D1D1D;
	font-size:small;
}

a:link, a:visited {
	color:#1D1D1D;
	text-decoration:underline;
	}
	
a:hover, a:active {
	color:#C00;
	text-decoration:underline;
	}
	
#wrap {
	margin:15px auto;
	width:850px;
	height:605px;
	background-color:#FFF;
	padding:2px;
}

#wrap2 {
	width:848px;
	height:603px;
	border:1px solid #999;
	}
	
#header {
	height:105px;
	background-color:#FFF;
	text-align:center;
	}
	#header img {
		border:none;
		}

#content {
	height:425px;
	text-align:center;
	}
	#content img {
		border:1px solid #333;
		margin:0 8px;
		vertical-align:middle;
		}
	#caption {
		padding-top:12px;
		}
	
	#content2 {
		height:400px;
		}
		
	#content_bottom {
	
		}
		img#page_title {
			float:left;
			margin-left:10px;
			border:none;
			}
		#bars {
			margin-right:10px;
			float:right;
			}
		
		.bar {
			margin-left:3px;
			background-color:#C0C0C0;
			}

#footer {
	height:72px;
	background-color:#D9D9D9;
	border-top:1px solid #999;
	}
	#footer img {
		border:none;
		}
	#menu {
		float:left;
		}
	#navigation {
		float:right;
		}
	#menu, #navigation {
		color:#666;
		margin:10px 0 0 10px;
		font-size:14px;
		}
		#menu a, #navigation a {
			margin:0 3px 0 2px;;
			}
		#menu img, #navigation img {
			border:none;
			position:relative;
			top:3px;
			}
			
.clear {
	clear:both;
	}
