@import url(layout.css);
@import url(titles.css);
@import url(menu.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	color: #ede9e7;
	line-height:1.3em;
}

html{
	height: 100%;
}

body{
	height: 100%;
	background: #28272c url(../_graphics/bg.jpg) top left no-repeat;
}

h1,h2,h3,h4,h5,h6{
	text-indent: -99999999px;
	color: #afa281;
	font-weight: bold;
	text-decoration: none;
}

p{
	padding: 0px 0px 10px 0px;
}

a{
	color: #d1c4b4;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
}
	
.nomargin	{
	padding: 0px;
	margin: 0px;
}

.clear{
	clear: both;
}

.title{
	color: #afa281;
	letter-spacing:1px;
}

.shr{
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid #5A4B45;
}

.shrtop{
	height:9px;
	border-top:1px solid #5A4B45;
}

/*Html hack*/
*html .shrtop{
	margin-top:1px;
}

.date{
	color: #d1c4b4;
	font-weight:normal;
	text-indent: 0px;
	font-size:10px;
}

h3{
	text-indent: 0px;
}