﻿body
{
	background-color: #1E1E1E;
	font-family: Arial;
	font-size: 10pt;
	color: White;
	margin: 0px;
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#container 
{
	width: 1200px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#rtigger_shadow
{
	width: 975px;
	height: 174px;
	background-image: url('RTigger_shadow.png');
	position: absolute;
	z-index: 0;
}

#Rtigger
{
	width: 431px;
	height: 98px;
	background-image: url('RTigger.png');
	position: absolute;
	top: 75px;
	left: 140px;
	z-index: 1;
}

#tigger
{
	width: 540px;
	height: 728px;
	background-image: url('tigger.png');
	position: absolute;
	top: 0px;
	left: 700px;
	z-index: 1;
}

#sidebar
{
	width: 292px;
	height: 533px;
	background-image: url('side_bar.png');
	position: absolute;
	top: 223px;
	left: 861px;
	z-index: 3;
}

#sidebarcontent
{
	width: 230px;
	height: 450px;
	margin-top: 40px;
	margin-left: 5px;
	color: Black;
}

#footer
{
	position: absolute;
	text-align: right;
	width: 740px;
	left: 115px;
	top: 710px;
}

#ulfooter li
{
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #514F50;
	height: 35px;
}

#ulfooter li a
{
	color: #514F50;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}

#ulfooter li a:hover
{
	text-decoration: underline;
}

#innercontainer
{
	width: 740px;
	height: 525px;
	border: solid 3px #D0D0D0;
	z-index: 3;
	position: absolute;
	left: 115px;
	top: 185px;	
	background-color: #514F50;
}

#menu
{
	width: 100%;
	height: 42px;
	background-image: url('menubkg.png');
}

#ulmenu
{
	margin-top: 0px;
	padding: 12px 0px 0px 0px;
}

#ulmenu li
{
	display: inline;
	padding-left: 22px;
	padding-right: 22px;
	border-right: groove 2px;
	height: 35px;
}

#ulmenu li a
{
	color: #CF0F04;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#ulmenu li a:hover
{
	text-decoration: underline;
}

#content
{
	padding: 0px 25px 0px 25px;
	height: 483px;
	overflow: auto;
}
#innercontent
{
	padding-bottom: 10px;
}
h1
{
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: normal;
	letter-spacing: 1.5pt;
	font-size: 18pt;
}

h2
{
	text-transform: uppercase;
	text-align: center;
	margin-top: 3px;
	color: #aaa;
	font-weight: normal;
	font-size: 16pt;
}

.feedDate
{
	font-size: 8pt;
	text-align: right;
}
.feedSource
{
	font-size: 8pt;
	float: left;
}
.feedItem
{
	border-bottom: solid 1px black;
	margin-bottom: 3px;
}
.feedContent
{
	margin-bottom: 3px;
}
.feedContent a
{
	color: Black;
}
.blogTitle
{
	font-weight: bold;
	font-size: 10pt;
	float: left;
	background-color: #aeaeae;
	width: 100%;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
.blogTitle a
{
}

a {color: #CF0F04;
text-decoration: none;}

a:hover {text-decoration: underline;}

.blogDate
{
	font-size: 8pt;
	text-align: left;
	float: right;
	margin-top: -30px;
}
.blogItem
{
	margin-bottom: 25px;
	border-bottom: solid 1px #D0D0D0; 
	padding-bottom: 5px;
}
.blogContent a
{
	color: White;
}
.linkQuote
{
	font-style: italic;
	margin-top: 5px;
}
.linkTitle
{
	float: left;
}
.linkTitle a
{
	color: White;
}
#pager
{
	text-align: center;
	color: #CF0F04;
	font-weight: bold;
}
#musicContainer
{
	float: left;
	margin-right: 10px;
	width: 425px;
	height: 356px;
}
#musicBands a
{
	color: White;
	text-decoration: none;
}
.systemDiv
{
	float: left;
	width: 300px;
	margin: 5px;
}
.systemTitle
{
	color: #B74C46;
	font-size: 12pt;
	font-weight: bold;
}
pre
{
	background-color: #EFEFEF;
	color: black;
	padding: 2px;
}
