/* universal page formatting */

BODY	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #990000
	} /* formats page properties */
H1	{
	color: #CCCCCC;
	font-size: 17pt;
	font-weight: bold;
	padding-top: 2pt;
	margin-left: 7pt;
	letter-spacing: 12pt;
	font-family: arial,verdana,sans-serif
	} /* formats main heading */
H3	{
	color: #CCCCCC;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif
	} /* formats copy headings */
A.menu	{
	text-decoration: none;
	color: #CCCCCC;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif
	} /* formats menu items */
A.menu2	{
	text-decoration: none;
	color: #CCCCCC;
	font-size: 8pt;
	font-family: verdana,helvetica,sans-serif
	} /* formats 2nd level menu items */
A.items	{
	text-decoration: none;
	color: #CCCCCC;
	font-size: 7pt;
	font-family: verdana,helvetica,sans-serif
	} /* formats links under portfolio items */
A.inline	{
	text-decoration: underline;
	color: #CCCCCC;
	font-size: 8pt;
	font-family: verdana,helvetica,sans-serif
	} /* formats 2nd level menu items */
A.resource	{
	text-decoration: none;
	color: #CCCCCC;
	font-size: 7.5pt;
	font-family: verdana,helvetica,sans-serif
	} /* formats links under portfolio items */
.copy	{
	color: #CCCCCC;
	font-size: 8pt;
	text-indent: .4cm; 
	padding-bottom: 6pt;
	font-family: verdana,helvetica,sans-serif
	} /* formats copy text */
.text	{
	color: #CCCCCC;
	font-size: 8pt;
	padding-bottom: 6pt;
	font-family: verdana,helvetica,sans-serif
	} /* formats regular body text */
.footer	{
	position: absolute;
	left: 10px;
	top: 336px;
	color: #CCCCCC;
	font-size: 7pt;
	font-family: verdana,helvetica,sans-serif
	} /* positions page footers */
.drop	{
	color: #990000;
	font-size: 7pt;
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif
	} /* formats dropdown items */

/* page element positioning */

.posmenu	{
	position: absolute;
	left: 50px;
	top: 50px
	} /* positions menu on page */
.descript	{
	position: absolute;
	left: 275px;
	top: 50px
	} /* positions portfolio description */
.portitem	{
	position: absolute;
	left: 480px;
	top: 50px
	} /* positions portfolio graphic */
.postext1	{
	position: absolute;
	left: 225px;
	top: 50px
	} /* positions home page text block */
.postext2	{
	position: absolute;
	left: 265px;
	top: 50px
	} /* positions contact page text block */
.layover	{
	position: absolute;
	left: 265px;
	top: 0px
	} /* positions layover on portfolio pages */
.layover2	{
	position: absolute;
	left: 265px;
	top: 25px;
	width: 200;
	height: 300;
	background-color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70)
	} /* positions layover on portfolio pages */
.pics		{
	position: absolute;
	left: 110px;
	top: 292px
	} /* positions navigation in bronco pics */

/* resume content page formatting */

P.res01	{
	color: black;
	font-size: 7pt;
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif
	} /* resume 1st and 2nd level headings */
P.res04	{
	color: black;
	font-size: 7pt;
	font-family: verdana,helvetica,sans-serif
	} /* resume content formatting */
P.res01p	{
	color: white;
	font-size: 7pt;
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif
	} /* resume 1st and 2nd level headings: inline */
P.res04p	{
	color: white;
	font-size: 7pt;
	font-family: verdana,helvetica,sans-serif
	} /* resume content formatting: inline */

