.regulartextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F3F3;
	font-weight: bold;
}
.merchandisetitle {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ECE6E6;
}
.backtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}

A:visited { color : #004080; ; text-decoration: underline } 
A:link { color : #004080; ; text-decoration: underline } 
A:hover { color : #f5a01a; ; text-decoration: underline } 
A:active { color : #004080; ; text-decoration: underline }
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECE6E6;
	font-weight: normal;
}
.smwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ECE6E6;
	
}

.categoryback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.smbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}
.merchandisename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
	color: #ECE6E6;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #ece6e6;
}
.firstletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #F3F3F3;
}
.obitlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}
.urncategory {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #004080;
	font-weight: bold;
}
.regtextlgr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ECE6E6;
}
.asteriks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #004080;
}



* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #C9B28B;
	font: 13px/20px Arial, Helvetica, sans-serif;	
	text-align: center;	
	color: Black;	
}

h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	font: 28px Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	color: #182C66;
}

h2 {
	position: absolute;
	top: 55px;
	left: 40px;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #182C66;
	width: 187px;
}

h3 {
	padding: 10px 0 10px 10px;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8B4513;
}

h4 {
	padding-bottom: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #BF9040;
}

p {
	padding-bottom: 10px;
}

a {	
	text-decoration: none;	
	color: #08218A;
}

a:hover {
	text-decoration: underline;
	color: #325DDA;
}

#main {
   position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	font: 13px/20px Arial, Helvetica, sans-serif;	
	text-align: left;
	background: #C9B28B url(../images/bg_middle.gif) repeat-y;
}

#top {
   margin: 0;	
	width: 900px;
	height: 120px;	
	text-align: left;	
	background:  url(../images/bg_top.jpg) no-repeat top;
}

#menu {
	float: right;
	padding-right: 16px;
	height: 86px;
}

#menu ul {    
    list-style-type: none;
}

#menu ul li{    
    float: left;
}

#menu ul li#menuLeft{
	width: 25px;
	height: 86px;
	background:  url(../images/menu_left.gif);
}

#menu ul li#menuRight{
	width: 25px;
	height: 86px;
	background:  url(../images/menu_right.gif);
}

#menu ul li a {
	display: block;
	float: left;
	padding: 32px 15px 0 15px;
	font: 14px/54px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	color: White;
	background:  url(../images/menu.gif);
}

#menu ul li a:hover {
	color: #8B4513;
	background: none;
}

#middle { 
   clear: both;  
	width: 900px;		
}

#left {
	float: left;	
	width: 273px;	
}

#left_2 {
	margin: 10px 27px 10px 43px;
	text-align: justify;
}

#left_2 p {
	color: #EEE;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

#left_2 a {
	color: #325DDA;
	text-decoration: none;
}

#left_2 a:hover {
	color: #587FED;
	text-decoration: underline;
}

#right {
	float: left;
	width: 627px;	
}

#right_2 {
   padding: 10px 43px 10px 10px;	
	text-align: justify;
}

#bottom {
	clear: both;	
	width: 900px;
	height: 50px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #C9B28B url(../images/bg_bottom.jpg) no-repeat top;	
}

#bottom p {
	padding-top: 28px;
}

.item {
	margin-bottom: 5px;
}

