html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}



h1 {
	font-family: Georgia;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
	text-transform: uppercase;

}

h2 {
	font-family: Georgia;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
}


h3 {
	font-family: Georgia;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
}


hr {
	width: 100%;
	border: 0;
	color: #DCDCDC;
	background-color: #DCDCDC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}


a:link, a:visited, a:active {
	color: #6699CC;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	outline: none;
}


img,
img a {
	border: none;
}

/* content formatting containers ******************************************** */
#outer_container {
	position: relative;
	top: 10px;
	left: 10px;
	width: 900px;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}

#left_container {
	position: relative;
	float: left;
	width: 225px;
}

#right_container {
	position: relative;
	float: left;
	width: 630px;
	margin-top: 80px;
}

#logo {
}

#nollfyranoll {
	position: relative;
	width: 500px;
	left: 10px;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #999999;
}

.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}


.prepend_div { }

.text_div {
	margin-top: 5px;
	margin-bottom: 5px;
}


.image_div {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hide_div {
	display: none;
}


/* sub navigation *********************************************************** */
#nav li {
	list-style: none;
}


/* level 1 ****************************************************************** */
#nav {
	position: relative;
	left: 25px;
	font-family: Georgia;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 20px;
	text-transform: uppercase;
}



#nav a {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}




/* level 2 ****************************************************************** */
#nav li ul {
	/*padding: 0px;
	margin: 0px;*/
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 12px;
}

#nav li ul a {
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	outline: none;
	line-height: 12px;
}


/* level 3 ****************************************************************** */
#nav li ul li ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}

#nav li ul li ul a {
	font-weight: normal;
	outline: none;

}


#nav li a.current {
	color: #333333;
	text-decoration: underline;

}

#nav li a.current:hover {
	color: #333333;
	text-decoration: underline;

}

#nav li a:hover {
	color: #333333;
	text-decoration: underline;
}





.odd{
	background-color: #FFFFFF;
}

.even {
	background-color: #F8F8F8;
}

.highlight {
	background-color: #E8E8E8;
}

table.art-table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}

table.art-table td {
	padding: 1px;
}


td.art_image {
	text-align: center;
	width: 95px;
	padding-left: 20px;
}

td.art_item {
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
}

td.art_item_small {
	text-align: left;
	vertical-align: top;
}

td.art_text {
	text-align: left;
	vertical-align: top;
}

.art_header {
	font-weight: bold;
}

.art_header a {
	font-weight: bold;
	text-transform: uppercase;
}

.big-image {
}


.art_thumb {
	cursor: pointer;
}
