
* { padding: 0px; margin: 0px; }

body {
 background-image: url(images/bg.jpg);
 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

/*layout*/
#container { 
 margin: 0 auto;
 width: 760px;
}
#header {
 background-image: url(images/header.jpg);
 color: #333;
 width: 760px;
 height: 158px;
 
 }
#nav{
	position:relative;
	top: 125px;
	left:5px;
}
#nav ul{
	list-style: none;
}
#nav li{
	display: inline;
}
#wrapper{
 background-image: url(images/border.jpg);
 background-repeat: repeat-y;
 width:760px;
 position: relative;
 min-height: 422px;
}
#leftside { 
  background-image: url(images/welcome.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 47px;
  min-height:422px;
  left:3px;
  top:-11px;
}
#rightside { 
 color: #333;
 width: 702px;
 display: inline;
 position: relative;
 left:55px;
 text-align: center;
}
#footer { 
 border-top: 3px solid #005278;
 width: 760px;
 height:65px;
 clear: both;
 color: #333;
 bottom:0;
 background-color:white;
 text-align:center;
}


/*formatting*/
h2{
   width:650px;
	color: #1883B7;
	position: relative;
}
p.para{
 width:650px;
 text-align: justify; 
}
p.quote{
 width:650px;
 font-style: italic;
 font-weight: bold;
}
p.title{
text-align: left;
 width:650px;
 font-weight: bold;
 text-decoration: underline;
 font-size: 14px;
}
p.stores{
 position: relative;
 text-align: left;
 width:650px;
 left:20px;
 font-style: italic;
 font-weight: bold;
}
p.addie{
 text-align: left;
 left:40px;
 position: relative;
}
p.img{
	width:650px;
	text-align: center;
}

img{
 	border: 0px;
 }
 a.mail{
 	text-decoration: none;
	font-weight:bold;
	color: #1883B7;
 }
 a.stdlink{
 	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #1883B7;
 }
 a.stdlink:hover{
 	color: #000000;
 }
 
 