/* colors

*/

body{ background-color:#84a5c4;
	background-image:url(images/bg_gradient.png);
	background-repeat:repeat-x;
	width:813px; margin-right:auto; margin-left:auto;
	font-family:Georgia,Times,serif;
	margin-top:0px;
	margin-bottom:0px; }

a:link{ color:#0000FF; }
a:visited{ color:#666666; }

pre {
	font-family:Georgia,serif;
	white-space:pre-wrap;       /* css-3 */
	white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space:-pre-wrap;      /* Opera 4-6 */
	white-space:-o-pre-wrap;    /* Opera 7 */
	word-wrap:break-word;       /* Internet Explorer 5.5+ */
}

h3 { font-family:Tahoma,Helvetica,sans-serif; }

span.pageHeader{ font-size:180%;
	padding-top:5px;
	padding-bottom:5px; }

div.pageHeader{ background-color:#FFFFFF;
	height:150px;
	color:#FFFFFF;
	font-size:200%;
	border-left:1px solid #999999;
	border-right:1px solid #999999; }
div.pageMenu{ height:40px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #999999; }
	div.menuItem{ width:161px; height:40px;
		border-left: 1px solid #666666;
		float:left;
		text-align:center;
		font-weight:bold; }
		div.menuItem a:link{ color:#FFFFFF; text-decoration:none; }
		div.menuItem a:visited{ color:#FFFFFF; text-decoration:none; }
		img.menuVerticalSpacer{ height:10px; width:100%; }
	div.menuItem:hover{ background-image:url(images/menu_bg_hover.gif); 
		background-repeat:repeat-x; }
div.pageContent{ color:#151515; width:801px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px; 
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	background-color:#FFFFFF; }
div.pageFooter{ color:#151515;
	clear:both;
	background-color:#84a5c4;
	border-top:1px solid #999999;
	padding-top:10px; }
div.pageFooter a:link{ color:#151515; }


/* PORTFOLIO */
div.websiteName{ margin-bottom:10px;
	font-size:140%; font-family:Tahoma,Helvetica,sans-serif; }
img.websiteImage{ padding-right:10px; padding-left:10px;
	float:right; }
div.websiteLink{ clear:both;
	padding:10px; text-align:right;
	font-style:italic; }

