body
{
	/*ie nedds these*/
        margin:0px;
	padding:0px;
	font-size:95%;
	line-height:1.125em;
	font-family:Arial;
	/*align center for IE*/
        text-align:center;
}

/*we use #container DIV  to center #content and #navigation in the page*/
#container
{
	/*our page width*/
        width:900px;
	/*center relative div*/
        margin:0px auto;
	overflow: hidden;
	padding: 0;
}

#header {
	text-align: left;
	font-family: helvetica, Arial, sans-serif;
	top: 0px;
	position: relative;
	height: 100px;
	width: 35%;
	float: left;
	margin-left: 30px;
	padding: 0;
	text-transform: capitalize;
	display: inline;
}
#header p {
	font-size: 2.2em;
	color: #4F71A1;
	margin-top: 30px;
	font-weight:bold;
	line-height: 0.4em;
}

#header h3 {
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px;
	font-size: 1.6em;
	color: #808080;
}




#navigation {
	position: relative;
	text-align: center;
	float: right;
	top: 10px;
	right: 0px;
	width: 45%;
	overflow: hidden;
}

#navigation a {
	color: #747089;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 40px;
}
#navigation  a:hover {
	color: #57536C;
	text-decoration: underline;
}
#navigation a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#leftPic {
	float: left;
	position: relative;
	height: auto;
	display: inline;
	clear: left;
	left: 30px;
}
#artist {
	position: relative;
	top: 0px;
	text-align: justify;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	width: 860px;
	overflow: hidden;
	clear:both;
	margin-left: 30px;
}
#gallery {
	position: relative;
	clear: both;
	margin-left: 30px;
	color: #808080;
	text-align: left;
}
#content {
	position: relative;
	top: 40px;
	text-align: justify;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	width: 45%;
	float: right;
	overflow: hidden;
}

#content p, #gallery p, #artist p {
	color: #808080;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 0.875em;
	text-align:justify;
	
}
#content p a {
	color: #837198;
	text-decoration: underline;
	font-weight: bold;
}
#content p a:hover {
	text-decoration: underline;
	color: #808080;
}

#content h1, #gallery h1, #artist h1{
	font-family: helvetica, Arial, sans-serif;
	color: #687198;
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 5px;
	text-align:left;
}
#content h2, #artist h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #687198;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content #table {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}



#footer {
	clear: both;
	padding: 0px;
	margin-left: 30px;
}

#footer p {
	font-size: 0.875em;
	color: #666;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
}
#footer p a {
	text-decoration: none;
	color: #747089;
}
#footer p a:hover {
	text-decoration: underline;
}


img.outline{
	text-decoration: underline;
	border: 1px solid #a9a9a9;
	color: #000;
	padding: 4px;
	position: relative;
	margin: 5px;
	left: -5px;
}
img.outline2{
	text-decoration: underline;
	border: 1px solid #a9a9a9;
	color: #000;
	padding: 4px;
	position: relative;
}

a img{
	text-decoration: underline;
	border: 1px solid #a9a9a9;
	color: #000;
	padding: 2px;
}

.img-shadow {
	float:left;
	background: url(Images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	background-image: url(Images/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
.caption {
	text-align:center;
	font-weight:bold;
	font-style:italic;
}
#container #navigation table {
	text-align: left;
}
#container #gallery #table tr td h6 {
	color: #F00;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

