

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

body {
	background-color: #0d0d0d;
	text-align: center;
	/*min-height: 650px;*/
}

body, td {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
}

p {
	margin-bottom: 11px;
}

#pa_container {
	position: relative;
	margin: 15px auto;
	text-align: left;
	width: 1000px;
	/*height: 100%;*/
	/*min-height: 100%;*/
	/*height: auto;*/
}

* html #pa_container {
	/*height: 100%;*/
}

#pa_website {
	position: absolute;
	width: 1000px;
	/*height: 650px;
	top: 50%;
	margin-top: -325px;*/
	border: solid 1px #3a3641;
}


.pa_header {
	width: 1000px;
	height: 114px;
	border-bottom: solid 2px #393541;
	background: url("../images/header/background.jpg");
}

.pa_menu {
	width: 1000px;
	height: 38px;
	border-bottom: solid 1px #393541;
	background: url("../images/menu/background.gif");
}

.pa_footer {
	clear: both;
	width: 1000px;
	height: 48px;
	border-top: solid 1px #393541;
	background: url("../images/footer/background.jpg");
}

.footer_icon {
	float: right;
	margin-right: 15px;
}

.title {
	height: 20px;
	padding-left: 9px;
	padding-top: 7px;
	margin-bottom: 2px;
	background: url("../images/common/titlebg.gif");
	float: left;
}

* html .title {
	height: 27px;
}

.heading {
	width: 980px;
	height: 29px;
	padding-left: 20px;
	padding-top: 13px;
	background: url("../images/common/headingbg.gif");
}

* html .heading {
	width: 1000px;
	height: 42px;
}

.clear {
	clear: both;
}

.pa_roster_submenu {
	position: absolute;
	top: 155px;
	left: 238px;
	width: 180px;
	border-left: solid 1px #121016;
	border-right: solid 1px #121016;
	z-index: 1;
}

.pa_gigguide_submenu {
	position: absolute;
	top: 155px;
	left: 435px;
	width: 180px;
	border-left: solid 1px #121016;
	border-right: solid 1px #121016;
	z-index: 1;
}

.pa_about_submenu {
	position: absolute;
	top: 155px;
	left: 70px;
	width: 180px;
	border-left: solid 1px #121016;
	border-right: solid 1px #121016;
	z-index: 1;
}


.pa_roster_submenu_item,
.pa_gigguide_submenu_item,
.pa_about_submenu_item {
	font-size: 11px;
	color: #ffffff;
	background-color: #0b0615;
	padding: 3px;
	border-bottom: solid 1px #121016;
	display: block;
	width: 174px;
	height: 14px;
}

.pa_roster_submenu_item a:link, .pa_roster_submenu_item a:visited,
.pa_gigguide_submenu_item a:link, .pa_gigguide_submenu_item a:visited,
.pa_about_submenu_item a:link, .pa_about_submenu_item a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.pa_roster_submenu_item a:hover,
.pa_gigguide_submenu_item a:hover,
.pa_about_submenu_item a:hover {
	color: #d29e00;
}
