/* OVERALL SITE */

body {
	background-color: #917D87;
	margin: 0 auto; 		
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 15px;
	margin-left: 20px;
	}	
	
h2 {  /* top of page paragraph */
	font-size: 1em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.7em;	
	}
	
h3 {	
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	line-height: 1.7em;
	text-decoration: none;
	}
	
h4 { /*content title*/		
	line-height: .5em;
	font-size: 1.5em;
	text-align: center;
	text-decoration: underline;
	}
	
p { 	
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	line-height: 1.7em;
	}
	
h5 {	
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
	text-decoration: underline;
	}
	
h6{ /*to look like paragraph style only centered*/	
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.7em;
	}
		
/* LINKS */  /*affects all links unless otherwise specified */

a:link, a:visited {
	color: #353535;
	}
a:hover {
	color: #666666;
	}
	
#header {
   	background: url(/images/silverlogo.jpg) no-repeat 2% 45% white;	
   	height: 130px;
	width: 750px;
	 
    border-right: double #000 4px;
    border-left: double #000 4px;
    border-top: double #000 4px;
    border-bottom: solid #000 1px;
	}

#topnav { 	/* general content */
   	background: url(/images/topnavgradient.jpg) repeat;
	position: absolute;
	top: 149px;
	left: 20px;
	height: 25px;
    width: 750px;	
	    
    border-top: solid #000 1px;	
    border-bottom: solid #000 1px;	
    border-right: double #000 4px;
    border-left: double #000 4px;
	}

#sidenavbar { 	
   	background: url(/images/roseside.jpg) repeat;
	
	position: absolute; 	/* absolute means exact placement, in this case, upper left of content area */
	top: 0px; 				/* uses this number for the absolute placement of sidenavbar area */
	left: 0px; 				/* uses this number for the absolute placement of sidenavbar area */
	width: 204px;	 		
	height: 2275px;
	
    border-right: solid 1px;
    border-bottom: double #000 4px;
    border-left: double #000 4px;;
	
	font-weight: bold;
	line-height: 2.5em;
	text-align: left;
	}
	
#sidenavbar ul {	/* the lists */
	margin-top: 20px;
	margin-left: 25px;
	padding: 0;
	}
#sidenavbar ul li { /* affect the list or menu items */
	list-style-type: none;  /* this removes the bullets on the lists */
	display: block;
	}	
#sidenavbar ul li a:link, #sidenavbar ul li a:visited {
	color: #000;
	text-decoration: none;
	}
#sidenavbar ul li a:hover {
	color: #000;
	text-decoration: underline overline;
	font-size: bold;
	}

#content {

   	background: url(/images/rosebk.jpg) repeat;
    
  	position: absolute;
	top: 176px;
	left: 20px;
	width: 464px;
	height: 2230px;
		 
	padding-left: 250px;
	padding-right: 40px;
	padding-top: 45px;
	
	border-right: double #000 4px;
	border-bottom: double #000 4px;
		
	font-size: .75em;
	text-decoration: none;  
	}
	
#content a:link, #content a:visited {
	color: #1C52ED;
	text-decoration: underline;
	}
	
#pricelist1 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1em;
	padding-left: 120px;
	text-decoration: underline;
	}
	
#pricelist2 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.7em;
	padding-left: 120px;
	}
	
#pricelist3 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1em;
	padding-left: 160px;
	text-decoration: underline;
	}
	
#pricelist4 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.7em;
	padding-left: 160px;
	}

#footer {
	position: relative;
	margin-top: 20px;	
	font-weight: normal;
	text-align: center;
	}
	
#footer a:link, #footer a:visited {
	color: #1C52ED;
	text-decoration: underline;
	}
