@charset "utf-8";
html{height:100%; width:100%; min-width:1130px;}
body{height:100%; width:100%; background-color:#000; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}
img{border:none; max-width:100%;}
a:link{
	color:red; 
	text-decoration:underline;
	-webkit-transition:color 0.5s linear;
	-moz-transition:color 0.5s linear;
	-o-transition:color 0.5s linear;
	transition:color 0.5s linear;
}
a:visited{color:red; text-decoration:underline;}
a:hover, a:active, a:focus {color:#0C0; text-decoration:none;}
.container{
	position:relative;
	margin:0 auto;
	width:auto;
	height:auto !important;
	min-height:100%;
	background-image:url(../images/containerbg.jpg);
}
.header{
	height:200px;
	width:100%;
	background-color:#000;
	background-image:url(../images/headerbg.jpg);
	border-bottom:5px solid #2b2b2b;
}
#header_logo_left{background-image:url(../images/header_logo_left.jpg); height:200px; width:630px; position:absolute; left:0px;}
#header_logo_right{background-image:url(../images/header_logo_right.jpg); height:200px; width:500px; position:absolute; right:0px;}
#border{
	width:100%;
	height:20px;
	margin:0px;
	padding:0px;
	background-image:url(../images/blackshadow.png);
}
#bottom_border{
	width:100%;
	height:20px;
	position:absolute;
	bottom:24px;
	background-image:url(../images/blackshadowbottom.png);
}
#stripes{
	height:100%;
	width:100%;
	background-image:url(../images/stripes.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.content{
	position:relative;
	margin:0 auto;
	height:auto;
	width:auto;
	padding:1em 1em 2em;
}
.footer{
	position:absolute;
	height:auto;
	width:100%;
	bottom:0;
	background-color:#2b2b2b;
	border-top:5px solid #2b2b2b;
}
#fbook{position:fixed; right:0px; bottom:0px;}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.info{
	width:50%;
	min-width:600px;
	height:auto;
	position:relative;
	clear:left;
	display:block;
	background-color:#1b1b1b;
	background-color:transparent;
	background-color:rgba(27,27,27, 0.65);
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	border-radius:1em;
	box-shadow: 5px 5px 5px #000;
	behavior:url(scripts/PIE.htc);
}
.info img:hover{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.info img{
	-webkit-transition:.3s linear all;
	-moz-transition:.3s linear all;
	-o-transition:.3s linear all;
	transition:.3s linear all;
}
.info p{
	text-align:left;
	color:#999;
	padding:5px;	
}
.infotitle{
	width:600px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/infotitle.png);
}
.infotitle p{
	font-size:17px;
	font-style:oblique;
	font-weight:bold;
	color:#999;
	text-align:center;
	padding-top:5px;
	text-shadow:2px 2px 1px #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='black', Positive='true');
}
