html,body{
margin:0;
padding:0
}

body{
font: 76% arial,sans-serif;
text-align:center;
background-image:url(/IMAGES/red-diamond-plate.jpg);
background-repeat:repeat;
}

p{
margin:0 10px 10px;
}

a{
display:block;
color: #006;
padding:10px;
}

div#header{
position:relative;
}

div#content{
float:right;
width:474px;
background-color:#DEDEDE;
border-right:solid #202020 3px;
border-top:solid #202020 3px;
height:auto;
background-image:url(/IMAGES/content-fade.jpg);
background-position:right;
background-repeat:repeat-y;
padding-top:8px;
}

div#content p{
line-height:1.3em;
}

div#container{
text-align:left;
}

div#container{
width:700px;
margin:0 auto;
}

div#navigation{
background:#A72727;
background-image:url(/IMAGES/border-fade.jpg);
background-position:right;
background-repeat:repeat-y;
height:auto;
float:left;
width:220px;
border-left:solid #202020 3px;
border-top:solid #202020 3px;
border-bottom:solid #202020 3px;
}

/* div#extra{background:#FF8539}
div#extra{float:left;clear:left;width:200px}
*/

div#footer{
background: #333;
color: #FFF
}

div#footer p{
margin:0;
padding:5px 10px;
}

div#footer a{
display:inline;
padding:0;
color: #C6D5FD;
}

div#footer{
clear:both;
width:100%;
}

/*********************
*      CLASSES       *
*********************/

.linkheader{
	display:block;
	background-color:#481212;
	width:100px;
	margin-left:0px;
	color:#A72727;
	letter-spacing: 0.2em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.link{
	display:block;
	margin: 0px;
	padding-left: 1em;
	margin-right: 18px;
	background-color: #A72727;
	text-decoration:none;
	background-image:url(/IMAGES/linkbutton.jpg);
	background-repeat:no-repeat;
	color:#C0C0C0;
	font-weight: bold;
}

.link:active{
	background-image:url(/IMAGES/linkbutton-active.jpg);
	background-repeat:no-repeat;
	color:white;
	font-style:italic;
}

.link:hover{
	background-image:url(/IMAGES/linkbutton-hover.jpg);
	background-repeat:no-repeat;
	color:white;
}
.emphasis{
	font-weight: bold;
	color: #339900;
}
.isolate{
	border: solid 1px gray;
	padding: 0.3em;
	background-color: #CCC;
	margin-right: 10px;
}
