﻿/*
CSS for Big Pete Enterprises, Inc.(Woodworks by Michael) website
*/


p {
	font-size: small;
	color: black;
}


blockquote {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}


div{
	font-size: small;
	color: black;
}
	
h1 {
	font-family: Papyrus, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFEFD5;
	line-height: 125%;
	padding: 15px;
}

li{
	font-size: small;
}



h2 {
	color: red;
	font-size: medium;
	font-weight: bold;
}

h3 {
	color: blue;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

em{
	font-style: normal;
	text-transform: uppercase;
}


a {
	font-weight: bold;
}

a:link {
	color: black;
}

a:visited {
	color: red;
}

a:hover {
	text-decoration: none;
	color: white;
	background color: navy;
}

a:active {
	color: aqua;
	background color: navy;
}

#tagline p {
	font-style: bold;
	font-family: Papyrus, Verdana, sans-serif;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}	


.galleryphoto {
	position: absolute;
}

.galleryphoto {
	top: 250px;
}
		
.galleryphoto {
	Font-size: 65%;
	Font-weight: bold;
	margin-top: 0;
	width: 750px;
	line-height: 1.4em;
}

.galleryphoto img {
	border: 15px solid blue;
}


#photo	{
	position: absolute;
}

#photo	{
	top: 250px;
}

#FAQ {
	position: absolute;
}

#FAQ {
	top: 250px;
}

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 107px;
}

#bodycontent {
	left: 200px;
}	

#header {
	width: 100%;
}
