@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/*Core styles*/
html {
	background-color: #655344;
	background-image: url(images_final/bg.jpg);
	background-repeat: repeat-x;
	
}

body {
	font-family:Tahoma, "Times New Roman", Times, serif;
	background-image:url(images_final/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -15px;
		
	
}

#spacing {
	height: 888px;
	width: 5px;
	margin: 0 auto
}

#navbarcontainer {
	width: 400px;
	margin: 0 auto;
}

#container {
	background-color: #000000;
	width: 351px;
	margin-top: -16px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	margin-left: -1px
		
}


#footer {
	background-image: url(images_final/footer.jpg);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	margin: 0 auto;
	width: 700px;
	height: 488px;
	margin-top: -50px;
	
}


/*Text Styles*/

h2 {
	text-align: justify;
	color: #947b67;
	font-size: 28px;
	line-height: 28px;
	padding-top: 20px
}

h3 {
	text-align: justify;
	color: #947b67;
	font-size:16px;
	line-height: 16px;
	font-weight: normal;
	padding-top:10px
}

p {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;

}

a {
	color: #000000;
	font-size: 10px;
	
}

a:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: none
}

/*Content divs to make Smoothscroll more enjoyable for the eyes*/

	
#email {
	text-align: justify;
	
}

#email a {
	color: #ffffff;
	font-size: 12px;
}

#link {
	text-align: justify;
	font-size: 28px;
	line-height: 28px;
}

#link a {
	color: #ffffff;
	font-size: 12px;
}

#home {
	text-align: justify;
	font-size: 28px;
	line-height: 28px;
}

#gallery {
	text-align: justify;
	font-size: 28px;
	line-height: 28px;
}

#gallery a {
	color: #ffffff;
	font-size: 12px;
	
}

#about {
	text-align: justify;
	font-size: 28px;
	line-height: 28px;
}

#links {
	text-align: justify;
	font-size: 28px;
	line-height: 28px;
}


/*Copyright footer info*/

#copyright {
	color:#000000;
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size:9px;
	left:210px;
	position:relative;
	text-align: left;
	top:380px;
	width:140px;
}
#copyright a:link, a:hover, a:visited, a:active {
	font-size: 9px;
}
#copyright a:hover {
	text-decoration: none;
	color: #000000
}
#copyright a:visited {
	color:#000000;
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size:9px;
}

.crtext {
	color:#000000;
	font-size:9px;
}

/*Fixed Navigation Bar*/

#fixednavout {
	position: fixed;
	top: 95px;
	left:1070px;
	width: 100px;
	background-color: #FFFFFF;
	opacity:0.1;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	height: 420px;
}

#fixednav {
	position: fixed;
	top: 95px;
	left: 1070px;
	width: 100px;
	height: 420px;
	
}

#fixednav a {
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
}
#fixednav a:hover {
	color: #FFF
}

#fixednav ul {
	margin: 0;
	padding: 0;
	margin-left: 22px;
	margin-top: 15px;
	
}
#fixednav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 5px;
}

#fixednav {
	color:#000033;
	font-size:24px;
	line-height: 60px
}




