* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  6px 0 0;
	font: normal 80%/160% tahoma, arial, verdana, san-serif;
	background: #fff url(/tpl/images/bg.png) repeat-x;
}
li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.3em;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84755c;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 860px;

	padding: 0 10px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 120px;
	margin-bottom: 10px;
}
#sidebar {
	width: 240px;
	min-height: 455px;
	float: right;
	padding: 20px;
	padding-top: 35px;
	background: url(/tpl/images/content-bg.gif) no-repeat top right;
}


/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	background: #808080 url(/tpl/images/footer.png) repeat-x;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #eee;
	margin-top: 20px;
}
#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f7951e;
}


#header{margin-top: 6px; border: 0px solid #000;}
#header #site-meta{position: absolute; left: 0; top: 30px;}
#header #site-meta h1{position: relative; text-align: left;}
#header h1 a{color: #fff;}
#header h1 a:hover{color: #7e4c10;}
#header span.description{position: relative; margin-left: 5px; color: #7e4c10;}
#header ul{position: absolute; left: 0; bottom: 1px; font: 13px Georgia, "Times New Roman", Times, serif; list-style: none; margin-top: -6px; padding: 0;text-transform: none;}
#header li{display: inline;}
#header li a{float: left; display: block; padding: 8px 14px 8px 14px; color: #84755c; text-decoration: none; margin-right: 2px; background:#fff; border: 1px solid #f7951e; border-bottom: none;}
#header li a:hover{color: #f7951e; background-color:#fff; border: 1px solid #f7951e; border-bottom: none;}
#header li.current_page_item a{color: #3E1403; background-color:#FFF; border: 1px solid #f7951e; padding: 10px 14px 10px 14px; border-bottom: none;}
#header #navigation .external{color: #000; font-weight: bold;}

#content{text-align: left;width: 550px; float: left; min-height: 455px; padding: 35px 25px 20px 0; background: url(/tpl/images/content-bg.gif) no-repeat top right;}
#content .welcome{font-size: 12pt; font-family: Arial, sans-serif; line-height: 20pt;}
#content .welcome h2{padding: 10px 0; text-align: center;}
#content .welcome p{padding-bottom: 10px; text-indent:30px;}

#content h2.new_clipart{display:block; font-size:18pt; font-weight:bold; font-family:Arial, sans-serif; padding: 20px 0 10px 5px;}
#content .news_item{margin-bottom:40px;}
#content .news_item .title{background: #d8cea4; font-size:12pt; padding:5px 0 5px 10px;}
#content .news_item .date{color:#888; font-size:8pt; padding-left:20px;}
#content .news_item .preview{text-align:center; padding:10px 0;}
#content .news_item a.show_clipart{display:block; font-size:12pt; float:right; margin-top:10px; color:#fff; background-color:#508dcb; padding:5px 10px; border:1px solid #fff;}
#content .news_item a.show_clipart:hover{background-color:#96c6f8; color:#fff; border:1px solid #96c6f8;}

#content .description{background:#f6eece; padding:10px; margin-bottom:10px; font-size:8pt; text-align:left; line-height:14px;}
#content .description a{color:blue; text-decoration:underline;}
