@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../site/images/alaskamag_bg.jpg);
	background-repeat: repeat-x;
}
.textbox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#border {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#border #left_border {
	background-image: url(../site/images/left_shade.png);
	background-repeat: repeat-y;
	float: left;
	height: 200px;
	width: 10px;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
	display: block;
}
#main {
	width: 1000px;
	float: left;
	display: block;
	overflow: hidden;
}
#border #right_border {
	background-image: url(../site/images/right_shade.png);
	background-repeat: repeat-y;
	float: left;
	height: 200px;
	width: 10px;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
	display: block;
}
#main #header {
	background-image: url(../site/images/Alaska_Mag_Masthead.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: 748px;
	padding-top: 16px;
	padding-left: 252px;
}
#main #nav {
	color: #FFF;
	background-color: #000;
	background-image: url(../site/images/alaskamag_nav.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 1000px;
	text-align: left;
	display: block;
}
#main #content {
	background-color: #FFF;
	display: block;
	float: left;
	width: 679px;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A3244;
}
#main #promo {
	background-color: #667A9A;
	width: 300px;
	float: left;
	padding: 10px;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
}
#border #footer {
	color: #FFF;
	background-color: #2C3542;
	display: block;
	clear: both;
	padding: 10px;
	margin-right: 9px;
	margin-left: 9px;
}
#border #footer #footerlinks {
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#border #footer #footerlinks a:link, #border #footer #footerlinks a:visited {
	color: #FFF;
	text-decoration: none;
}
#border #footer #footerlinks a:hover {
	color: #88AFCB;
	text-decoration: underline;
}
#main #alert {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: block;
	padding: 6px;
}
#disclaimer {
	font-size: 10px;
	text-align: justify;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#nav-alert {
	background-color: #2A3344;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	clear: both;
}
#nav-alert a:link, #nav-alert a:visited {
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 3px;
}
#nav-alert a:hover {
	color: #FFC;
	background-color: #020204;
}