/* AS07 */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	outline: none;
}

* a:link, * a:visited {
	text-decoration: none;
}

body {
	background-color: #222;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#horizon {
	top: 54%;
	left: 0px;
	width: 100%;
	margin-top: -270px;
	text-align: center;
	min-width: 650px;
}
/* end IE 5 hack */

#pagecontent {
	width: 900px;
	height: 500px;
	margin: 0px auto;
}

#menu {
	width: 200px;
	height: 450px;
	padding-top: 50px;
	float: left;
	overflow: hidden;
	background-image: url(../includes/images/leftbg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#menu a:link, #menu a:visited {
	font-size: 0.8em;
	color: #FFF;
	background-color: #333;
	background-image: url(../includes/images/menuitembg.gif);
	padding: 5px 5px 5px 5px;
	text-align: left;
	height: 24px;
	margin-top: 10px;
	display: block;
}

#menu a:hover, #menu a:active {
	background-color: #CA252B;
	background-image: url(../includes/images/menuitembgon.gif);
}

#menu a.current {
	background-color: #444;
	background-image: none;
	border-right: 5px solid #FFF;
}

#menu #shelterhmv {
	width: 200px;
	margin-top: 50px;
	text-align: center;
}

#menu #shelterhmv a:link {
	background-image: none;
	background-color: transparent;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu #shelterhmv p {
	margin: 10px 50px 5px 50px;
	font-size: 0.8em;
	color: #666;
}

#mainpanel {
	width: 700px;
	height: 500px;
	float: right;
	background-color: #FFF;
	overflow: hidden;
}

#mainpanel a {
	color: #000;
}

#mainpanel a:hover {
	text-decoration: underline;
}

#mainpanel form {
	padding: 5px 5px 5px 5px;
	background-color: #BBB;
	text-align: left;
}

#mainpanel input {
	border: 1px solid #000;
}

#footer {
	width: 900px;
	margin: 0px auto;
	clear: both;
	background-image: url(../includes/images/bottombg.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#footer p {
	color: #444;
	padding: 5px 0px 5px 5px;
	font-size: 0.7em;
}

#footer p a {
	color: #444;
}

#footer p a:hover {
	color: #888;
}

#ashead {
	width: 690px;
	height: 110px;
	margin: 5px 5px 5px 5px;
	background-image: url(../includes/images/mainheader.gif);
}

#ashead h1 {
	margin-left: -10000px;
}

.leftcolumn {
	margin: 5px 5px 5px 5px;
	width: 340px;
	height: 370px;
	float: left;
}

.rightcolumn {
	margin: 5px 5px 5px 5px;
	width: 320px;
	height: 370px;
	float: right;
	overflow: auto;
}

.rightcolumn h2 {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	background-color: #222;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

.rightcolumn h2 a:link,
.rightcolumn h2 a:visited,
.rightcolumn h2 a:hover {
	text-decoration: none !important;
	color: #FFF !important;
}

.rightcolumn h3 {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	background-color: #999;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

.rightcolumn h3:hover {
	background-color: #666;
	text-decoration: none;
}

.rightcolumn a:link, .rightcolumn a:hover {
	text-decoration: underline;
}

.rightcolumn p a.buytickets:link,
.rightcolumn p a.buytickets:visited {
	color: #FFF !important;
	background-color: #CA252B;
	font-size: 1.2em;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.rightcolumn p {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	text-align: left;
}

#shelterhmv a:link.rssfeed,
#shelterhmv a:visited.rssfeed {
	height: 28px;
	width: 28px;
	display: block;
	text-indent: -9999px;
	background: url(../includes/images/feed-icon-28x28.png) no-repeat !important;
	outline: none;
}

a.buy-link:link,
a.buy-link:visited {
	margin-top: -5px;
	background-image: none;
	background-color: #CA252B;
	display: block;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none;
}

a.buy-link:hover,
a.buy-link:active {
	background: #B31E23 url(../includes/images/menuitembgon.gif) repeat-x left top;
	text-decoration: none !important;
}

#special a:link,
#special a:visited {
	background: url(../includes/images/free-download.png) repeat-x left top;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 150px;
	height: 150px;
	padding: 15px;
	text-indent: -9999px;
	display: block;
}