body
{
	/*background-color: silver;*/
	background-color: #2A2A2A;
	font-family: sans-serif;
	font-size: small;
	text-align: center;    /* Known hack for IE */
}

#wrapper
{
	position: relative;
	text-align: justify;     /* Known hack for IE */
	/*background: #fcfefc;*/
	background: white;
	color: inherit;
	border: 1px solid black;
	margin: 50px auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 700px;
height: 1%;
}

#wrapper-corner-topleft
{
	position: absolute;
	left: -1px;
	top: -1px;
	width: 40px;
	height: 40px;
}
#wrapper-corner-topright
{
	position: absolute;
	right: -1px;
	top: -1px;
	width: 40px;
	height: 40px;
}
#wrapper-corner-bottomleft
{
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 40px;
	height: 40px;
}
#wrapper-corner-bottomright
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 40px;
	height: 40px;
}

#content
{
	position: relative;
	/*text-align: center;*/
	margin: 0 auto;
}

#title
{
	text-align: center;
	margin-bottom: 0px;
}

#front_image
{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

/*
#ticker {
    height: 20px;
    position: relative;
    overflow: hidden;
}


#ticker div {
    position: absolute;
    white-space: nowrap;
}
*/

.clear
{
	clear: both;
}

#details
{
	width: 450px;
	margin: 0 auto;
}

#details tr th
{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#contact_wrapper
{
	width: 500px;
	/*border: black solid thin;*/
	margin: 0 auto;
	text-align: center;    /* Known hack for IE */
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.note
{
	font-style: italic;
	font-size: small;
}

#contact_image
{
	/*border: black solid thin;*/
	margin: 0 auto;  /* This margin is not working */
}

table
{
	/*border: black solid thin;*/
}

table caption
{
	/*font-weight: bold;
	font-style: italic;*/
	font-size: x-large;
	border-bottom: dashed silver thin;
}

#musicals
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#musicals img
{
	display: block;
	margin: 0 auto;
}

#musicals td
{
	padding: 10px;
}

#experience
{
	width: 100%;
	margin: 0 auto;
}

#experience td
{
	vertical-align: top;
	padding: 10px;
	text-align: left;
}

#footer
{
	text-align: center;
	clear: both;
}

