/*******************************************************************
*                        GENERIC CONTROLS                          *
*******************************************************************/

* {
	margin: 0px;
	padding: 0px;	
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

body {
	background-image: url(../img1/body_bkgd.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 10px;
	color: #fff;
}

h2 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 10px;
	color: #999;
}

table {
	width: 453px;
}

td {
	width: 146px;
}

em {
	text-style: italic;
}

/*******************************************************************
*                       NAVIGATION CONTROLS                        *
*******************************************************************/

#menu {
	position: absolute;
	margin: 110px 0px 0px 46px;
	width: 191px;
	background: url(../img1/menu_bkgd.png) repeat-y;
}

	a.menu:link, a.menu:visited {
		display: block;
		width: 183px;
		height: 22px;
		margin: 2px 4px 1px 4px;
		text-decoration: none;
	}
	
	a:hover {
		background: #ff9c00;
	}
	
	#menufondo {
		display: block;
		height: 5px;
	}
	
.stretcher {
	margin-top: 1px;
	background: none !important;
}

	a.sub:link, a.sub:visited {
		display: block;
		width: 183px;
		height: 22px;
		margin: 2px 4px 3px 4px;
		text-decoration: none;
	}
	
	a.sub:hover, #activepage {
		background: #fff;
	}


/*******************************************************************
*                       MAIN CONTENT CONTROLS                      *
*******************************************************************/

#page {
	position: absolute;
	margin: 110px 0px 0px 299px;
	width: 461px;
	padding: 4px;
	color: #8c8c7c;
	background-image: url(../img1/page_bkgd.png);
	background-repeat: no-repeat;
}

	#page p {
		margin-bottom: 4px;
	}
	
	#page li {
		margin: 5px 5px 0px 17px;
		list-style-type: square;
		text-align: left;
	}
	
	#page strong {
		font-weight: bold;
	}
	
	#page em {
		font-style: italic;
	}
		
	.pageitem {
		padding: 7px;
		background-image: url(../img1/pageitem_bkgd.gif);
		width: 439px;
		margin-bottom: 20px;
	}
	
	.portitem {
		padding: 7px;
		background-image: url(../img1/portitem_bkgd.png);
		width: 439px;
		margin-bottom: 20px;
	}
	
	#page a:link, #page a:visited {
		text-decoration: none;
		/*font-weight: bolder;*/
		font-style: italic;
		background: none;
		color: #ff9c00;
	}
	
	#page a:hover {
		color: #ff0;
	}
	
	img.work {
		border: 4px solid #8c8c7c;
	}
	
	img.work:hover {
		border: 4px solid #ff0;
	}


	img.portfolio {
		margin: 17px;
		border: 3px solid #000;
	}
	
	img.portfolio:hover {
		border: 3px solid #ff0;
	}