@charset "utf-8";
/* CSS Document */

/* Universal Attributes */
body {
	margin:0;
	background:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {border:none;}

a {text-decoration:none;}

/* Main ID Attributes */
#wrapper {
	width:1000px;
	height:1400px;
	background:#ffffff;
	margin:0 auto 0 auto;
}

#wrapper div {position:absolute;}

#header {
	width:1000px;
	height:150px;
	top:0;
	background:url('../images/_360.gif') no-repeat;
}

#nav {
	width:1000px;
	height:30px;
	top:150px;
	background:url('../images/bg_nav.gif') repeat-x;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

#content {
	width:1000px;
	height:1120px;
	top:180px;
}

#left {
	width:202px;
	height:1120px;
	top:0;
	left:0;
	background:url('../images/bg_vert_grad.jpg') repeat-x;
	border-right:2px solid #ed1f2f;
}

#center {
	width:610px;
	height:1110px;
	top:5px;
	left:208px;
}

#right {
	width:177px;
	height:1120px;
	top:0;
	left:821px;
	background:url('../images/bg_vert_grad.jpg') repeat-x;
	border-left:2px solid #ed1f2f;
}

#footer {
	width:1000px;
	height:100px;
	top:1300px;
	background:url('../images/bg_footer.gif') repeat-x;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

/* Classes */
.header-title {width:375px;height:30px;top:50px;left:475px;font:bold 24px Verdana, Arial, Helvetica, sans-serif;color:#313031;text-align:right;}
.header-title2 {width:375px;height:30px;top:-2px;left:-2px;color:#fff;text-align:right;}
.header-subtitle {width:385px;height:25px;top:80px;left:465px;font:bold 12px Verdana, Arial, Helvetica, sans-serif;color:#313031;font-style:italic;text-align:right;}
.header-subtitle2 {width:385px;height:25px;top:-1px;left:-1px;color:#fff;text-align:right;}
.header-banner {width:468px;height:60px;top:45px;}
.nav-links {width:590px;height:28px;left:5px;top:5px;color:#fff;}
.nav-links a:link {color:#5c94d5;}
.nav-links a:visited {color:#ebf5fc;}
.nav-links a:hover {color:#ed1f2f;}
.nav-search-box {width:405px;height:28px;left:600px;top:2px;font-size:12px;}
.skyscraper {width:166px;height:606px;top:150px;left:5px;background:url('../images/bg_skyscraper.gif') no-repeat;}
.copyright {top:80px;left:840px;text-align:right;}
.copyright a {color:#ffffff;}