@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	background-color:#1c1c1b;
	color:#1c1c1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

li
{
	list-style:	square;
}

.saying
{
	font-family:"Courier New", Courier, monospace;
	font-size:1.7em;
	font-weight:bold;
	color:#514f4f;
	
}

.saying li
{
	list-style:decimal;
}

p
{
	margin:10px 0;
}

a
{
	color:#BA4114;
	text-decoration:none;	
}

a img
{
	border:none;
}

h1, h2, h3, h4, h5, h6
{
	padding:8px 0;
	margin:0;
}

h1
{
	font-size:2em;
	
}

h2
{
	font-size:1.8em;
}

h3
{
	font-size:1.6em;
}

h4
{
	font-size:1.4em;
}

h5
{
	font-size:1.3em;
}

h6
{
	font-size:1.2em;
}



div#banner
{
	background-image:url(images/widebanner.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
	width:700px;
	height:145px;
	margin:0 auto;
}

div#navbar
{
	background-image:url(images/widenavbar.jpg);
	width:700px;
	height:34px;
	margin:0 auto;
}

div#container
{
	background-image:url(images/widebg.jpg);
	margin:0 auto;
	width:700px;
}

div#left
{
	width:640px;
	min-height:300px;
	padding:0 30px;
}

div#chalk
{
	clear:both;
	background-image:url(images/widefooterbg.gif);
	background-position:right bottom;
	width:695px;
	height:238px;
	background-repeat:no-repeat;
}

div#footer
{
	border-top:1px solid #aaa;
	background-image:url(images/wordswide.jpg);
	width:700px;
	height:101px;
	font-family:"Courier New", Courier, monospace;
	color:white;
	margin:0 auto;
	background-repeat:no-repeat;
}

div#footer p
{	
	text-align:center;
	padding-top:60px;
	margin:0;
}

div#footer a
{	
	color:white;
}

img.raglogo
{
	padding:20px 20px 20px 10px;
	float:left;
}

img.calltoaction
{
	border:none;
	margin:10px 0px 0px 15px;
}

img.ragcommitted
{
	padding:30px 20px 20px 0;
}

table#thealbums
{
	font-family:"Courier New", Courier, monospace;
	font-size:1.3em;
	font-weight:bold;
}

table#contributions
{
	border-top: 1px solid black;
	border-left: 1px solid black;
}

td.header
{	
	font-weight:bold;
}

td.headertopic
{	
	font-weight:bold;
	background-color:#D64600;
	color:white;
}

table#contributions td
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.login
{
	margin:0;
	text-align:right;
	padding:0;	
}