@charset "utf-8";
body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-repeat: repeat;
	background-position: left center;
	background-image: url(assets/Background_opac20.png);
}
/* CSS Document */

#container {
	width: 900px;
	padding: 0px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	opacity: .8;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}

#header {
	margin: 0px;
	padding: 0px;
}
#menu {
	padding: 0px;
	width: 900px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#leftCol {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 5px;
}
#leftCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

#leftCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}
#leftCol h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
	padding-left: 5px;
}
#leftCol h3 {
	font-family: "Lucida Calligraphy";
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
}
#leftCol h4 {
	font-family: "Lucida Calligraphy";
	font-size: 1em;
	color: #666666;
}


#content {
	margin-left: 210px;
	margin-top: 60px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content h1 {
	font-family: "Lucida Calligraphy";
	font-size: 1.6em;
	font-weight: bold;
	color: #666666;
}
#content h2 {
	font-family: "Lucida Calligraphy";
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
}
#content h3 {
	font-family: "Lucida Calligraphy";
	font-size: 1.2em;
}
#content a:link, #content a:visited {
	color: #FF3366;
}
#content a:hover, #content a:visited {
	color: #FF00FF;
}

#footer {
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footer ul {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	font-size: 80%;
	color: #666666;
	margin: 5px;
}
#footer a:hover, #footer a:active {
	color: #FF00FF;
	text-decoration: none;
}
		.boxgrid{
	width: 180px;
	height: 180px;
	margin:5px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
			}
				.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
				}
				.boxgrid p{
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 8pt;
				}
				
			.boxcaption{
	float: left;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .7;




				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	position: absolute;
 			}
 				.captionfull .boxcaption {
	top: 140px;
	left: 0px;
 				}
 				.caption .boxcaption {
	top: 140px;
	left: 0px;
 				}


			a{ color:#C8DCE5; }

.clearing {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.img {
	padding-left: 20px;
}

.title {
	font-family: "Lucida Handwriting";
	font-size: 130%;
}
.infoBox {
	width: 200px;
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	background-image: url(assets/infoBox_bg2.png);
	background-repeat: repeat-x;
	margin-left: 10px;
}
.infoBoxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: right;
	margin-left: 8px;
}
.picture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F9F9F9;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.picture img {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	margin-bottom: 3px;
}
.right {
	float: right;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0.8em;
}
.left {
	margin-top: 0.5em;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	float: left;
}
.imgCaption {
	float: right;
	width: 302px;
	border: 1px solid #999999;
}
