/* CSS Document */

body {  
  padding : 20px;
  margin : 10px;
  text-align : left;
  font : 100.1% 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
  background : #003333 url(../images/darkgreen.jpg) repeat;
}

/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
  width : 759px; 
  height : 475px;
  margin : 20px auto; 
  background : #000000 url(../images/Shop-Outside.jpg) repeat-x;
  border : solid 10px #ffffff;
}

/*
mavs-from-cliff.jpg
*/

/*
  Global link styling except where specified otherwise 
*/

a:link {
  color : #fff;
}

a:visited {
  color : #FFCC33;
}
/*
999966;
*/
a:hover, a:focus, a:active {
  color : #99FFFF;
  text-decoration : none;
}
/*
336699;
*/

/*
  Layout the content area 
*/
#content {
	float : right;   /*left*/
 	display : inline;
	margin : 400px 50px; /*7px 20px*/
}


/*Layout the various content elements
*/
h2 {
	color : #FFFFFF;
	margin : 10px 0 390px 0;
	padding : 0;
}


p {
	color : #FFFFFF;
	font-size : 0.8em;
	padding : 0;
}

h7 {
	color : #FFFFFF;
	float: right;
	font-size : 0.6em;
	padding : 0;
}
