@charset "UTF-8";

.container {
	background-image: url(../Images/contentbg.jpg);
	height: 1000px;
	width: 1024px;
	top:0px;
	background-attachment: scroll;
	position: relative;
	background-repeat: repeat-y;
	left: auto;
	right: auto;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.leftbar {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	left: 0px;
	width: 220px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../Images/bk3.png);
	padding-left: 40px;
	float: left;	
}
.box {
	background-image: url(../Images/bk3.png);
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 150px;
}
.image {
	max-width: 90%;
	height: auto;
	margin-bottom: 10%;
}

.colmain1{
	width: 220px;
	float: left;
}
.colmain2 {
	width: 720px;
	float: left;
	margin-left: 70px;
}

.col1 {
	width: 210px;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2.5%;
}
.col2 {
	width: 210px;
	float: left;
	margin: 2%;
}
.col3 {
	width: 210px;
	float: left;
	margin: 2%;
}

.topbar1 {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	display: inline;
	width: 20px;
	list-style-type: none;
	position: relative;
	right: 10px;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-top: 5px;
	clip: rect(auto,10px,auto,auto);
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	background-image: url(../Images/bk3.png);
	background-repeat: repeat;
	padding-right: 70px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-style: none;
}
.topbar2 {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	display: inline;
	width: 100px;
	list-style-type: none;
	position: relative;
	right: 5%;
	padding-left: 0px;
	margin-left: 40px;
	clip: rect(auto,0px,auto,auto);
	margin-top: 10%;
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	text-transform: none;
	color: #CCC;
}
a:link {
	color: #CCC;
	text-decoration: none;
	font-family: 'Crimson Text', serif;
}
.video{
	margin-top:20px;
}