body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #dbdbdb;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
}

/*  --- STANDARD STYLES ---- */

a:link, a:active, a:visited {
	color: #3399FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 125%;
}

h2 {
	color:#FF6600;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #83B100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}

img {
	border: none;
}

p {
	line-height: 1.5em;
	margin-top: 4px;
	margin-bottom: 7px;
}

ul {
	margin-top: 5px;
}

li {
	line-height: 1.5em;
}

.hidden {
	display: none;
}

/* --- PAGE STYLES ---- */


#mainTable {
	width: 820px;
	
}

 #mainCol {
	width: 800px;
	background-color:#FFFFFF;
}

/* ----- HOME PAGE ---- */

#bodyHome #mainTable {
	height: 620px;
}

#bodyHome #mailCol {
	/* height: 650px; */
	
}

#bodyHome #homeImage {
	position: absolute;
	z-index: 5;
	top: 0px;
	margin-left: 0px;
	padding:0px;
}

#bodyHome #headerDiv {
	height: 200px;
}

#bodyHome #navDiv {
	margin-left: 15px;
	height: 375px;

}

#bodyHome #lineDiv {
	position: absolute;
	top: 200px;
	margin-left: 100px;
	z-index: 2;

}

#bodyHome #contentDivHome {
	position: absolute;
	top: 180px;	
	margin-left: 130px;
	z-index: 1;
}

#bodyHome #bottomCurveDiv {
	position:absolute;
	top: 440px;
	margin-left:0px;
	z-index: 5;
	padding:0px;
}

#bodyHome #bottomEmail {
	position:absolute;
	top: 535px;
	margin-left: 570px;
	z-index: 5;
	color:#3399FF;
	font-size:11px;
}

#bodyHome #bottomEmail a, #bodyHome #bottomEmail a:visited {
	color:#3399FF;
	text-decoration:none;
}

#bodyHome #bottomEmail a:hover {
	text-decoration: underline;
}

/* ---- INSIDE PAGES ----- */

#insideImage {
	width: 100%;
	text-align: right;
	z-index:1;
	height: 71px;
}

#insideHeaderDiv {
	position: absolute;
	z-index: 5;
	top: 5px;
	margin-left: 5px;
	padding:0px;
}

#insideContentTable {
	width: 750px;
	padding-top: 5px;
}

.lineCol {
	padding-top: 65px;
	text-align:center;
	width: 50px;
}

.navCol {
	padding-top: 45px;
	width: 75px;
}

.rightCol {
	padding-left: 7px;
	padding-top: 45px;
}

.email {
	font-size: x-small;
}





/* ----  old ------
#insideNavDiv {
	position: absolute;
	top: 150px;	
	margin-left: 15px;
}

#insideLineDiv {
	position: absolute;
	top: 150px;
	margin-left: 100px;
	z-index: 2;
}

#insideContentDiv {
	position: absolute;
	top: 100px;	
	margin-left: 150px;
	z-index: 1;
}

*/

/* ---- NAVIGATION - INDEX PAGE ---- */

#sideNav {
	list-style-type: none;  
	margin: 0px;
	padding: 0px;
}

#sideNav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.7em;
}

#sideNav a, #sideNav a:visited  {
	color:#FF6600;
	text-decoration:none;
}

#sideNav a:hover {
	text-decoration:underline;
}

/* --- FOOTER ---- */

#footerDiv {
	text-align: center;
	font-size: x-small;
}

#footerDiv a {
	text-decoration:none;
	color:#333333;
}

#footerDiv a:hover {
	text-decoration:underline;
}

/* ----- INSIDE PAGES ------ */

#techniqueTable {
	width: 450px;
	background-color: #FFFFFF;
	background-image: url(images/technique/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* ---- GALLERY TABLE ----- */

#galleryTable {
	font-size: x-small;
	margin-top: 0px;

}

#galleryTable td {
	border-right: 1px solid #83B100;
	border-bottom: 1px solid #83B100;
	padding: 5px;
	text-align:center;
	width: 15%;
}

#galleryTable .galRightCol {
	border-right: 0px solid #83B100;
}

