body { 
	background: url('images/stripes.jpg') #eeeeee;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: .65em;
	overflow: hidden;
}

#header {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 754px;
}

#container {
	width: 754px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid #000000;
}

#one {
	background: url('images/1.jpg');
	height: 480px;
	width: 165px;
	float: left;
	padding: 10px;
	padding-top: 10px;
	line-height: 0em;
}

#two {
	background: url('images/2.jpg');
	height: 500px;
	width: 192px;
	float: left;
}

#three {
	background: url('images/3.jpg');
	height: 500px;
	width: 193px;
	float: left;
}

#four {
	background: url('images/4.jpg');
	height: 500px;
	width: 184px;
	float: left;
}

#footer {
	display: block;
	text-align: center;
	position: absolute;
	top: 580px;
	height: 1em;
	width: 754px;
}


/* menus!! */
.nav {
	color: #ffffff;
	display: block; /* note: turn off if you don't want the highlight all the way across */
	line-height: 1.2em;
	font-size: 2.6em;
	font-family: "Arial Black", Arial, sans-serif;
}

.navcurrent {
	display: block; /* note: turn off if you don't want the highlight all the way across */
	line-height: 1.2em;
	font-size: 2.6em;
	text-decoration: none;
	color: #000000;
	background: #f6ff00;
	font-family: "Arial Black", Arial, sans-serif;
}


a.nav:link, a.nav:active, a.nav:visited {
	text-decoration: none;
	color: #ffffff;
}

a.nav:hover {
	text-decoration: none;
	color: #000000;
	background: #f6ff00;
}


.menuItems {
	text-decoration: none;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	padding-left: 1em;
	display: block; /* note: if other display: block is off, this'll be weird */
}

.currentmenuItems {
	text-decoration: none;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	padding-left: 1em;
	display: block; /* note: if other display: block is off, this'll be weird */
	color: #000000;
	background: #f6ff00;
}

a.menuItems:link, a.menuItems:active, a.menuItems:visited {
	text-decoration: none;
	color: #ffffff;
}

a.menuItems:hover {
	text-decoration: none;
	color: #000000;
	background: #f6ff00;
}
/* end menusssss */



a:link {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
	background: #f6ff00;
}

a:active, a:visited {
	text-decoration: underline;
	color: #999999;
}




#footer a:link {
	text-decoration: underline;
	color: #000000;
	background: #f6ff00;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
	background: #f6ff00;
}

#footer a:active, a:visited {
	text-decoration: none;
	color: #999999;
}


/* indiv. pages */
#portfolio {
	background: url('images/5.jpg');
	height: 500px;
	width: 569px;
	float: left;
	overflow: auto;
	text-align: left;
}

#portfolio p {
/*	background: #ffffff; */
	color: #000000;
}

.pftext {
	width: 180px;
	text-align: right;
	background: #ffffff;
}

#words {
	margin-top: 100px;
	margin-left: 60px;
	font-family: Arial;
}

#words p {
	width: 450px;
	text-align: right;
	background: #ffffff;
	padding: 5px;
}

h1.pfhead {
	width: 370px;
	float: right;
	background: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 3em;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-variant: small-caps;
/*	font-family: Georgia, Times, "Times New Roman", serif; */
	padding-left: 10px;
}

.ad {
	text-align: center;
}

.pfcap {
	text-align: left;
	width: 300px;
	background: #ffffff;
	color: #000000;
	padding: 5px;
	float: right;
}


#about {
	background: url('images/5.jpg');
	height: 500px;
	width: 569px;
	float: left;
	overflow: auto;
	text-align: right;
}

#blurb {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.1em;
	color: #ffffff;
	float: left;
	padding-left: 30px;
	padding-top: 310px;
}


#about p {
	background: #ffffff;
	color: #000000;
}

#links {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.1em;
	color: #ffffff;
	float: right;
	padding-right: 20px;
	padding-top: 215px;
}

p.pics {
	text-align: center;
}

img {
	border: 10px solid #ffffff;
	background: 0;
	padding: 0;
	margin: 0;
}