
* {
	
}

body {
	background-color: #996600;
	background-image: url(images/background/leather-background.jpg);
	text-align: center;
}

h1 {
	color: ff0;
	font: 1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

h2 {
	color: fff;
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}
		

#content {
	width: 750px;
	min-height: 600px;
	background-color: #000;
	color: fff;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}


#content br, a:link {
	color: #ff0;
	font-weight: bold;
}

#content a:visited {
	color: #ff0;
	font-weight: bold;
}

#grellsig {
	background: url(http://www.mikegrell.com/mikegrell/menu/grell-sig-small.png) no-repeat;
	width: 200px;
	height: 75px;
}

#header {
	 text-align: center;
}

#menu {
	 text-align: left;
}

#footer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	color: #ccc;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding: 12px;
}

#newsStory {
	padding: 12px;
}

#newsStory .picture {
	/*background-color: #FF0;*/
	float: left;
	padding-right: 12px;
	padding-bottom: 0px;
}

#newsStory .newsTitle {
	color: #ff0;
	font-weight: bold;
}

#newsStory .newsTitle a {
	color: #ff0;
	font-weight: bold;
}

#newsStory .newsDate {
	color: #fff;
	font-weight: bold;
}

.articleText {
	color:  fff;
	padding-top: 8px;
	line-height: 1.5em;
}

.pictureRight {
	float: right;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}

.pictureLeft {
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
