* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #996600;
}

h1 {
	letter-spacing: -0.075em;
	font-size: 2em;
	font-family: "Trebuchet MS", Verdana, serif;
}

h2 {
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #996600;
	font-family: "Trebuchet MS", Verdana, serif;
	text-align: right;
}
.title {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 1.1em;
	color: #996600;
	text-align: right;
	text-indent: 0px;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
	color: #999999;
}

a {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 1.1ems;
}

a:hover {
	border: none;
	color: #FF9933;
}
.bottom_nav {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	line-height: 1.8em;
}


hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 55px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 800px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/img04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 60px;
	padding: 0;
	width: 150px;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 40px;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 22px 0px 0 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #2C2E22;
}

#menu .current_page_item a {
	color: #FF9966;
}

/* Logo */

#logo {
	width: 785px;
	margin: 0 auto;
	padding-left: 15px;
	height: 250px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background-color: #FFFFFF;
	background-image: url(images/img03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 750px;
	padding: 5px 5px 0px 20px;
}

.post .title {
	margin: 0;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sub_heading {
	background-position: left;
	text-align: left;
	padding-right: 120px;
	font-size: 18px;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 100px;
	background-color: #F3F3F3;
	background-image: url(images/img02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	word-spacing: normal;
}

#footer p {
	text-align: center;
	font-size: 9px;
}
/* GALLERY STYLES */
/*for descrition, added a class-highlight text in code apply class*/

.gallerycontainer {
	position: relative;
	margin-left: 5px;
	background-image: url(images/camera.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
}

.gallerycontainer .text { font-size: 11px; margin-bottom: 10px; }

.gallerycontainer a,.gallerycontainer a:link,.gallerycontainer a:visited { font-weight: normal; }

.gallerycontainer li, .gallerycontainer ul { list-style-type: none; margin: 0; padding: 0; }

.thumbnail img {
	border: 2px solid #333;
	width: 48px;
	height: 36px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}


.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: 2px solid #999;
}

.thumbnail span {
	position: absolute;
	left: -2000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail:hover span img { margin: 10px 0 5px 35px; border: 2px solid #333; height: 360px; width: 625px; }

.thumbnail:hover span {
	visibility: visible;
	top: 0;
	left: 68px;
	z-index: 50;
	font-size: 12px;
	color: #333;
}

/* NAVIGATION STYLES */
/*for padding be aware of the sub-heading placement or it will wrap down*/
#navlist {
	padding: 3px 0;
	margin: 0;
	border-bottom: 1px solid #333;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 12px;
	color: #996600;
}
.descrition {
	padding-top: 380px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: -30px;
}


#navlist li { list-style: none; margin: 0 5px 0 0; display: inline; }

#navlist li a { padding: 3px 0.5em; border: 1px solid #333; border-bottom: none; background: #999; outline: none; text-decoration: none; }

#navlist li a:link { color: #fff; }

#navlist li a:visited { color: #fff; }

#navlist li a:hover { color: #fff; background: #333; border-color: #333; border-bottom: 1px solid #333; }

#navlist li a#current { color: #996600; background: #fff; border-bottom: 1px solid #fff; }


/* GLOBAL STYLES */

a,a:link,a:active,a:visited {
	color: #666666;
	outline: none;
	text-decoration: none;
	line-height: normal;
}

a:hover { color: #FF9900; }
