/* === General === */

* {
	margin:0;
	padding:0;
}

body {
	font: 12px/19px Sans-serif;
	text-align: center;
	background: #222;
}

p {
	margin-bottom: 15px;
}

a {
	color: #600;
	text-decoration:none;
}
	
a:visited {
	color: #630;
	text-decoration: none;
}
a:hover {
	color: #c30;
	text-decoration: none;
}

img {
	border: none;
}

td {
	vertical-align: top;
	padding: 0 20px 10px 0;
}

/* === Page === */

#page {
	width: 800px;
	background-color: #8a8879;
	margin: 40px auto 30px auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
    display: block;
}

/* Hides from IE-mac */

* html .clearfix {
    height: 1%;
}

/* === Header === */

#header {
	width: 800px;
}

#nav {
	width: 800px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	float: left;
}

.clearblock {
	clear: both;
}


/* === Footer === */

#footer {
	width: 800px;
	height: 9px;
	background-color: #960;
}

#copyright {
	width: 800px;
	background-color: #000;
	padding: 15px 0;
	font-size: 12px;
	color: #8a8879;
	text-align: center;
}

/* === Main === */

#title {
	float: left;
	margin-top: 20px;
	width: 194px;
	background-color: #8a8879;
	text-align: left;
}

#main {
	float: left;
	width: 576px;
	padding-top: 20px;
	padding-right: 1px; /* for IE */
	padding-bottom: 20px;
	background-color: #8a8879;
	color: #f2e8d0;
	text-align: left;
}

ul {
	padding-bottom: 5px;
	padding-right: 8px;
}

li {
	list-style: none;
	padding-top: 4px;
	padding-left: 17px;
	margin-bottom: 10px;
	background: url(../images/bullet.gif) no-repeat 0px 0.6em;
}

li.new {
	font: 14px/21px Sans-serif;
	font-weight: bold;
	color:#ff9;
}

.dimg {
	float: left;
	width: 115px;
	margin-bottom: 15px;
}

.dtxt {
	float: left;
	width: 461px;
	margin-bottom: 15px;
	padding: auto 0;
}

.dtitle {
	font: italic bold 14px/18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #f2e8d0;
}

