@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to 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: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: #FFFFFF;
	background-image:url(images/4-WANDS.gif);
	background-repeat:no-repeat;
	background-position:center center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	/*padding: 0 10px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 10px;
}

/* Navigation */

/*#Nav {
	position:absolute;
	left:0px;
	top:10px;
	margin:0px;
	width:800px;
	height:60px;
	border:0px;
}*/

#Nav a {
	font:16px Adobe Jenson, serif;
	font-style:italic;
	padding:10px;
	top:34px;
	text-decoration:none;
}

#Nav a:link, #Nav a:visited {
	color:#000000;
}

#Nav a:link:hover, #Nav a:visited:hover {
	color:#666666;
}

/* Index */

#Content {
	margin:0px 0px 0px 95px;
	border:0px;
	width:616px;
	height:470px;
}

#Content img {
	margin:0px 0px 0px 0px;
	border:1px solid #CCCCCC;
	vertical-align:top;
}

#Content h1 {
	/*margin:10px 10px 10px 0px;*/
	font:14px Adobe Jenson, serif;
	font-style:italic;
	color:#000000;
	width:616px;

}

/* Portfolio */

#PortTable1{
	/*position:relative;
	left:0px;
	top:5px;*/
	float:left;
	margin:10px 10px 0px 0px;
	width:130px;
	height:455px;
}

#PortTable1 tr td {
	width:55px;
	height:55px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

#PortTable1 tr td img {
	background-color:#FFFFFF;
	margin:0px 0px 10px 10px;
	width:55px;
	height:55px;
	border:0px;
}

#PortTable1 p {
	font:16px Adobe Jenson, serif;
	font-style:italic;
	margin:0px 0px 0px 0px;
	text-align:right;
}

#PortTable1 p a {
	color:#000000;
	text-decoration:none;
}

#PortTable1 p a:link, #Nav a:visited {
	color:#000000;
	text-decoration:none;	
}

#PortTable1 p a:link:hover, #Nav a:visited:hover {
	color:#666666;
	text-decoration:none;	
}

/*Thumbnail Table */

#ThumbsTable{
	/*position:realative;
	left:0px;
	top:5px;*/
	float:left;
	margin:10px 10px 0px 0px;
	width:130px;
	height:455px;
}

#ThumbsTable tr td {
	width:55px;
	height:55px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
}

#ThumbsTable tr td img {
	background-color:#FFFFFF;
	margin:0px 0px 10px 10px;
	width:55px;
	height:55px;
	border:0px;
}

#ThumbsTable p {
	font:16px Adobe Jenson, serif;
	font-style:italic;
	margin:0px 0px 0px 0px;
	text-align:right;
}

#ThumbsTable p a {
	color:#000000;
	text-decoration:none;
}

#ThumbsTable p a:link, #Nav a:visited {
	color:#000000;
	text-decoration:none;	
}

#ThumbsTable p a:link:hover, #Nav a:visited:hover {
	color:#666666;
	text-decoration:none;	
}

/* Piece */

#Piece {
	/*position:relative;
	left:140px;
	top:70px;*/
	margin:10px 10px 0px 140px;
	border:0px;
	width:630px;
}

#Picture {
	float:left;
	clear:right;
	margin:0px 0px 0px 0px;
	border:1px solid #CCCCCC;
}

#PicInfo {
	float:left;
	/*clear:left;*/
	background-color:#CCCCCC;
	margin:10px 0px 0px 0px;
	border:1px solid #999999;
	height:30px;
	width:620px;
}

#PicInfo p {
	margin:10px 0px 0px 10px;
	font:10px Arial, sans-serif;
	font-style:normal;
	color:#000000;
	text-align:left;
	vertical-align:middle;
}

#PicInfo p a {
	font-style:italic;
	color:#660000;
	text-align:right;
	vertical-align:middle;
}

/* Info Bar */

#InfoBar {
	/*position:absolute;
	left:274px;
	top:574px;*/
	margin:20px 5px 0px 0px;
	width:760px;
	height:20px;
}

#InfoBar p {
	margin:0px 10px 10px 0px;
	font:10px Arial, sans-serif;
	font-style:normal;
	color:#666666;
	text-align:right;
	vertical-align:middle;
}

#InfoBar h1 {
	margin:0px 10px 10px 0px;
	font:10px Arial, sans-serif;
	font-style:normal;
	color:#666666;
    text-align:right;
	vertical-align:middle;
}

/* Copyright Bar */

#CopyBar {
	/*position:relative;
	left:273px;
	top:574px;*/
	margin:500px 5px 0px 0px;
	width:760px;
	height:20px;
}

#CopyBar p {
	margin:0px 10px 10px 0px;
	font:10px Arial, sans-serif;
	font-style:normal;
	color:#666666;
	text-align:right;
	vertical-align:middle;
}

/* About */

#TextBlockAbout {
	/*position:absolute;
	left:140px;
	top:120px;*/
	width:400px;
	margin:90px 10px 10px 150px;
	padding:10px 10px 10px 10px;
	border:2px solid #999999;
	background-color:#FFFFFF;
}

#TextBlockAbout h1 {
	/*margin:10px 10px 10px 10px;*/
	font:18px Adobe Jenson, serif;
	font-style:italic;
	color:#000000;
}

#TextBlockAbout p {
	margin:0px 10px 10px 10px;
	font:12px Adobe Jenson, serif;
	font-style:normal;
	color:#000000;
}

/* Contact */

#TextBlockContact {
	width:400px;
	margin:90px 10px 10px 150px;
	padding:10px 10px 10px 10px;
	border:2px solid #999999;
	background-color:#FFFFFF;
}

#TextBlockContact h1 {
	/*margin:10px 10px 10px 10px;*/
	font:18px Adobe Jenson, serif;
	font-style:italic;
	color:#000000;
}

#TextBlockContact p {
	margin:0px 10px 10px 10px;
	font:12px Adobe Jenson, serif;
	font-style:normal;
	color:#000000;
}
