/* CSS Document */

* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;

	}
	
h1 {
	font-size: 1.5em;
	text-align: left;
	line-height: 1.6em;
	color: #8cc63f;
	margin-bottom: 6px;
	font-weight:500;
		}
	
h2 {
	font-size: .9em;
	text-align: left;
	margin-bottom:9px;
	color: #543019;
	font-weight:500;
	}
	
h3 {
	font-size:.8em;
	margin-bottom: 12px;
	color:#543019;
		font-weight:500;
	}
	
h4	{
	font-size: 1.1em;
	text-align: left;
	line-height: 1.6em;
	color: #543019;
	margin-bottom: 3px;
		font-weight:500;
	}
		
p {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 12px;
		}
	
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	position: relative;
	}

#background {background-repeat: no-repeat;
	background-position: top;
	background-image:url(images/TAGDesignBkgd.jpg);
	height:600px;}
	
#background2 {background-repeat: no-repeat;
	background-position: top;
	background-image:url(images/TAGDesignBkgd2.jpg);
	height:600px;}

#content {
	width: 300px;
	position: absolute;
	top:141px;
	left: 404px;
	}

#content a {
	text-decoration: none;
	}

#content a:link, #content a:visited {
	color: #8cc63f;
	text-transform:uppercase;
	font-weight: bold;
	}

#content a:hover {
	color: #543019;
	text-transform:uppercase;
	font-weight: bold;
	}


#navcontainer {
	position: absolute;
	top: 16px;
	height: 26px;
	width: 584px;
	left: 203px;
	}

p.navcontainer {
	color: #543019;
	font-size:12pt;
	text-align: center;
		}

#navcontainer ul { 
	
		}

#navbar li {
	display: inline;
	}

#navbar a {
	text-decoration: none;

	}

#navbar a:link, #navbar a:visited {
	padding: 0px 0px 0px 0px;/*top right bottom left*/
	color: #543019;
	
	}

#navbar a:hover{
	color: #543019;
	padding: 0px 0px 0px 0px;
	font-size:1.3em;
	}
#navbar a:active,
.home #navbar #home a,
	.portfolio #navbar #portfolio a,
	.contact #navbar #contact a,
	.artists #navbar #artists a,
	.services #navbar #services a{
	color: #543019;
	padding: 0px 0px 0px 0px;/*top right bottom left*/
	font-size:1.3em;
	}
	
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: none;

}
a:active {
	text-decoration: none;
}
		
#photos {
	position: absolute;
	top: 120px;
	height: 215px;
	width: 311px;
	left: 41px;
	}

#newsletter {
	position: absolute;
	top: 524px;
	height: 50px;
	width: 250px;
	left: 136px;
	}

#footer {
	position: absolute;
	left:400px;
	top: 606px;
	width:390px;
	border-top-color: #543019;
	border-top-style: solid;
	border-top-width: 1pt;
	padding-top:3px;
	}
	
	#footerportfolio {
	position: absolute;
	left:400px;
	top: 860px;
	width: 390px;
	border-top-color: #543019;
	border-top-style: solid;
	border-top-width: 1pt;
	padding-top:3px;
	}
	
	#footerportfolio a {
	text-decoration: none;
}

#footerportfolio a:link, #footerportfolio a:visited {
	color: #8cc63f;
	}
	

#footerportfolio a:hover {
	color: #543019;
	}

#footer2 {
	position: absolute;
	left:530px;
	top:476px;
	width: 261px;
	}
	
p.footer {
	font-size: 60%;
	line-height: 1.5em;
	text-align: right;
	color: #543019;	
	}

#footer a {
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #8cc63f;
	}
	

#footer a:hover {
	color: #543019;
	}
	
#footer2 a {
	text-decoration: none;
}

#footer2 a:link, #footer2 a:visited {
	color: #8cc63f;
	}
	

#footer2 a:hover {
	color: #543019;
	}
