.header { 
	border: 0px solid #fff;
	width:50%;
	height:125px;
    background:#DDDDDD;
    float:left;
}

.header2 { 
	border: 0px solid #fff;
	height: 125px;
	margin-left: 51%;
    background:#DDDDDD;
}

.container {
	position:relative;
	padding:0px 0 00px 208px; 
}

.boxx{
	margin-bottom:8px;
	padding-top:15px;
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
    background:#DDDDDD;
}

.headercont {
	display: block;
}

.splash {
	display: block;
	text-align:center;
	margin-bottom:8px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}

.gallery {
	display: inline-block;
	padding: 0px;
	height: 200px;
	margin: 0px auto;
	margin-left:5px;
	margin-right:5px;
 	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
}

.imagerow{
	margin:0 auto;
	width: 90%;
	text-align:center;
}

.wholepage { 
	border:0px solid #000; 
	min-width: 1024px;
	width: 90%; 
	position:relative;
	margin: auto;
}

#absonote { 
	border:0px solid #000; width:165px; height:80px; 
    position: absolute;
	top:20px;left:85%;
    background:#FFFFFF;
	z-index: 1;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
 	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.content { 
	border:0px solid #000; width:96%;
}


body {
	text-decoration: none;
	line-height: 150%;
	background: #a0a0a0;
}

.view {
	width: 80%;
/*	height:100%;*/
	display: block;
	margin-left: 10%;
}


.gallery: hover {
    -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5);; /* Chrome, Safari, Opera */
    transform: scale(1.5,1.5);;
}

.rgallery {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	height: 200px;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
 	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

h1 {
	color: #666;
	padding: 15px 10px 0.5px 25px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;	
	font-size: 150%;
	line-height: 40%;
}

h3 {
	color: #666;
	padding: 10px 0px 5px 25px;	
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 120%;
	line-height: 10%;
}

a {
	text-decoration: none;
	color: #89b;
}

ul {
	margin-top: 0;
	padding: 0px 0px 0.5px 0px;
	line-height: 150%;
	font-size: 90%;
}

li {
	margin-top: 0;
	padding: 0px 0px 0.5px 0px;
	line-height: 150%;
	font-size: 90%;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	font-family:"Tahoma", Geneva, sans-serif;
	line-height: 150%;
	font-size: 80%;
}

.viva {
	text-align: center;
	padding: 20px 20px 0px 20px;
}

.cap {
	padding: 10px 10px 10px 10px;
    text-align: center;
	line-height: 100%;
	font-size: 80%;
	font-style: italic;
}

p strong {
	font-weight: bold;
}

p em {
	font-style: italic;
}

a {
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 100%;
	color:#269;
	/*text-transform: uppercase;*/
	/*letter-spacing: 0.200em;*/
}	
	
a:hover{
	color:#c0c;
	font-style: bold;
}

a.active{
	color:#f0f;
	background-color: #8265ff;
	font-style: italic;
}
