/* General Style Code */

body  {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

img {border: none;}

.gradualshine {
	filter:alpha(opacity=50);-moz-opacity:0.5;
}

.wrapper { 
	width: 720px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
} 


/* Page Style Code */

.header { 
	padding: 0 0 0 0;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 130px;
	text-align: center;
} 

.menu {
	width: 720px;
	height: 20px;
	margin-top: 5px;
	text-align: center;
}

.button {
	margin-right: 16px;
}

.content { 
	margin-left: 15px;
	background-image: url(images/topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 30px 20px 20px 10px;
	font-family:arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 20px;
} 

.gallerypage { 
	height: 430px;
	margin-left: 15px;
	background-image: url(images/topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 30px 20px 20px 10px;
	font-family:arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 20px;
}

.footer { 
	font-family:arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: #9665AB;
	font-weight: bold;
	padding: 0px 0px 20px 40px;
} 

.text { 
	color: #9665AB;
	font-weight: bold;
} 

.email { 
	color: #9665AB;
	font-weight: bold;
} 

a:link {color: #9665AB; text-decoration: underline; }
a:active {color: #9665AB; text-decoration: underline; }
a:visited {color: #9665AB; text-decoration: underline; }
a:hover {color: #330066; text-decoration: underline; }

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}


/* Contact Form Style Code */

#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-left: 40px;
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 60px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


/* Gallery Style Code*/

.menu1 a {
	width: 100px; 
	height: 20px; 
	background: #aaa;
	border: 1px solid #000;
	margin-right: 110px;
	margin-bottom: 10px;
	text-align: center;
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.menu2 a {
	width: 100px; 
	height: 20px; 
	background: #eee;
	border: 1px solid #aaa;
	margin-right: 110px;
	margin-bottom: 10px;
	text-align: center;
	float: right;
	font-weight: bold;
	text-decoration: none;
}

.menu3 {
	width: 100px; 
	height: 178px; 
	background: #eee;
	border: 1px solid #aaa;
	margin-right: 110px;
	float: right;
}

#album {
	width:340px; 
	height:370px; 
	background:#eee;
	border:1px solid #aaa;
	background-image: url(images/gallery2.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin-left: 110px;
	float: left;
	text-align: center;
}

#firstalbum {
	width:340px; 
	height:370px; 
	background:#eee;
	border:1px solid #aaa;
	background-image: url(images/gallery.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin-left: 110px;
	float: left;
	text-align: center;
}

.gallery {
	padding:5px 0 0 0; 
	margin:330px 0 0 10px; 
	list-style-type:none; 
	position:relative; 
	width:320px;
}

.gallery img {
	border:0;
}

.gallery li {
	float:left;
}

.gallery li a, .gallery li a:visited {
	font-size:11px;
	float:left; 
	text-decoration:none; 
	color:#000; 
	background:#fff; 
	text-align:center; 
	width:26px; 
	height:26px; 
	line-height:24px; 
	border:1px solid #444;
	margin:2px;
}

.gallery li a img {
	position:absolute; 
	top:-320px; 
	left:0; 
	visibility:hidden; 
	border:0;
}

.gallery li a img.landscape {
	top:-280px;
}

.gallery li a img.portrait {
	left:0;
	border-left:40px solid #eee;
	border-right:40px solid #eee;
}

.gallery li a:hover {
	background:#ddd;
}

.gallery li a:active, .gallery li a:focus {
	background:#444; 
	color:#fff;
}

.gallery li a:active img, .gallery li a:focus img {
	visibility:visible;
}
