* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 13px Arial;
	color: #505050;
	background-color: #969696;
	padding: 10px 0px;
}
a {
	text-decoration: none;
	color: #505050;
}
a:hover {
	text-decoration: none;
	color: #a72c3e;
}
img {
	background: #FFF;
    border: 0px;
	padding: 0px;
}
img.float-right {
  	margin: 0px 0px 10px 15px;
	float: right;
}
img.float-left {
  	margin: 0px 15px 10px 0px;
	float: left;
	clear: right;
}

.thumb {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 10px;
	margin: 0px 0px 20px 20px;
	width: 260px;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	margin: auto auto;
	text-align: justify;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	margin: 0px;
}
	#header .buffer {
		height: 260px;
		background: url(images/banner.png) no-repeat;
	}
/** END header **/

/** BEGIN body **/
#body {
	border: 0px;
	margin-top: 10px;
	background: url(images/bodybg.gif) repeat-y;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 545px;
	float: left;
	padding: 25px 25px 50px 25px;
}
	#content .line {
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px; 
	}
	
	#content .text {
		float: left;
		width: 545px;
	}
		#content .text h1 {
			color: #a72c3e;
			font: 1.9em Georgia;
			font-weight: normal;
			padding-bottom: 7px;
			margin-bottom: 20px;
			border-bottom: 1px solid #e6e6e6;
			}
			#content .text h1 a {
				color: #a72c3e;
			}
		#content .text h2 {
			color: #505050;
			font: 1.2em Arial;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 10px;
			}
			#content .text h2 a {
				color: #a72c3e;
			}
		#content .text p {
			padding-bottom: 15px;
			line-height: 1.3em;
			}
		#content .text .link {
			color: #a72c3e;
			font-size: 1em;
			font-weight: bold;
			line-height: 1.5em;
		}
			#content .text .link a {
				color: #a72c3e;
			}
			#content .text .link a:hover {
				color: #a72c3e;
				text-decoration: underline;
			}
		#content .text .info {
			color: #505050;
			background-color: #eef8fe;
			border: 1px solid #abe1fa;
			padding: 10px;
			margin-top: 5px;
			margin-bottom: 20px;
			font-size: 1.1em;
			line-height: 1.5em;
		}
			#content .text .info a {
				font-size: 1.2em;
			}
		#content .text ul {
			margin-left: 0;
			margin-bottom: 5px;
			padding-left: 0px;
			list-style: none;
			}
			#content .text ul li {
			list-style: none;
			line-height: 1.3em;
			padding: 0px 15px 5px;
			background-image: url(images/bullet.gif);
			background-repeat: no-repeat;
			}
		
	#content .links {
		float: left;
	}
		#content .links h1 {
			color: #a72c3e;
			font: 1.9em Georgia;
			font-weight: normal;
			padding-bottom: 7px;
			margin-bottom: 20px;
			border-bottom: 1px solid #e6e6e6;
			}
			#content .links h1 a {
				color: #006fb6;
			}
		#content .links h2 {
			color: #505050;
			font: 1.1em Arial;
			font-weight: bold;
			margin-top: 15px;
			margin-bottom: 7px;
			}
			#content .links h2 a {
				color: #006fb6;
			}
		#content .links p {
			padding-bottom: 10px;
			line-height: 1.35em;
		}
		#content .links ul {
			margin-left: 0;
			margin-bottom: 5px;
			padding-left: 0px;
			list-style: none;
				}
				#content .links ul li{
				line-height: 1.25em;
				padding: 0px 12px 5px;
				background-image: url(images/dot.gif);
				background-repeat: no-repeat;
				}
		
	#content .gallery {
		float: left;
	}	
		#content .gallery h1 {
			color: #006fb6;
			font: 1.8em Georgia;
			font-weight: bold;
			padding-bottom: 20px;
			}
			#content .gallery h1 a {
				color: #006fb6;
			}
		#content .gallery h2 {
			color: #4DB200;
			font: 1.6em Georgia;
			font-weight: normal;
			padding-bottom: 7px;
			border-bottom: 1px dotted #ABABAB;
			margin-bottom: 7px;
			clear: both;
			}
			#content .gallery h2 a {
				color: #006fb6;
			}
		#content .gallery p {
			padding-bottom: 5px;
			line-height: 1.5em;
		}
			#content .gallery .area {
			float: left;
			margin-top: 10px;
			margin-bottom: 15px;
		}
				#content .gallery .area .thumb {
				background: #F0F0F0;
				border: 0px;
				padding: 7px 7px 0px 7px;
				overflow: hidden;
				margin: 0px 10px 10px 0px;
				width: 155px;
				float: left;
			}
				#content .gallery .area .thumb img {
					width: 155px;
					padding: 0px;
					margin-bottom: 7px;
				}
				#content .gallery .area .thumb p {
					font-size: 0.9em;
					line-height: 1.5em;
					padding-bottom: 7px;
				}
	
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 210px;
	float: left;
}
	#sidebar ul {
		list-style-type: none;
		padding: 20px 15px 15px;
	}
		#sidebar ul li {
			
			line-height: 2.35em;
			padding-left: 5px;
			font-weight: bold;
			border-bottom: 1px solid #d7d7d7;
		}
		#sidebar ul li a {
			color: #505050;
		}
		#sidebar ul li a:hover {
			color: #a72c3e;
			text-decoration: none;
		}
/** END sidebar **/


/** BEGIN team **/
#team {
	width: 160px;
	float: right;
	margin-bottom: 200px;
}
	#team p {
		background-color: #a72c3e;
		padding: 10px;
		margin-bottom: 5px;
		line-height: 1em;
		font-weight: bold;
		color: #fff;
		}
	
	#team img {
		text-align: center;
		}
	
	#team .line {
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	margin: 5px 10px 5px 10px; 
	}
	
	#team .break {
		width: 160px;
		height: 5px;
		background-color: #969696;
		margin-top: 5px;
	}
/** END team **/

/** BEGIN table **/
table {
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size: 1em;
}
th {
	height: 1.2em;
	color: #505050;
	text-align: left;
	font-size: 1.2em;
}
tr {
	height: 1em;
}
td {
	padding: 2px;
	vertical-align: middle;
	line-height: 1.35em;
}

/** END table **/

/** BEGIN miscellaneous **/
#comments {
	padding: 0px;
	margin-bottom: 20px;
}
	#comments h2 {
		font-size: 1em;
		background-color: #F1F1F1;
		padding: 2px 5px;
		border-bottom: 1px solid #EDEDED;
	}
	#comments a {
		color: #006fb6;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/
