/* Stylesheet written by Trish Roque, www.creativepathstudio.com, for for Jann Harrison Fine Art */

* {
	padding: 0;
	margin: 0;
}

body {font-family: "Verdana", "Helvetica", "Arial", sans-serif; 
font-size: .9em;
background-color: #1c1912;
color: #828282;
}

#container {
margin: 0px auto; padding:0px;
width: 790px;
height: 580px;
background: #fff url(../images/common/gradientBG.jpg) repeat-x scroll bottom; 

}


#leftCont {float: left;
background: url(../images/home/letter.gif) no-repeat bottom left scroll;
height: 590px; width: 520px;}

.imgWrap {
z-index: 3; position: relative; clear: right; float: left; top: 50px; left: 230px;
background: #5b533d;}

.imgWrap img { background-color: #1c1912; padding: 3px; border: 1px solid #1c1912; display: block; position: relative;
margin: -3px 3px 3px -3px;
}


h1.header {
width: 480px; height: 65px; margin-top: 20px; margin-left:20px;
 }
 


#rightCont {float: right; 
height: 590px; width: 260px;
background: url(../images/home/champagne.gif) no-repeat scroll right bottom; 
}

 #logo {
border: 0px;
}


#footer { width: 95%; margin: 3px auto; color: #dbdea2;
font-size:75%;  padding: 3px; text-align: center;}

#footer a:link, #footer a:visited, #footer a:hover {
color: #ecf1da;}


/***************** menu *****************/

.menu {
z-index:1000; float: right; 
font-size:85%; font-weight: bold;
height:235px; text-align: left;
 margin-top: 160px; margin-right: 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:120px;
position:relative; 
 border-left: 1px #c5872f solid; 
border-width:1px 1px 0 1px;
}

.menu li {
/* background:transparent; */
height:30px;
}

.menu li a, .menu li a:hover  {
background: url(../images/common/lineMenu.gif) no-repeat top left;} 

/** html .menu li {margin-left:-16px; margin-lef\t:0;}

 get rid of the table 
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}*/

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
height:35px;
line-height:35px;
width:120px;
color:#000;
text-indent:8px;
/* border-bottom: 1px #c5872f solid; 
background: transparent;*/

}

.menu li a:hover {color:#c5872f ;}


/************** end of menu ****************/

