/* SITE STYLES */

/* Page styles. */
A { color: blue; }
A:Hover { text-decoration: none; }
A:Visited { color: purple; }
BODY, DIV, P, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
BODY {
	background-color: white;
	background-image: url("images/background.gif");
	background-attachment: scroll;
	margin: 20px 15px 20px 0px;
}
H1, H2 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
}
H1 { font-size: 19pt; }
H2 { font-size: 15pt; text-decoration: underline; }
LI { font-style: italic; }

/* Layout styles. */
#branding {
	position: absolute;
	bottom: 5px;	
	right: 5px;
	z-index: 2;
}
#content {
	position: absolute;
	top: 10px;
	left: 135px;
	z-index: 1;
	margin: 20px 15px 20px 0px;
}
#footer { text-align: center; }
.footerTxt { font-weight: bold; }

/* Menu styles. */
#mnuPortfolio { display: none; }
#mnuDesign { display: none; }
#slide {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
