body.paintFXbody {
background-color: 8C4E05;
background-image: url('/images/bgs/green.jpg');
padding: 10px;
padding-right: 16px;
}

a:link {
color: darkgreen;
}
a:visited {
color: 647763;
}
a:active {
color: red;
}
a:hover {
color: red;
}

h1, h2, h3, h4, h5 {
padding: 0px;
margin: 0px;
}

div.paintFXFrame {
/*background-color: #DEB887;*/
width: 100%;
height: 100%;
font-family: garamond, arial;
position: relative;
padding: 0px;
margin: 0px;
z-index: 1000;
}

div.paintFXFrameBackground {
width: 100%;
height: 90%;
position: absolute;
left: 20px;
top: 25px;
background-color: FAE4C0;
filter:alpha(opacity=75);
z-index: 100;
}

div.paintFXFrameContent {
background-color: #DEB887;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 1000;
margin-bottom: 20px;
}

div.paintFXLogoLarge {
float: right;
/*
position: absolute;
right: -20px;
top: -20px;
*/
}
	div.paintFXLogoLarge div.paintFXLogoLeft {
	position: absolute;
	width: 104px;
	height: 124px;
	background-image: url('/images/logo/new/pntfx-left.gif');
	top: 0px;
	right: 215px;
	background-repeat: no-repeat;
	}
	div.paintFXLogoLarge div.paintFXLogoMain {
	position: absolute;
	width: 216px;
	height: 124px;
	background-image: url('/images/logo/new/pntfx-main.jpg');
	top: 0px;
	right: -1px;
	background-repeat: no-repeat;
	}
	div.paintFXLogoLarge div.paintFXLogoBottom {
	position: absolute;
	width: 320px;
	height: 89px;
	background-image: url('/images/logo/new/pntfx-bottom.gif');
	top: 124px;
	right: -1px;
	background-repeat: no-repeat;
	}

div.contactInfoHome {
padding-left: 30px;
padding-top: 20px;
width: 55%;
}
	div.contactInfo address {
	font-style: normal;
	margin-top: 10px;
	}
	div.contactInfo h3.specialization {
	margin-top: 20px;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: 8C4E05;
	}

div.pageContent {
margin-left: 30px;
margin-right: 30px;
margin-top: 30px;
}

div.pageContent h1 {
font-style: italic;
}
div.pageContent img.dropCap {
position: relative;
top:7px;
left: -2px;
}

div.menuBar {
width: 100%;
margin: 20px;
margin-left: 30px;
margin-right: 30px;
text-align: center;
background-image: url('/images/menubar/bar-trav.jpg');
}

div.navInstr {
text-align: center;
width: 100%;
font-weight: bold;
padding-bottom: 10px;
font-size: 14px;
}


/* SPLASH PAGE */

div.splashLogo {
width: 100%;
height: 90%;
text-align: center;
vertical-align: middle;
padding-top: 40px;
cursor: hand;
behavior: url(/behavior/clickHome.htc);
}

