body {
margin: 0px;
padding: 0px;
background: url('images/background.jpg') repeat-y;
background-color: #190101;
font-size: 11px;
color: #C1925E;
font-family: tahoma;
}
#layout {
width: 740px;
height: 560px;
background: url('images/layoutimg.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 360px;
top: 375px;
left: 68px;
}

#navigation {
position: absolute;
width: 251px;
top: 345px;
left: 180px;
}

h1 {
font-family: verdana;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color: #353535;
font-size: 11px;
}

h3 {
font-family: Verdana;
font-variant: small-caps;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #v;
font-size: 11px;
align: left;
}

h4 {
font-family: verdana;
font-variant: small-caps;
background-color: #010200;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #C0935C;
font-size: 11px;
text-align: left;
}

blockquote {
border : 2px solid #010004;
width: 200px;
float: center;
margin: 0px;
padding: 10px;
background-color: #4F330E;
quotes: "\201C" "\201D";
}


a {
color: #190101;
}

a:hover {
color: #C1925E;
}


.codesort li {
	display: inline;
	padding-right: 0.5em;
	}