@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Times New Roman", Times, serif;
	background: #f4f3f1 url(../img/bckg.png) top left repeat-x;
	margin: 0; /*  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: #503321;
}
.oneColFixCtrHdr #container {
	width: 750px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #513422; 
	padding: 0;  
	height: 100px;
}

.oneColFixCtrHdr #header #logo {
	float: left;
	width: 200px;
	height: 75px;}
	
.oneColFixCtrHdr #header h1 {
	position: relative;
	height: 69px;!important;
	height: 69px;
	margin: 5px;
}

.oneColFixCtrHdr #header h1 a {
	display: block;
	position: absolute;
	top: 25px; !important;
	top: 15px;
	width: 200px;
	height: 75px;
	text-indent: -5000px;
	
	overflow: hidden;
	background: url(../img/Studio_Erdmute_logo.png) top left no-repeat;
}


.oneColFixCtrHdr #header #menu {
	float: right;
	width: 420px;
	margin-top: 75px;!important;
	margin-top: 60px;
	font-size: 25px;
}
	

#nav {
	height: 28px;
	margin-bottom: 0px;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 1px;
	height: 25px;
	overflow: hidden;


/* if text-resize, this'll keep the nav the same size */
}

#nav li a {
	display: block;
	height: 25px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: 50% 0; /* horizontally centers the background image */
	background-repeat: no-repeat;
}


#navArtist {
	width: 94px;
	background-image: url(../img/navArtist.png);
}

#navGalleries {
	width: 94px;
	background-image: url(../img/navGalleries.png);
}
#navShows{
	width: 94px;
	background-image: url(../img/navShows.png);
}
#navContact {
	width: 94px;
	background-image: url(../img/navContact.png);
}

#nav li a:hover {
	background-position: 50% -28px;
}

#nav li a.currentSection,
	#nav li a.currentSection:hover {
	background-position: 50% -56px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2f1d7;
	font-size: 16px;
	float: left;
}


.oneColFixCtrHdr #mainContentshow {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2f1d7;
	font-size: 14px;
	float: left;
}
.oneColFixCtrHdr #mainContent1 {
	padding: 2; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2f1d7;
	font-size: 14pt;
	float: left;
}
.mainContentArtist {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2f1d7 url(../img/tree_artist.gif) top right no-repeat;
	font-size: 14px;
	float: left;
}
 
.oneColFixCtrHdr #mainContent .padding {
	padding: 40px;}
	
.oneColFixCtrHdr #mainContent1 .paddingHome {
	padding: 10px 40px 10px 40px;
	font-size: 14px;}
	
#flashHome {
		text-align: center;
		width: 670px;
		height: 400px;
		color: #503321;
		margin: 4px;}
		
.flashGallery{
		text-align: center;
		width: 5000px;
		height: 550px;
		color: #503321;
		margin: 3px;}
		
.oneColFixCtrHdr #mainContent #LeftContent {
	float: left;
	width: 500px;
	padding: 20px;
	}
	.oneColFixCtrHdr #mainContent #LeftContenShow {
	float: left;
	width: 690px;
	padding: 20px;
	background: url(../img/treeshows.gif) bottom right no-repeat;
	}

	
.oneColFixCtrHdr #mainContent #LeftContentContact {
	float: left;
	width: 690px;
	padding: 20px 5px 20px 40px;
	background: url(../img/treecontact.gif) bottom right no-repeat;
	}

.oneColFixCtrHdr #mainContent #rightContent {
	float: right;
	width: 250px;
	padding: 20px;
	}
.oneColFixCtrHdr #mainContent #LeftContentArtist {
	float: left;
	width: 670px;
	padding: 20px 5px 20px 40px;
	font-size: 12pt; 
	background: url(../img/treeartist.gif) top right no-repeat;
	}	
.oneColFixCtrHdr #mainContent1 #LeftContentGallery {
	float: left;
	width: 150px;
	padding: 20px 5px 20px 40px;
	font-size: 14pt;
	font-weight:bold;
	}
.oneColFixCtrHdr #mainContent1 #rightContentGallery {
	float: right;
	width: 500px;
	padding: 20px;font-size:12px;}	
		
.oneColFixCtrHdr #mainContent h1{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #b35e08;
	font-size: 1.6em;
}
.oneColFixCtrHdr #mainContent h2{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #b35e08;
	font-size: 1.2em;
}
#paper {
	width: 758px;
	height: 27px;
	background-image: url(../img/paperBckg.png);
}
#footer {
	padding: 6px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f4f3f1  url(../img/bckgfooter.png) top left repeat-x;
	font-size: 0.7em;
	width: 750px;
	height: 30px;
	float: left;
	font-size: 0.6em;
}
.oneColFixCtrHdr #footer .copyright {
	margin: 0; 
	padding: 0 0 0 2px; 
	float: left;
	width: 280px;
}
.oneColFixCtrHdr #footer .design {
	margin: 0; 
	padding: 0 2px 0 0; 
	float: right;
	width: 420px;
	text-align: right;
	
}
.design a:link {
	text-decoration: none;
	color: #503321;
}

.design a:hover {
	text-decoration: none;
	color: #b35e08;
}

a:link, a:visited {
	text-decoration: none;
	color: #b35e08;
}

a:hover, a:active {
	text-decoration: none;
	color: #503321;
}
a.HomeLink:link, a.HomeLink:visited  {
	text-decoration: none;
	color: #b35e08;font-size: 20px;
	font-weight: bold;
}

a.HomeLink:hover, a.HomeLink:active {
	text-decoration: none;
	color: #503321 ;font-size: 20px;
	font-weight: bold;
}
a.HomeLink1:link, a.HomeLink1:visited {
	text-decoration: none;
	color: #b35e08;font-size: 12pt;
	font-weight: bold;
}

a.HomeLink1:hover, a.HomeLink1:active {
	text-decoration: none;
	color: #503321 ;font-size: 12pt;
	font-weight: bold;
}
