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

/* These are the default settings for the whole site
-------------------------------------------------------------*/

body {
	font: 100% "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	background: #ADA189;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#holder {
	width: 805px;
	padding:0px;
	background: #e9e7c8;
	text-align: left;
	margin: 0 auto 0 auto;
}


#header {
	background: #e9e7c8;
	text-align: center;
	padding-top:10px;
}

table {
	background: center top;
	text-align: center;
	vertical-align: middle;
	margin-right: 0px;
	padding-right: 0px;
	width: 800px;
}



p {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-left: 40px;
	margin-right: 20px;
}

h1 {
	font: 24px Geneva, Arial, Helvetica, sans-serif;
	color: #882211;
}

h2 {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color: #882211;
	padding-left: 40px;
}

h3 {
	text-align:center;
	font-size:16px;
	font-weight:normal;
}

h4 {
	text-align:left;
	font-size:16px;
	padding-top:5px;
	padding-left:10px;
	margin:0 0 12px;
}

h5 {
	text-align:left;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	margin:0;
}

a {
font-size:14px;
}

a:link {
	color: #882211;
	text-decoration: none;
}

a:visited {
	color: #882211;
	text-decoration:none;
}

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


/* This is the styling for the top navigation-
---------------------------------------------------------------*/

#nav {
	background:#e2dfc0;
	text-align:center;
	margin:0px;
	padding:10px 0px 10px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-top: thin ridge #000000;
	border-bottom: thin ridge #b9af96;
}

#nav a:link {
	color: #000000;
	text-decoration: none;
}

#nav a:visited {
	color:#000000;
	text-decoration: none;
}

#nav a:hover {
	color: #882211;
	text-decoration: none;
}
ul li.current a {
	color:#cc6600;
}


/* This is the styling for the home page news section
---------------------------------------------------------------*/

#news {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:10px 150px;
	padding:10px;
}

#news h2 {
padding:0;
text-align:center;
}

#news p {
	text-align:center;
}



/*THIS IS THE START OF THE GALLERY PAGE STYLING
----------------------------------------------------------------------------------------*/

/* This is the styling for the gallery page titles
---------------------------------------------------------------*/

#pageTitle {
	margin:0px;
	font:Geneva, Arial, Helvetica, sans-serif;
	color:#882211;
	padding:10px 0 0 50px;
	text-align:left;
}



/* This is the styling for the right-hand navigation on the gallery pages
---------------------------------------------------------------*/

#navcontainer { 
	width: 130px;
	float: right;
	margin: 0 20px 0 0;
}

ul {
	padding-left: 0;
	list-style-type: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

ul a {
	display: block;
	font-size:12px;
	padding: 2px;
	border-bottom: 1px solid #eee;
}

ul li.current a {
	color:#cc6600;
}

ul a:link {
	color:#882211;
}

ul a:visited {
	color:#882211;
}

ul a:hover {
	color: #882211;
	background-color:#EEEDCD;
}




/*This is the styling for the left-hand side bar (thumbnails)
-------------------------------------------------------------*/

#sidebar {
	margin: 0 0 0 30px;
	width:120px;
	height: 450px;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
	background-color: #e9e7c8;
}

#sidebar img {
	border: thin solid #CCCCCC;
}

/*This is the styling for the large pictures
---------------------------------------------------------------*/

#container {
	margin-left:30px;
	width:580px;
	padding:0px;
	height:500px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border: thin ridge #b9af96;
}

/*This is the styling for the phone numbers on the bottom of the page
---------------------------------------------------------------*/
#phoneNumbers {font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#882211;
	padding-top:10px;

}

/*And this is the styling for the footer
---------------------------------------------------------------*/

#footer {
	margin-bottom:0 0 20px 0;
	padding: 0px 0 20px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	text-align:center;
	border-top: thin ridge #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*This is the styling for the Custom Artwork page
---------------------------------------------------------------*/

#custom {
	padding-top:20px;
}

#custom h2 {
	text-align:left;
}

#custom h3 {
	text-align:center;
	font-size:16px;
	font-weight:normal;
}

#custom p {
	text-align:center;
}
