* {
	margin:0;
	padding:0;
}
/*html, body, #bg, #bg table, #bg td, #cont {
	width:100%;
	height:100%;
}*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:default;
	color:#000;
	margin:0;
	padding:0;
	background:#000;
}
#page-wrap {
	position: relative;
	z-index: 2;
}
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		

/*#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
	z-index:-100;
}
#bg td {
	vertical-align:middle;
	text-align:center
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
}*/

.clear {
	clear: both;
	margin: -1px 0px 0px 0px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}
#header {
	width:100%;
	height:120px;
	margin-top:20px;
}
#logo {
	width:350px;
	height:120px;
	float:left;
	text-align:right;
	border-right:8px solid #a11a01;
	background:#000;
}
#logo h1 {
	padding:45px 10px 0 0;
	color:#fff;
	letter-spacing:3px;
}
#logo h1 a {
	color:#fff;
}
#logo .subtitle {
	color:#c32103;
	font-weight:bold;
	letter-spacing:1px;
}
#menu {
	margin-left:358px;
	height:120px;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#menu ul {
	padding:30px 0 0 10px;
	list-style:none;
}
#menu li a {
	height:20px;
	padding:0 5px;
	font-weight:normal;
	color:#aeacac;
	display:block;
}
#menu li a:hover, #menu li.cur a {
	color:#fff;
	font-weight:bold;
}
h1 {
	font-weight:normal;
	font-size:18px;
	color:#fff;
	letter-spacing:3px;
}
h1, h2 {
	font-family:"Century Gothic", "Lucida Grande", Arial, sans-serif;
}
h2 {
	padding-bottom:10px;
}
h2.header {
	text-align:right;
	font-size:16px;
}
h3 {
	font-size:13px;
	letter-spacing:1.4px;
}
a {
	text-decoration:none;
	color:#000;
	outline:0;
}
img {
	border:none;
}
.flright {
	float:right;
	padding:0 0 10px 15px;
}
ul {
}
p {
	margin-bottom:10px;
}
#content {
	margin:20px 0 0 358px;
	width:615px;
	line-height:20px;
	background:#fff;
	padding:30px 30px 10px;
	border:1px solid #000;
}
a.red {
	color:#CC0000;
}
a.hover:hover {
	color:#ff0000;
}
.portIcon {
	width:177px;
	margin:0 40px 30px 0;
	float:left;
}
.portIconLast {
	width:177px;
	margin:0 0 30px 0;
	float:left;
}
.portIcon img, .portIconLast img {
	border:1px solid #000;
}
.portIcon img a:hover, .portIconLast img a:hover {
 border:1px solid border:#ff0000;
}
.portLink {
	border-left:1px solid #ff0000;
	padding-left:5px;
}
.portIcon a:hover, .portIconLast a:hover {
	color:#ff0000;
}
#footer {
	margin:10px 0 0 358px;
	width:615px;
	line-height:20px;
	padding: 10px 30px;
	color:#fff;
}
#footer .contact {
	float:right;
}
.copyright {
	color:#efefef;
}
#footer a {
	color:#fff;
	border-left:1px solid #fff;
	padding-left:5px;
}
#footer a:hover {
	color:#ff0000;
	border-left:1px solid #ff0000;
}
