body {
	background-color: #1c1919;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;

	/*Perfect Full Page Background Image*/	
	/*background: url(images/bg6.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

html { /*Make the page fullscreen*/	
	height:100%;
}

td, tr {
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
a:hover{
	font-weight: bold;
	text-decoration: underline;
	color:#ffffff;
}
li a{
	color: #ffffff;
	padding-left: -10px;
	list-style-type: square;
}

/*contact form start*/
.inputbox {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813rem;
	border: 1px dotted #ffffff;
	vertical-align: bottom;
	color: #222222;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	padding: 5px;
	background-color: #ffffff;
	list-style-type: square;
}

.buttons {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813rem;
	vertical-align: middle;
	color: #222222;
	font-weight: bold;
	padding: 5px;
	background-color: #ffffff;
	border:
; 	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*contact form start*/


/*gallery start*/
.gallery {
	padding-bottom: 12px;
}
a:link .gallery , a:visited .gallery {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
	padding-bottom: 12px;
}
.gallery:link , .gallery:visited  {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
	padding-bottom: 12px;
}

a:focus .gallery, a:hover .gallery, a:active .gallery {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	padding-bottom: 12px;
}
.gallery:focus, .gallery:hover, .gallery:active {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	padding-bottom: 12px;
}
/*gallery end*/


/*photos start*/
a:link .photos , a:visited .photos {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.photos:link , .photos:visited  {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

a:focus .photos, a:hover .photos, a:active .photos {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.photos:focus, .photos:hover, .photos:active {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
/*photos end*/


/*album start*/
.album-table {
	display: block;
}
.album-title {
	height: 30px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #908E8F;
	border-bottom-color: #908E8F;
	border-left-color: #908E8F;
}
/*album end*/


/*more start*/
.more {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #af25b4;
	padding: 5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #838486;
	font-weight: bold;
	font-size: 20px;
}
/*more end*/


/*copyright start*/
.copyright {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	background-image: url(images/bg-80.png);
	background-repeat: repeat;	
}
.copyright A:link, .copyright A:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}
.copyright A:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
/*copyright end*/


/*title start*/
.title-small {
	font-size: 1.0rem;
	font-weight: bold;
	color: #71AD0C;
}
.title-big {
	font-size: 3.5rem;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	padding-left: 10px;
}
/*title start*/

.main-table {
	background-image: url(images/bg-80.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.about-photo {
	padding-right: 20px;
	padding-left: 0px;
}


/*tableBorder start*/
.tableBorder-top-bottom {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ffffff;
	
	border-bottom-width: 1px;	
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

.tableBorder-top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ffffff;
}
.tableBorder-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
/*tableBorder end*/