@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	background-image: none;
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
} 
#navbar {
	height: 30px;
	width: 960px;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.twoColFixRtHdr #header {
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000;
	background-image: url(../images/arnioe_BANNER.jpg);
	height: 166px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F00;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #F60;
	text-align: center;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #F60;
	text-align: center;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF
	list-style-type: square;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #F00;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
	width: 940px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
} 
#frontpage {
	width: 940px;
	background-image: url(../images/so_heaven_is_gone_front_page.jpg);
	height: 460px;
	background-repeat: no-repeat;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

.twoColFixRtHdr #footer {
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000;
	background-image: none;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
}

table.guest
{
	margin-left: 40px;
}
table.addguest
{
	margin-left: 120px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FA0000;
}
hr {
	color: #C60;
	width: 100%;
	height: 2px;
}

img.post {
padding: 6px;
display:block;
margin-left:auto;
margin-right:auto;
} 

table.songs {
padding: 5px;
display:block;
margin-left:auto;
margin-right:auto;
} 

p.guest {
	padding-left:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin-left:auto;
margin-right:auto;
}

p.frontpage {
	padding-left:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #F60;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}

p.footer {
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	
}
