/* CSS Document */

/***** STYLES *****/

body {
	/* this text-align attribute keeps the whole
	container centered */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFDF67;
	margin: 0px;
	padding: 3px 3px 3px 6px;
	/*text-transform: uppercase;*/
}

p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 6px 7px 10px 6px;
	padding: 0px;
	line-height: 14px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFDF67;
}
	
a:visited {
	color: #000000;
}

#container {
	background-image:   url("../images/container.gif");
	background-repeat: no-repeat;
	position: absolute; 
	left: 1.5%;
	top: 5px;
	width: 650px;
	height: 500px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	
}
/* Masthead and navBar align correctly in all Mac browesers using code below */
#masthead {
	background-image:  url("../images/masthead2.jpg");
	width: 650px;
	height: 77px;
	margin: 8px 0px 0px 0px;
}

#navBar {
	background-color: #FFDF67;
	border-bottom: 2px solid #FFDF67;
	width: 630px;
	height: 17px;
	margin: 0px 10px 0px 10px;
	padding: 4px 0px 0px 0px;
	text-align: left;
}

#navBar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFDF67;
	margin: 0px 10px 0px 10px;
	padding: 3px 5px 3px 5px;
}

#navBar a:hover {
	text-decoration: none;
	color: #FFDF67;
	background-color: #000000;
}

/* all content divs align correctly
across all pages in all Mac browsers using code below */
.content {
	float: left;
	width: 201px;
	height: 371px;
	margin: 10px 3px 0px 10px;
	/* margin fix to make IE Win ok*/
	/margin: 10px 8px 0px 5px;
	padding: 0px;	/*background-color:#CCCCCC;*/
}

.content a p {
	color: #000000;
}

.content a img {
	border: none;
	border-bottom: 5px solid #FFFFFF;
}

.content a:hover img {
	border: none;
	border-bottom: 5px solid #FFDF67;
}

#homeCaption {
	float: left;
	width: 189px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFDF67;
	margin: 0px;
	/* This padding value is affected by the p attributes */
	padding: 0px 6px 0px 6px;
	line-height: 14px;
}

#homeCaption a {
	text-decoration: underline;
	color: #000000;
	background-color: #FFDF67;
}

#homeCaption a:hover {
	color: #FFDF67;
	background-color: #000000;
	text-decoration: none;
}

/* PORTFOLIO PAGE */
#imgPicker {
	float: left;
	/*background-color: #ddd;*/
	width: 190px;
	margin: 5px 5px 0px 10px;
	/* margin fix for opera/firefox */
	/margin: 5px 5px 0px 5px;
	padding: 0px;
	text-align: left;
}

#imgPicker img {
	/*/margin: 0px 0px 5px 0px;*/
	margin: 0px 0px 5px 0px;
	border: 1px solid #000;
}

#imgPicker a:hover img {
	border: 1px solid #FFDF67;
}

#imgPicker h1 {
	margin: 5px 0px 10px 0px;
	width: 167px;
}

#photoArea {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 435px;
	height: 370px;
	background-color: #ddd;
	text-align: left;
	float: left;
}

#photoArea img {
	border: 10px solid #FFFFFF;
}


/* END OF PORTFOLIO PAGE */

/* ABOUT PAGE */
.about {
	float: left;
	width: 400px;
	height: 371px;
	margin: 10px 5px 10px 9px;
	padding: 0px;
}
/*
.about h1 {
	float: left;
	width: 400px;
	height: 15px;
	margin: 0px;
	padding: 3px 3px 3px 6px;
}
*/

.about p {
	line-height: 16px;
	margin: 0px 5px 15px 5px;
}

/* END OF ABOUT PAGE */

/* Footer info */

#footer {
	background-image:   url("../images/footer_bg.gif");
	position: absolute;
	left: 1.5%;
	top: 510px;
	width: 640px;
	height: 48px;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 0px 0px;
}

/* End of code */
