@charset "UTF-8";
/* CSS Document */

a {text-decoration: none; color: #a97c5b;}

body {
background: url(images/newart/colorstrip.jpg) top left repeat-x #fef3dd;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0; font-weight: normal;}


#container {
	width: 950px;
	margin: 0 auto;
	}
	
#footer {font-family:Verdana, Geneva, sans-serif; font-size: .8em; text-align: center; padding: 30px 0 0 0;}	
.center {
	margin:0 auto;
	display: block;
}
.centertext {text-align: center;}
.textright {text-align: right;}
.clearboth {clear: both;}
.imageright {float: right; margin-left: 10px;}
.imageleft {float: left; margin-right: 10px;}
.superscript {
	font-size: 70%;
	position: relative;
	top:-4px;
	}
.smallcaps {font-variant:small-caps;}

