﻿/* CSS layout */
.auto-style1 /* Name - Tim Paul Style */{
	text-align: center;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	letter-spacing: 5px;
	font-weight: bold;
}
.auto-style2 /* Heading - Prod. Snd. Mixer... Style */{
	text-align: center;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	letter-spacing: 5px;
	font-weight: bold;
}
.auto-style3 /* Top Nav Bar formatting Style */{
	text-align: center;
	border-width: 0;
}
.auto-style4 /* Footer Style */{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: gray;
}
.auto-style6 /* Bottom Nav Bar Style */{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: gray;
}
.auto-style5 /* Main Content Style */{
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color: gray;
}
.auto-style7 /* Photo Center Align */{
	text-align: center;
}
.auto-style8 /* Cell Align Right */{
	text-align: right;
}
.auto-style9 /* Cell Align Left */{
	text-align: left;
}
.auto-style10 /* Photo/Video Caption Style */{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: gray;
}
.auto-style11 /* Resume Show Name Style */{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
	color: gray;
	text-align: left;
}
.auto-style12 /* Resume Prod. Co. Style */{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	letter-spacing: 1px;
	color: gray;
	text-align: left;
}
.auto-style13 /* Resume Job Title Style */{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	letter-spacing: 1px;
	color: gray;
	text-align: left;
}
.auto-style14 /* Resume "Supervising Sound Mixer" Bold Style */{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	letter-spacing:1px;
	color:gray;
	text-align:left
}
.auto-style15 /* Page Title Style */{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color: gray;
	letter-spacing: 4pt;
}
.auto-style16 /* Resume PDF Link Style */{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.auto-style17 /* Contact Info Style */{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: gray;
	letter-spacing: 3px;
}
.auto-style18 /*Bullett Style */{
	list-style-type: square;
}
.auto-style19 /* Digital Media Note */{
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: gray;
}
.auto-style20 /* Twitter Follow Link 0 Boarder Style */{
	border-width: 0;
}

#top_nav {
}
#page_content {
}
#bottom_nav {
}
#footer {
}