@charset "utf-8";
html, body {
	font: "Century Gothic";
	background: #FFFFFF;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 465px;
	font: "Century Gothic";
	text-align: center; 
}
.oneColFixCtr #studioContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 680px;
	font: "Century Gothic";
	text-align: center; 
}
.oneColFixCtr #mainContentInfo {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 100% "Century Gothic";
	height: 465px;
	text-align: left;
}
.oneColFixCtr #instoreContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 550px;
	font: "Century Gothic";
	text-align: center; 
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
.oneColFixCtr #MenuBarHorizontal
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 1215px;
}
/* Menu item containers, position children relative to this container and are a fixed width */
.oneColFixCtr #MenuBarHorizontalItem
{
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
	font-family: "Century Gothic";
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 91px;
	float: left;
}
.style1 
{
	line-height: 200%;
	font-size: 16px;
	font-weight:bold
}
.style2
{
	font-size:14px;
	line-height: 100%;
}
.style3 
{
	font-size: 16px;
	line-height: 30px;
}
p.shortLineHt 
{
	line-height: 90%;
}
p.bodycopy
{
	font-size:14px;
	text-align:left;
}
td.formfield
{
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
}
.clear {
	clear: both;
}
H2 
{
	font-size:24px;
}
H3
{
	font-size:18px;
