@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
html { min-height:100%; margin-bottom:1px; }
body {
	margin: 5px 0px;
	padding: 0;
	background-color: #6c5e39;
	background-image: url(images/upperspirals.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #333;
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-attachment: scroll;
}

.studio #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.studio #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	}

div#navcontainer
{
	background-color: #6c5e39;
	border-top: solid 1px #6c5e39;
	border-bottom: solid 1px #6c5e39;
	font-size: 12px;
}
div#navcontainer ul
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
	color: #F4DC65;
	text-decoration: none;
	border-left: 1px solid #6c5e39;
	border-right: 1px solid #6c5e39; /* the borders have the same size */
	margin-right: -1px; /* the value has to be like the above but negative */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#navcontainer ul li a:hover
{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #6c5e39;
}
div#navcontainer li#active a
{
background: #ffffff;
border: 1px solid #ffffff;
color: #6c5e39;
}
.studio #mainContent {

	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#mainContent a {
	color: #6c5e39;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:visited{
	color: #6c5e39;
}
#mainContent a:hover {
	color: #211f5f;
}

#mainContent a:active{
	color: #211f5f;
}

.studio #mainContent  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing:0.2em;
	font-weight: normal;
	color: #211f5f;
}

.studio #mainContent  h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing:0.2em;
	font-weight: normal;
	color: #6c5e39;
}
.studio #mainContent  h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing:0.2em;
	font-weight: normal;
	color: #211f5f;
}

.studio #mainContent  h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing:0.2em;
	font-weight: normal;
	color: #6c5e39;
}

.studio #mainContent  h5{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing:0.2em;
	font-weight: bold;
	color: #211f5f;
	font-style: italic;
	}

	#mainContent  h6 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing:0.2em;
	font-weight: bold;
	color: #6c5e39;
	font-style: italic;
	}

ul {
list-style-type:square;
margin-left:20px;
}

ul li {
margin-left: 10px;
margin-right: 20px;
font-size: 1em;
}
.studio #phrase{
	text-align: center;
	background: #f4dc65;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.studio #footer {
	margin: 0;
	padding: 0 10px;
}
.studio #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#footer a {
	color: #f4dc65;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a:visited {
	color: #f4dc65;
}
#footer a:hover {
	color: #211f5f;
}
#footer a:active{
	color: #ffffff;
}