

body {
	margin: 0;
	padding: 0;
	background: #000 ;
	font-size: 13px;
	color: #CFBFBA;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E3DAD7;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #B38A8A;
}

img { border: none; }

a:hover {
	text-decoration: none;
	color:#fff
}

/* Header */

#header {
	width: 850px;
	height: 270px;
	margin: 0 auto;

}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 80px;
	text-transform: lowercase;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0px;
	padding:11px 0px 0px 20px;
	list-style: none;
}

#menu li {
	display: inline;
	padding:30px 30px 0px 0px;
}

#menu a {
	padding: 15px 15px 15px 15px;
	background: url(../images/img04.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #CFBFBA;
}

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


#nav img { border: none; }
#nav li { display: inline; list-style:none; text-align:left; }
#nav li a { float: left; display:block; width: 137px; height: 90px; }
#nav li a img { border:none; vertical-align:bottom; /* for IE6 */}
#nav li a:hover { visibility:visible; /* for IE6 */ }
#nav li a:hover img { visibility:visible; /* for IE6 */ }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}


#zero { background:url(../images/0.gif) no-repeat left bottom; }
#one { background:url(../images/1over.jpg) no-repeat left bottom; }
#two { background:url(../images/2over.jpg) no-repeat left bottom; }
#three { background:url(../images/3over.jpg) no-repeat left bottom; }
#four { background:url(../images/4over.jpg) no-repeat left bottom; }
#five { background:url(../images/5over.jpg) no-repeat left bottom; }
#six { background:url(../images/6over.jpg) no-repeat left bottom; }
#seven { background:url(../images/7over.jpg) no-repeat left bottom; }
#eight { background:url(../images/8over.jpg) no-repeat left bottom; }
#nine { background:url(../images/9over.jpg) no-repeat left bottom; }
#ten { background:url(../images/10over.jpg) no-repeat left bottom; }
#eleven { background:url(../images/11over.jpg) no-repeat left bottom; }
#twelve { background:url(../images/12over.jpg) no-repeat left bottom; }
#thirteen { background:url(../images/13over.jpg) no-repeat left bottom; }
#fourteen { background:url(../images/14over.jpg) no-repeat left bottom; }


#flash {
float:center;
margin-top: 15px;
}





/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 565px;
	margin:20px 0px 0px 0px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4C3F3F;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4C3F3F;
	text-align: right;
	color: #2C2C2C;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 215px;
	margin:20px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4C3F3F;
	background: url(../images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(../images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4C3F3F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #2E2E2E;
	border-top: 2px solid #4C3F3F;
	text-align: center;
	font-size: smaller;
}


