/***********
*  Global  *
***********/

.hidden { display: none; }

.center { text-align: center; }

.hr {
	width:          60%;
   height:         4px;
   margin:			 5px auto;
   background-color: white;
}

.hr hr {
	display: 		none;
}

p {
	text-indent:      1.5em;
}

h4 {
	text-align: center;
}

body {
   margin:           0px;
   padding:          0px;
   background-image: url('/images/tile.png');
   font-family:      serif;
}

#main {
   background-color: #ecc2a4;
   border: 2px solid #4A5349;
   width:            820px;
   margin:           0 auto;
   padding:          20px;
}

#left {
   float:   left;
}

#right {
   float:   right;
}

#footer {
   clear:         both;
   text-align:    center;
   color:         #be071c;
   font-style:    italic;
   font-weight:   bold;
   font-size:     medium;
}

a:link {color: #be071c}     /* unvisited link */
a:visited {color: #be071c}  /* visited link */
a:hover {color: red}   /* mouse over link */
a:active {color: black}   /* selected link */

.header {
	font-size: 14pt;
	text-align: center;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

.copy {
   font-size: small;
}

/**************
*  Left Side  *
**************/

#logo {
   position:         relative;
   width:            530px;
   height:           58px;
   background-image: url('/images/logo.png');
   left:             0px;
   margin:           0px;
}

#subtitle {
   position:         relative;
   width:            511px;
   height:           31px;
   background-image: url('/images/subtitle.png');
   bottom:           17px;
}

#artist {
   position:         relative;
   width:            284px;
   height:           38px;
   background-image: url('/images/askanartist.png');
   left:             194px;
   bottom:           20px
}

#contact2 {
   position:         relative;
   width:            169px;
   height:           38px;
   background-image: url('/images/contact2.png');
   left:             310px;
   bottom:           20px
}

#galleries2 {
   position:         relative;
   width:            198px;
   height:           38px;
   background-image: url('/images/galleries2.png');
   left:             280px;
   bottom:           20px
}

#content {
   color:            #a0582d;
   background-color: #f7e5d8;
   width:            440px;
   font-style:       italic;
   font-weight:      bold;
   font-size:        medium;
   padding:          20px;
   padding-top:      0px;
   text-align:       justify;
   margin-left:      25px;
   margin-bottom:    30px;
}

/***************
*  Right Side  *
***************/

#nav a {
   margin:  30px auto 30px auto;
}

/* #portrait img { border: 2px solid #632e07; } */

#home {
   display:          block;
   width:            129px;
   height:           38px;
   background-image: url('/images/home-link.png');
}
#home:hover { background-position: -129px; }

#galleries {
   display:          block;
   width:            198px;
   height:           38px;
   background-image: url('/images/galleries-link.png');
}
#galleries:hover { background-position: -198px; }

#contact {
   display:          block;
   width:            169px;
   height:           38px;
   background-image: url('/images/contact-link.png');
}
#contact:hover { background-position: -169px; }
