body {
	margin: auto;
	padding: 0;
	font-size: 12pt;
	width: 80%;
	background-color: #C96;
	background-image: url(../2012Photos/Background.jpg);
	background-repeat: repeat;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:  Verdana, Geneva, sans-serif;
}
/* Heading 1 */
h1 {
	font-weight: bold;
	text-decoration: none;
	height: 48px;
	width: 97%;
	padding: 0px 6px 16px 0;
	position: relative;
	right: 0px;
	top: 2px;
	font-size: 3em;
	line-height: normal;
	text-align: left;
	margin: 0px 0 6px 0;
	font-style: italic;
	clear: both;
	position:relative;
	padding:0px 24px 9px 24px;
	margin:0;
	color:#f49d1f;
	/* default background for browsers without gradient support */
	background:#faeb83;
	/* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#faeb83));
	background:-moz-linear-gradient(#ffffff, #faeb83);
	background:-o-linear-gradient(#ffffff, #faeb83);
	background:linear-gradient(#ffffff, #faeb83);
	/* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
	-webkit-border-top-left-radius:50px;
	-webkit-border-top-right-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	-webkit-border-bottom-left-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	letter-spacing: -3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 6px 24px 6px 24px;
	font-weight: bolder;
	text-decoration: none;
	height: 22px;
	width: 97%;
	padding: 4px 4px 6px 4px;
	position: relative;
	right: 0px;
	top: 6px;
	text-align: left;
	clear: both;
	background-color: #F49D1F;
}
p, ul, ol, .quote {
	margin: 14px 0 7px 300px;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	border-left-style: dotted;
	border-left-color: #444;
	background-color: #FFC;
}
.quote {
	font-style: italic;
	font-size: .9em;
	line-height: 1.1em;
	padding: 4px;
	background-color: #fbee93;
	border-radius: 12px;
	margin: 4px 4px 4px 4px;
}
.imageh, .imagev, .image3 {
	float: left;
	border: thin solid #666;
	margin-top: 7px;
	margin-right: 18px;
	margin-bottom: 7px;
	margin-left: -140px;
	clear:left;
	width: auto;
	height: 150px;
}
.imagev {
	float: left;
	height: 225px;
}
.image3 {
	float: left;
	border: thin solid #666;
	width: auto;
	clear: none;
	margin-left: 0px;
}
/* shouting words marked with start SPAN and end SPAN*/
a:link, a:visited {
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #fff;
	border-color: #fff;
}
ul {
	list-style: inside square
} /* general lists */
/*-----------------------------------------------Layout DIVS------------------------------------------------*/

.bttmbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: 0em;
	text-align: left;
	color: #000;
	font-weight: normal;
	margin: 12px 0px;
	clear: both;
	height: 72px;
	width: 100%;
	padding: 8px 0px;
	position: relative;
	right: 0px;
	top: 18px;
	background-color:#F49D1F;
}
ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
ul#nav li {
	float: left;
	display: block;
}
ul#nav li a {
	width: 140px;
	margin: 2px 0 6px;
	border-left: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	padding: 8px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #333366;
	border-top: 0;
	border-bottom: 0;
}
/* current page, move id in the xhtml when creating a new page */
ul#nav li a#current {
	border-color: #fff;
}
ul#nav li a:hover {
	background: #0000FF;
	color: #fff;
}
.outstanding-quote {
	position:relative;
	padding:15px 30px;
	margin:0;
	color:#000;
	background:#f3961c; /* default background for browsers without gradient support */
	/* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(#f9d835, #f3961c);
	background:-o-linear-gradient(#f9d835, #f3961c);
	background:linear-gradient(#f9d835, #f3961c);
	/* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
	-webkit-border-top-left-radius:25px 50px;
	-webkit-border-top-right-radius:25px 50px;
	-webkit-border-bottom-right-radius:25px 50px;
	-webkit-border-bottom-left-radius:25px 50px;
	-moz-border-radius:25px / 50px;
	border-radius:35px / 50px;
	width: 300px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-15deg);
	letter-spacing: -0.3px;
}
#gallery {
	width: 300px;
	height: 200px;
	margin: 20px auto;
	padding: 40px;
	position: absolute;
}
#gallery div {
	background: #fff;
	position: absolute;
	overflow: hidden;
	opacity: 0.9;
	-webkit-transition: all 200ms linear;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: -3px -3px 50px #666;
	-moz-box-shadow: -3px -3px 50px #666;
	box-shadow: -3px -3px 50px #666;
}
#gallery div#img1:hover,
#gallery div#img2:hover,
#gallery div#img3:hover,
#gallery div#img4:hover,
#gallery div#img5:hover,
#gallery div#img6:hover {
	z-index: 999;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	opacity: 1;
}
#gallery span {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #000;
	background: #fff;
	width: 60%;
	text-align: right;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
}
#gallery img {
	-webkit-mask-box-image: url(images/background.svg);
	-webkit-mask-repeat: none;
	max-width: 200px;
	max-height: 150px;
}
#gallery #img1 {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	top: 1%;
	left: 1%;
	z-index:1;
}
#gallery #img2 {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	top: 5%;
	left: 20%;
	z-index: 2;
}
#gallery #img3 {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	top: 1%;
	right: 1%;
	z-index: 3;
}
#gallery #img4 { /* eye */
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	top: 50%;
	left: 1%;
	z-index: 4;
}
#gallery #img5 {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	top: 47%;
	left: 28%;
	z-index: 5;
}
#gallery #img6 {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	bottom: 1%;
	right: 1%;
	z-index: 6;
}
#gallery #img7 {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	top: 1%;
	left: 1%;
	z-index:1;
}
