/*
##-Aboriginallinks.com------------------------------#
##                                                  #
## Design created and copyrighted by Shane Thompson #
##                    of BSTI                       #
##                                                  #
##--------------------------------------------------#
*/

/* body and html properties */
body, html {
	margin: 0;
	padding: 0;
	background: Black;
}

/* wrapper properties */
#wrapper {
	background: transparent;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 850px;
	height: auto;
	border: thick Yellow;
}

/* header properties */
#header {
	background: Black url(Images/header.gif) no-repeat top;
	margin: 0;
	padding: 0;
	width: auto;
	height: 115px;
}

/* yearly header properties */
#yearly {
	background: Maroon none no-repeat top;
	margin: 0;
	padding: 5px;
	width: auto;
	height: 20px;
	border-bottom: 5;
	border-bottom-color: Black;
}

/* yearly unordered list and links properties */
#yearly ul {
	list-style: none;
	text-align: justify;
	margin: 0;
	margin-left: 10;
	padding: 0;
	width: auto;
}

#yearly li {display:inline;}
#yearly li a {
	float: left;
	font: bold 14px Helvetica;
	text-decoration: none;
	padding-top: 3px;
	color: Black;
	margin-right: 2px;
	margin-bottom: 5;
}
#yearly li a:hover {
	color: Yellow;
	text-decoration: none;
}

/* left properties */
#left {
	float: left;
	background: Black;
	padding: 0;
	width: 235px;
	height: auto;
}
/* sidebar properties */
#sidebar {
	clear: both;
	float: left;
	background: Black;
	padding: 0;
	width: 235px;
	height: auto;
	margin: 10 10;
}

.sidebarHeader {
	background: Maroon;
	padding: 0px;
	padding-left: 0px;
	width: 235px;
	height: 20px;
	font: 14px Tahoma;
	color: White;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid Black;
}

#sidebar ul {
	list-style: none;
	background: White;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-color: Black;
}
#sidebar li {margin:0; padding:0;}
#sidebar li a {
	display: block;
	text-decoration: none;
	background: Maroon;
	margin: 0;
	padding: 3px;
	border-left: 5px solid Maroon;
	border-bottom: 1px none Black;
	width: 235px;
	height: 20px;
	font: normal bold 16px Tahoma;
	color: Yellow;
	line-height: 20px;
}
#sidebar li a:hover {
	text-decoration: none;
	border-left-color: Black;
	font-weight: bold;
	color: Black;
	background: Yellow;
}

.sidebarBottom {
	background: no-repeat top;
	margin: 0;
	padding: 0;
	width: 235px;
	height: 20px;
	background-color: Maroon;
}

.sidebarMisc {
	float: left;
	background: Black;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	width: 235px;
	height: auto;
	text-align: center;
}
.sidebarMisc a {
	text-decoration: none;
	color: Black;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14;
	background: transparent;
}
.sidebarMisc a:hover {
	text-decoration: none;
	color: White;
}

/* right properties */
#right {float:left; margin:0; padding:0; width:615px; height:auto;}

/* main content properties */
#content {
	margin: 0;
	padding: 5px;
	padding-top: 0;
	width: 605px;
	height: auto; /*height:expression(this.scrollHeight > 600 ? "auto":"600px");*/
	min-height: 600px;
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	background: Black;
}
#content a {
	text-decoration: none;
	color: White;
}
#content a:hover {
	text-decoration: none;
	color: Maroon;
}

/* content image properties */
.contentImg {
	margin: 0;
	padding: 0;
	border: 0px solid Maroon;
}

/* content header properties */
#content h1 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-family: Tahoma;
	font-size: 24px;
	color: White;
}

/* content paragraph properties */
#content p {
	font-family: Tahoma;
	font-size: 14px;
	color: White;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

