/* CSS Document */
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,a {
border:0;
margin:0;
padding:0;
}

img {
border:0;
}

html,body {
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color:#30384E;
	
}

#container {
	width: 1000px;
	height: 100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	height: 140px;
	background-image: url(../images/footerbottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	font-weight: bold;
	color: #CDC8B6;
	padding-right: 35px;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: right;
}

#footer p{
	padding-top:100px;
}

#artcontainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}

.artholder {
	width: 900px;
	padding-top:90px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/artholdertitle.jpg);
	background-position: top;
	}
	
.clientinfo {
	width: 900px;
	height: 50px;
	text-align: right;
}

.contactinfo {
	width:900px;
	height: 50px;
	text-align: right;
}

.contactinfo p{
	padding-right: 60px;
	font: Arial, Helvetica, sans-serif;
	color: #D87D2C;
	font-size: 14px;
	font-weight: bold;
}

.contactinfo a{
	color: #993333;
	text-decoration: none;
}

.contactinfo a:hover {
	color: #FFCC66;
}

.clientinfo p{
	padding-right: 60px;
	font: Arial, Helvetica, sans-serif;
	color: #D87D2C;
	font-size: 12px;
	font-weight: bold;
}

.clientinfo a{
	color: #D9A962;
}

.clientinfo a:hover {
	color: #FFCC66;
}
