﻿/* CSS for CoalHillMediaGroup.com */


* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #ffffff;
	background: url("images/topbg.jpg") repeat-x #ffffff;
	}
a {
	text-decoration: underline;
	color:  blue;
	}
a:visited {
	color:  purple;
	}
a:active {
	color:  red;
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}	
p {
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 9px;
	}
h1 {
	color: #333333;
	text-align: left;
	font-size: large;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 2px;
	}
h2 {
	font-size: large;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2px;
	color: navy;
	}
img {
	border: 0;
	}
.center {
	text-align: right;
	}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	display: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	}
#header {
	margin: 0 0 10px 0;
	width: 100%;
	height: 200px;
	background: url("images/topbg.jpg") repeat-x #ffffff;
	}
#leftnav {
	width: 150px;
	margin: 20px 10px 50px 0;
	float: left;
	padding: 2px;
	font-size: small;
	}
#leftnav ul {
	list-style-type: none;
	}
#leftnav li {
	width: 120px;
	margin: 2px 0 5px 0;
	text-decoration: none;
	border-bottom: 1px solid #204C24;
	}
#leftnav li a {
	text-decoration: none;
	color: #333333;
	display: block;
	}
#leftnav li a:hover {
	color: #666666;
	}
#middle {
	width: 600px;
	margin: 20px 0 50px 10px;
	float: right;
	}
div.networksite {
	width: 480px;
	margin: 20px auto;
	padding: 3px;
	display: none;
	border: 2px solid #e3e3e3;
	}
div.networksite img {
	float: left;
	margin: 2px 10px 7px 2px;
	}
div.networksite p {
	font-size: small;
	}
#footer {
	color: #204C24;
	font-size: small;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: center;
	}
#footer p {
	color: #204C24;
	font-size: small;
	}