/*body elements for frames*/
body.top{
	background: repeat-x fixed bottom url(../images/nav_top.jpg);
	margin: 0 2em;
}
body.nav{
	background: repeat-x fixed url(../images/navfadetb.jpg);
	margin: 7px 2em;
	/*text-align: right;*/
}
body.main{
	background: repeat-x fixed url(../images/navfade.gif);
	margin: 2em 3em 5em 1em;
}

/*navigation elements*/
a.loc{
	font-weight: bold;
	text-decoration: none;
	color: maroon;
    text-align: right;
}
a.loc:hover{
	color: navy;
}
a.shop{
    font-weight: bold;
    text-decoration:none;
    color:maroon;
}
a.shop:hover{
    color: navy;
}
font.space{
    word-spacing:1em;
}
a.dwnld{
	font-weight: bold;
	text-decoration: none;
	color: maroon;
}
a.dwnld:hover{
	color: navy;
}
font.loc{
	font-weight: bold;
	word-spacing: 1em;
	text-decoration: none;
	color: #005500;
}

/*list elements*/
ul.bluediamond{
	list-style-image: url(../images/bl_list.gif);
}

li{
	margin-bottom: 1em;
}

/*section elements*/
a.head{
	font: bold large monospace;
	color: navy;
	clear: both;
	padding-top: 1em;
}