* {
	margin: 0;
}

html, body {
 background: url(imgs/body_bg.jpg) #797c80 repeat-x 0 0;
 font-size: 12px;
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 color: #667988;
 height: 100%;
 margin: 0;
 padding: 0;
 line-height: 20px;
 text-align: center;
 text-shadow: 0px 2px 3px #ddd;
}

#wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto 30px auto;
 padding-top: 90px;
 width: 970px;
 background: url(imgs/bg.png) repeat-x 0 0;
}

#header {
 height: 150px;
 width: 540px;
 margin: 0 auto 20px auto;
}

#title {
 width: 560px;
 height: 110px;
}

#title_left {
 width: 285px;
 height: 70px;
 float: left;
 border-right: 1px dotted #9e9e9e;
}



#title_right {
 width: 248px;
 height: 70px;
 float: left;
 text-align:left;
 padding-left: 25px;
}

#menu {
 height: 40px;
 width: 535px;
 margin: 0 auto;
 border-bottom: 1px dotted #9e9e9e
}

#menu ul {
 font-size: 14px;
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#menu li {
 float: left;
 display: block;
}

#menu li a {
 margin-right: 0;
 margin-left: 5px;
 padding: 10px 5px 10px 5px;
 text-decoration: none;
 color: #666;
 font-weight: bold;
}


#menu li a:hover {
 color: #b18f98;
 text-decoration: underline;
}

#intro {
 width: 800px;
 margin: 0 auto;
 font-style: italic;
 font-size: 13px;
 color: #667988;
}

#content {
 background: #fff;
}

#gallery {
 margin: 40px auto 0 auto;
 width: 900px;
 height: 100%;
 text-align: center;
}

.gallery_box {
 margin: 0 14px 14px 0;
 float: left;
 background: #eee;
 padding: 15px;
}

.gallery_box_tall{
 margin: 0 14px 14px 0;
 float: right;
 background: #eee;
 padding: 15px;
}

.gallery_box_wide {
 margin: 0 14px 14px 0;
 float: left;
 background: #eee;
 padding: 20px;
}


.painting_box {
 height: 230px;
}

.gallery_box_wide .painting_box {
 height: auto;
}

.gallery_box_tall .painting_box {
 height: auto;
}


.paint_info {
 text-align: left;
 padding: 5px;
 margin-top: 10px;
}

.gallery_box_wide .paint_info {
 padding: 5px;
}

.details_l {
 width: 140px;
 height: 140px;
 float: left;
 padding-right: 10px;
 margin-right: 20px;
}

.details_r {
 width: 70px;
 float: left;
}


.price {
 margin-bottom: 20px;
 font-weight: bold;
}

.buy {

}

#clear {
 clear: both;
}

#push {
 height: 30px;
}

#footer {
 background: repeat-x url(imgs/footer.jpg) center 0;
 height: 30px;
 padding-top: 180px;
 font-size: 12px;
}


/*----- imgs-----*/

.painting {
 padding: 2px;
 background: #999;
 border: 1px solid #fff;
}

img {
 border: none;
}






a:link, a:visited {
 color: #666;
 text-decoration: none;
}

a:hover {
 color: #b18f98;
 text-decoration: underline;
}









#header p{
 text-align: left;

 margin: 15px 0 0 30px;
 padding: 0;
 font-size: 13px;
}

p {
 margin: 2px 0 2px 0;
 padding: 2px 0 2px 0;
}

h1 {
 font-size: 30px; 
 font-weight: normal;
 margin: 10px 5px 0 0;
 padding: 0;
 color: #a1907c;
}


#title_right h1 {
 font-size: 30px;
 line-height: 30px;
 margin-top: 5px;
}

h2 {
 font-size: 30px;
 font-weight: normal;
 margin: 10px;
 color: #b18f98;
}

b {
 color: #a1907c;
}

