/*Welcome to the Cascading Style Sheet 
for Wandering Eye Photo. 
Notes:
/*padding values: top right bottom left*/

/* containers ____________________________*/

body,
html {
    margin:0;
    padding:0;
	background-color:#660000;
    }

body {
    min-width:800px;
    }
	
#header {
    margin: 0px auto;
    width: 850px;
	height: 75px;
	background-image: url(images/header.jpg);
	background-position: center;
    }

#body {
    margin: 0px auto;
    width: 850px;
	height: 525px;
	background-image: url(images/bodybackground.jpg);
	background-position: center;
    }
	
#footer {
	margin: 0 auto;
	width: 850px;
	height: 50px;
	text-align:center;
	font-family: Times, Times New Roman, serif;
	font-size: 10px;
	color: #999966;
	background-image: url(images/footer.jpg);
	padding: 0px 0px 0px 0px;
	background-position: center;
    }

/* text formatting _______________________*/
.H1 {
	font-family: Times, Times New Roman, serif;
	font-size: 20px;
	color: #ffffcc;
	font-weight: bold;
}

.H2 {
	font-family: Times, Times New Roman, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
  	color: #ffffcc;
}

.H3 {
	font-family: Times, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffcc;
}

.body {
	font-family: Times, Times New Roman, serif;
	font-size: 14px;
	color: #ffffcc;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.footer {
	font-family: Times, Times New Roman, serif;
	font-size: 10px;
	color: #999966;
}

/* links page scroll box _______________________*/
.scrollArea {
	width: 800px;
	height: 125px;
	padding-left: 0px;
	padding-right: 0px;
	border-color: #330000;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow: auto;
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	scrollbar-face-color: #330000;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-3dlight-color: #999999;
    scrollbar-darkshadow-color: #666666;
 	scrollbar-track-color: #000000;
    scrollbar-arrow-color: #ffffcc;
}
.scrollArea2 {
	width: 300px;
	height: 350px;
	padding-left: 0px;
	padding-right: 0px;
	border-color: #330000;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow: auto;
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	scrollbar-face-color: #330000;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-3dlight-color: #999999;
    scrollbar-darkshadow-color: #666666;
 	scrollbar-track-color: #000000;
    scrollbar-arrow-color: #ffffcc;
}
