/* CSS for doctorschoicecoffee.com
	 Hand coded by Matthew Farnell
	 Copyright 2008 Matthew Farnell */

/* Body
-------------------------------*/
body {
	background: #000;
	font: 16px 'times new roman', times, serif;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 100%;
	text-align: center;
}

#container {
	width: 968px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.construction {
    background: url(/images/bar.gif); 
    height: 60px; 
    width: 968px;
    clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#footer {
    margin: 20px 0 20px 0; 
    clear: both; 
    text-align: center; 
    font-family: arial, sans-serif; 
    font-size: 10px;
}

#countdowncontainer {
    background: url(/images/4th.gif); 
    width: 224px; 
    height: 102px;
}

h1 {
    width: 720px;
    height: 89px;
    background:url(/images/title.gif) center no-repeat;
    float: right;
}

h1 span {
    display: none;
}

#right {
    width: 775px;
    float: right;
    clear: both;
}

#left {
    width: 193px;
    float: right;
}

ul {
    margin: 5px 0 0 15px;
    padding: 0;
    list-style-type: none;
    font-family: arial, sans-serif;
    font-size: 12px;
}

ul a {
    text-decoration: none;
}

ul li {
    margin-bottom: 3px;
}

a:link, a:active, a:visited {
    color: #EC3D00;
}

a:hover {
    text-decoration: underline;
    color: #ff0;
}

#left a {
    font-size: 13px;
}

h2 {
    margin: 0 0 0 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
}
