/* CSS Document */

/* global
--------------------------------------------------------------------*/	
body {
	margin: 0 auto 0 auto;
	font-family:Arial, Helvetica, Verdana;
	text-align:center;
	background-image:url(images/bg.jpg);
	padding:0;
	}
a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
	
#container {
	position:relative;
	top:0;
	left:0;
	width:714px;
	background-image:url(images/bg-container.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
	}

#page-holder {
	position:absolute;
	left:9px;
	width:693px;
	border:1px solid #ffffff;
	
	}

	
/* header
--------------------------------------------------------------------*/
#header-bg {
	width:693px;
	height:95px;
	background-image:url(images/paintedlady-logo.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #ffffff;
	background-color: #FFFFFF;
	}
	
#top-nav {
	position:absolute;
	top:28px;
	right:1px;
	width:420px;
	height:20px;
	}

#nav-page {
	font-size:14px;
	color: #333333;
	border-bottom:1px dotted #333333;
	margin-right:20px
	}
	
#top-nav a:link, #top-nav a:visited {
	text-decoration:none;
	font-size:13px;
	color:#161213;
	margin-right:20px;
	}
#top-nav a:hover {
	color:#000000;
	border-bottom:1px dotted #333333;
	}
	
/* content 
--------------------------------------------------------------------*/
#content-holder {
	width:693px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-image: url(images/bg-content.jpg);
	}

#copy-holder {
	width:350px;
	margin:0;
	padding: 0 5px 0 20px;
	}

#copy-holder p {
	font-size:14px;
	line-height:16px;
	color:#666666;
	padding: 0px 0 10px 0;
	margin:0;
	}
	

#page-title {
	width:375px;
	height:45px;
	padding-top: 10px;
	}
	
#photos {
	margin: 0;
	text-align: center;
	clear: both;
	}
	
#contact-holder {
	position:absolute;
	top:103px;
	right:28px;
	width:260px;
	height:auto;
	border:1px dotted #999999;
	margin:10px 0 0 40px;
	padding:0;
	background-color: #FFFFFF;
	}

#contact-holder p {
	font-size:14px;
	line-height:16px;
	color:#666666;
	padding: 7px 0 7px 15px;
	margin:0;
	}

#contact-holder a:link, contact-holder a:visited {
	font-size:14px;
	line-height:16px;
	color:#999999;
	text-decoration:none;
	border-bottom:2px dotted #333333;
	}
#contact-holder a:hover {
	color:#333333;
	border-bottom:2px dotted #999999;
	}
.contact-headings {
	font-size:16px;
	line-height:20px;
	color:#262223;
	}
	
/* footer 
--------------------------------------------------------------------*/
#footer {
	width:681px;
	height:21px;
	border-top:1px dotted #999999;
	background-color:#CCCCCC;
	padding:10px 0 0 10px;
	margin:0;
	clear: both;
	text-align: center;
	}

#footer a:link, #footer a:visited {
	text-decoration:none;
	font-size:12px;
	color: #999999;
	margin-right:20px;
	}
#footer a:hover {
	color:#666666;
	border-bottom:1px dotted #666666;
	}
	
#btm-nav-page {
	font-size:12px;
	color: #666666;
	border-bottom:1px dotted #666666;
	margin-right:20px
	}
