/* CSS Document */

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

body  { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; background-image: url("images/muralsgradient.jpg"); background-repeat: repeat-x }
	
h1 {
	font-size: 1.3em;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
	margin-left: 340px;
	}
		
p {
	font-size: 90%;
	text-align: left;
	line-height: 1.7em;
	padding-bottom: 9pt;
		}
	
#container  { background-image: url(images/muralshomebackground.jpg); background-repeat: no-repeat; margin: 0 auto; position: relative; width: 800px; height: 600px }

#text {
	position: absolute;
	top: 50px;
	left: 383px;
	text-align: left;
	font-size:.8em;
	width: 388px;
	height: 202px;
	}
	
#text a {
	text-decoration: underline;
	color: #ef8c53;
}

#text a:link, #text a:visited {
	color: #ef8c53;
	}

#text a:hover {
	color: #999;
	}
	
#rotating {
	position: absolute;
	top: 159px;
	left: 150px;
	text-align: left;
	font-size:.8em;
	width: 220px;
	height: 202px;
	}
	

#adone {
	position: absolute;
	top: 337px;
	left: 373px;
	text-align: left;
	font-size:.7em;
	width: 412px;
	height: 136px;
	background-image: url(images/orangebox.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#adtwo {
	position: absolute;
	top: 480px;
	left: 373px;
	text-align: left;
	font-size:.7em;
	width: 412px;
	height: 136px;
	background-image: url(images/orangebox.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

#adteaser {
	position: absolute;
	top: 316px;
	left: 376px;
	text-align: left;
	font-size:.7em;
	width: 118px;
	height: 154px;
	}
	
#adteasertwo {
	position: absolute;
	top: 456px;
	left: 650px;
	text-align: left;
	font-size:.7em;
	width: 136px;
	height: 172px;
	}


#titleone {
	position: absolute;
	top: 350px;
	left: 644px;
	text-align: left;
	font-size:.7em;
	width: 126px;
	height: 32px;
	}

#titletwo{
	position: absolute;
	top: 494px;
	left: 388px;
	text-align: left;
	font-size:.7em;
	width: 116px;
	height: 36px;
	}
	
	
#teaserone {
	position: absolute;
	top: 387px;
	left: 402px;
	text-align: left;
	font-size:.7em;
	width: 352px;
	height: 50px;
	}
	
#teasertwo{
	position: absolute;
	top: 533px;
	left: 402px;
	text-align: left;
	font-size:.7em;
	width: 235px;
	height: 36px;
	}
	
p.teaser{
	font-size: 1em;
	line-height: 1.5em;
	text-align:left;
	font-style:italic;}
	
	
#teaserone a {
	text-decoration:underline;
}

#teaserone a:link, #teaserone a:visited {
color: #ef8c53;	}

#teaserone a:hover {
	color: #333;
	}
	
		
#teasertwo a {
	text-decoration:underline;
}

#teasertwo a:link, #teasertwo a:visited {
	color: #ef8c53;
	}

#teasertwo a:hover {
	color: #333;
	}
	
	
#newsletter{
	position: absolute;
	top: 456px;
	left: 24px;
	text-align: left;
	font-size:.7em;
	width: 326px;
	height: 117px;
	background-image:url(images/muralssignupnewsletter.jpg);
	background-repeat:no-repeat;
	padding-top: 54px;
	}
	
	
p.newsletter{
	font-size: 1em;
	line-height: 1.5em;
	text-align:right;}


#navcontainer {
	position: absolute;
	top: 16px;
	height: 50px;
	width: 770px;
	line-height: 2.5em;
	font-size:.65em;
	text-align:right;
	}
	
#navcontainer ul { 
	text-align: right;	
	}


#navbar li {
	display: inline;
	}

#navbar a {
	text-decoration: none;
	font-weight:bold;
	}

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


#navbar a:hover{
	color: #333;
	padding: 0px 0px 0px 24px; /*top right bottom left*/
	text-decoration: underline;
	}
	
	
#navbar a:active,
.home #navbar #home a,
	.about #navbar #about a,
	.philosophy #navbar #philosophy a,
	.biographies #navbar #biographies a,
	.contact #navbar #contact a,
	.portfolio #navbar #portfolio a{
	color: #333;
	padding: 0px 0px 0px 24px; /*top right bottom left*/
	text-decoration: underline;
		}
		
a:link {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
a:visited {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
a:active {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
		
		
#footer {
	height: 100px;
	position: absolute;
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #999999;
	left: 22px;
	top: 618px;
	width: 764px;
	}
	
p.footer {
	font-size: .7em;
	line-height: 1.7em;
	text-align: right;			
	padding-top:10px;
	color:#999999
	}

#footer a {
	text-decoration: underline;
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #999;
	}

#footer a:hover {
color: #ef8c53;}
	
	#jack{
	height: 100px;
	position: absolute;
	top: 0px;
	width: 200px;
	left:2px;
	}
	
p.jack {
	font-size: 60%;
	line-height: 1.9em;
	text-align: left;			
	padding-top:10px;
	color:#ccc;
	}

#jack a {
	text-decoration: none;
	color: #ccc;
}
#jack a:link, #jack a:visited {
	color: #ccc;
	}

#jack a:hover {
	color: #ef8c53;
	}

