@charset "utf-8";
/* CSS Document */

body {
	position: static;
	color: white;
	font-family: "Times New Roman", Times, serif;
	background-color: #c7bace;
}

img {
	border:none;
}

#container {
	position: static;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 1007px;;
	background-image: url(images/header_tile.gif);
	z-index: 30;
}

img.headerImg {
	float: left ;
	margin-left: 300px;
	margin-top: 20px;
}

img.secondHeaderImg {
	float: left;
	margin-top: 20px;
}

#content {
	position: absolute;
	top: 100px;
	left:0px;
	background-image:url(images/content_bkg.gif);
	background-repeat:repeat-x;
	background-color: #c7bace;
	width: 1007px;
	height: 600px;
	z-index: 10;
}

img.pageTitle {
	margin-left: 375px;
	margin-top: 60px;
}

#pageContent {
	position: absolute;
	top: 150px;
	left: 300px;
	width: 703px;
}

/* Navigation Area */

#nav {
	position: absolute;
	top:50px;
	left: 50px;
	z-index: 40;
	width: 200px;
	height: 600px;
}

#FirstNavItem {
	margin-bottom: 50px;
}

img.NavItem {
	margin-bottom: 5px; 
}

/* End Of Navigation */

a {
	color: white;
	text-decoration: underline;
}

a:active, a:hover {
	color: #972c8e;
}

a img {
	border: none;
}

/* Footer Layout */

#footer {
	position: absolute;
	top: 700px;
	left: 0px;
	background-image:url(images/footer_tile.gif);
	height: 50px;
	width: 1007px;
	z-index: 10;
}

.copyright {
	float: left;
	font-size: 12px;
	padding: 17px 10px;
}

.design {
	float: right;
	font-size: 12px;
	padding: 17px 10px;
}

/* beginning of Idea Scripts */

#description {
	color: #444;
	margin-left: 300px;
	padding-top: 20px;
	z-index: 10;
	background-image: url(images/photo_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 465px;
	display: block;
	width: 693px;
	padding-right: 10px;
	text-align: justify;
}

/* End Of Idea */

/* beginning of gallery scripts */

img.firstFirst {
	float: left;
	margin-top: 60px;
}

img.firstSecond {
	float: right;
	margin-right: 50px;
	margin-top: 60px;
}

h4.imageTitleFirst {
	float: left;
	margin-top: 20px;
	width: 300px;
	text-align: center;
	
}

h4.imageTitleSecond {
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	width: 300px;
	text-align: center;
}

h4.next {
	float: right;
	margin-right: 120px;
	margin-top: 50px;
}

h4.previous {
	float: left;
	margin-left: 30px;
	margin-top: 50px;
}

/* End Of Gallery */

#links #nav {
	display:block;
}