/* main */

body {
	background:url(images/header.gif) no-repeat top center #f7f7f7;
	margin:0;
	font-family: Lucida Sans, Lucida Grande, Verdana, arial, sans-serif;
}
#container {
	width:819px;
	margin:0 auto;
	position:relative;
	height:170px;
}


/* menu */

#menu-holder {
	position:absolute;
	top:18px;
	left:470px;
	width:249px;
	overflow:hidden;
}
#menu {
	width:249px;
	height:55px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:55px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:117px;
}
#archives {
	text-indent:-300em;
	overflow:hidden;
	left:120px;
	width:123px;
}



#home a:hover {
	background:transparent url(images/button.gif) 0px 0px no-repeat;
}
#archives a:hover {
	background:transparent url(images/button.gif) -120px 0px no-repeat;
}


/* navigation menu */

#title {
	position:absolute;
	top:94px;
	left:100px;
	text-align:center;
	font-family: Lucida Sans, Lucida Grande, Verdana, arial, sans-serif;
	font-size:13px;
	width:605px;
}
#title a {
	background: #098687;
	border: 1px solid #098687;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff; 
}
#title a:hover {
	border: 1px solid #00a4a5;
	background: #00a4a5;
	color: #fff; 
}


/* content */

#content {
	width:1000px;
	margin:0 auto;
}
#content h2 {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#989898;
	text-align:left;
	font-family: Lucida Sans, Lucida Grande, Verdana, arial, sans-serif;
	margin:0;
	padding:0;
}
#content h3 {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#989898;
	text-align:center;
	font-family: Lucida Sans, Lucida Grande, Verdana, arial, sans-serif;
	margin:0 60px;
	padding:0;
}
#content h3 a {
	color:#989898;
	text-decoration:none;
}
#content h3 a:hover {
	background-color:#e5dba9;
}

#content h4 {
	font-size:13px;
	line-height:18px;
	font-style:italic;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#019d9c;
	margin:0;
	padding:0;
}

#content ul {
	padding:0;
	margin:0;
}
#content ul li {
	font-size:12px;
	line-height:17px;
	list-style:none;
	padding:0;
	margin:0;
}
#content ul li a {
	color:#989898;
	display:block;
	width:170px;
	margin:0 auto;
	padding:0;
}
#content ul li a:hover {
	text-decoration:underline;
	color:#e5dba9;
}


/* CENTER COLUMN */

#content .col01 {
	float:left;
	text-align:center;
	width:640px;
	font-size:12px;
	line-height:16px;
	padding:0;
}
#content .col01 .thumbnail {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: solid 3px #cccccc;
}
#content .ArtBorder{
	border: double #8d817c;
}

/* LEFT COLUMN */

#content .col00 {
	float:left;
	width:180px;
	padding-right:0px;
	margin-top:20px;
}
#content .col00 ul li {
	text-align:right;
}

/* RIGHT COLUMN */

#content .col02 {
	float:right;
	width:180px;
	margin-top:20px;
}
#content .col02 ul li {
	text-align:left;
}

/* FOOTER */

#push {height:75px;
}
#footer-holder {
	width:819px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:944px;
	height:164px;
	position:absolute;
	top:0px;
	left:-54px;
	background:url(images/footer.gif) no-repeat;
	z-index:100;
}
#footer-holder .txt a {
	color:#f7f7f7;
}
#footer-holder .txt a:hover {
	color:#019d9c;
	background-color: #cccccc;
	text-decoration:none;
}
#footer-holder .txt {
	width:550px;
	position:absolute;
	text-align:center;
	top:91px;
	left:120px;
	font-size:12px;
	line-height:16px;
	color:#f7f7f7;
	z-index:105;
	height:40px;
	overflow:hidden;
}

/* CONTACT BOXES */

input {
	background: #f7f7f7;
	border: 2px solid #e5dba9;
	font-family: Lucida Sans, Lucida Grande, Verdana, arial, sans-serif;
	color:#989898;
	font-size:12px;
	padding: 5px;
}
input.textfield {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight:normal;
}
input.trigger{
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.trigger:hover {
	border: 2px solid #cccccc;
	background: #cccccc;
	color: #019d9c; 
}
textarea{
	background: #f7f7f7;
	font-family: Lucida Sans, Lucida Grande, Verdana, arial, sans-serif;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 5px;
	color:#989898;
	font-size:12px;
	font-weight:normal;
	border: 2px solid #e5dba9;
}

/* NEXT PREVIOUS */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}

