/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img, a img, a {
	border: none;
}
.notes {
	color: #C00;
}

/* Menu */

#menu {
	font-family:Century Gothic;
	font-size: 12px;
	color:#111;
}
#menu a {
	text-decoration: none;
	color:#DDD;
}
#menu .section {
	width:140px;
	height:209px;
	border-right:1px solid #AAA;
	background-color:#999;
	float:left;
	font-size:12px;
}
#menu .section .container {
	color:#DDD;
	line-height:24px;
	white-space:nowrap;
}
#menu .section .container:hover {
	cursor:pointer;
}
#menu .section .container a {
	font-size: 12px;
}
#menu .section .container .title {
	font:Century Gothic;
	font-size:24px;
	color:#CCC;
}
#menu .section_current {
	width:140px;
	height:209px;
	border-right:1px solid #AAA;
	background-color:#666;
	float:left;
	font-size:12px;
}
#menu .section_current .container {
	color:#DDD;
	line-height:24px;
	white-space:nowrap;
}
#menu .section_current .container:hover {
	cursor:pointer;
}
#menu .section_current .container a {
	font-size: 12px;
}
#menu .section_current .container .title {
	font:Century Gothic;
	font-size:24px;
	color:#CCC;
}

/* others */

.input_250 {
	width: 250px;
	font-size: 12px;
	font-family: Century Gothic;
}
.select_250 select {
	width: 250px;
	height: 18px;
	font-size: 12px;
	font-family: Century Gothic;
}
.textarea_250 {
	width: 250px;
	height: 100px;
	line-height: 18px;
	font-size: 12px;
	font-family: Century Gothic;
}
form .button {
	height: 24px;
	padding-top: 2px;
	font-size: 12px;
	font-family: Century Gothic;
}

.bg_border {
	width: 900px;
	background-color: #FFF;
	border-top: 0px;
	border-right: 1px solid #666;
	border-bottom: 0px;
	border-left: 1px solid #666;
}
.box_lt {
	border: 2px solid #410C36;
}
.box_title_lt {
	height: 20px;
	padding-top: 2px;
	padding-left: 10px;
	background-color: #410C36;
	font-size: 12px;
	font-weight: bold;
	font-family: Century Gothic;
	color: #FFF;
}
.box_title_lt a {
	text-decoration: none;
	color: #FFF;
}
.box_rt {
	border: 2px solid #410C36;
}
.box_title_rt {
	height: 20px;
	padding-top: 2px;
	padding-left: 10px;
	background-color: #410C36;
	font-size: 12px;
	font-weight: bold;
	font-family: Century Gothic;
	color: #FFF;
}
.box_title_rt a {
	text-decoration: none;
	color: #FFF;
}
a.box_link:link, a.box_link:visited, a.box_link:active, a.box_link:hover {
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.footnotes {
	font-size: 12px;
	color: #333333;
	font-family: Century Gothic;
	font-weight: bold;
	padding-left: 30px;
}
.footnotes a {
	color: #333333;
	text-decoration: none;
}
.box_content {
	padding: 5px;
	color: #333;
	font-size: 12px;
	font-family: Century Gothic;
	line-height: 20px;
	background-color: #F0F0F0;
}
.box_content td {
	font-size: 12px;
	font-family: Century Gothic;
	line-height: 20px;
}
.box_content .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.box_content  a {
	color: #333;
	text-decoration: underline;
}
.box_content a:hover {
	color: #00C;
}
.block_content {
	font-size: 12px;
	font-family: Century Gothic;
	line-height: 20px;
	padding: 5px;
	color: #333;
	background-color: #F4F4F4;
}
.block_content td {
	font-size: 12px;
	font-family: Century Gothic;
	line-height: 20px;
}
.block_content .list_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	background-color: #DCDCDC;
	margin-top: 4px;
}
.block_content .list_item {
	padding-left: 10px;
	line-height: 24px;
	background-color: #F4F4F4;
}
.block_content  a {
	color: #333;
	text-decoration: underline;
}
.block_content a:hover {
	color: #00C;
}
#gallery_item {
	width: 570px;
	height: 210px;
	margin: 10px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-family: Century Gothic;
	font-size: 12px;
}
#item_message {
	position: absolute;
	width: 150px;
	height: 20px;
	top: 250px;
	left: 220px;
	display: none;
	background-color: #CCC;
}
#gallery_item #pix_box {
	width: 210px;
	height: 210px;
	text-align: center;
	float: left;
}
#gallery_item #pix {
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	float: left;
}
#gallery_item #pix img {
	margin: 5px;
}
#gallery_item #content {
	width: 330px;
	height: 160px;
	margin-left: 15px;
	padding: 3px;
	color: #333;
	font-size: 12px;
	font-family: Century Gothic;
	line-height: 18px;
	background-color: #F0F0F0;
	text-align: left;
	overflow: auto;
	float: left;
}
#gallery_item #content .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
#gallery_item  a {
	color: #333;
	text-decoration: underline;
}
#gallery_item a:hover {
	color: #00C;
}
#gallery_item #artists {
	width: 330px;
	/*height: 35px;*/
	margin: 5px 0px 0px 15px;
	padding: 3px;
	color: #333;
	font-size: 12px;
	font-family: Century Gothic;
	line-height: 16px;
	/*white-space: nowrap;*/
	background-color: #F0F0F0;
	text-align: left;
	float: left;
}
#gallery_thumbs {
	width: 580px;
	height: 200px;
	margin: 5px;
	font-family: Century Gothic;
	font-size: 12px;
	text-align: center;
	float: left;
}
#thumb_message {
	position: relative;
	width: 150px;
	height: 20px;
	top: 50px;
	left: 220px;
	display: none;
	background-color: #CCC;
}
.thumb_box {
	width: 88px;
	height: 88px;
	margin: 3px;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.thumb_box img {
	margin: 5px;
}
.thumb_pix {
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 0.6em;
	-moz-border-radius: 6px;
}
.thumb_pix img {
	margin: 5px;
}

#page_bar_arrow {
	width: 300px;
	height: 20px;
	font-size: 14px;
	font-family: Century Gothic;
	text-align: center;
	float: left;
}
#page_bar_arrow #first {
	margin: 2px 5px 2px 5px;
	display: none;
}
#page_bar_arrow #previous {
	margin: 2px 5px 2px 5px;
	display: none;
}
#page_bar_arrow #next {
	margin: 2px 5px 2px 5px;
	display: inline;
}
#page_bar_arrow #last {
	margin: 2px 5px 2px 5px;
	display: inline;
}

#page_bar_slide {
	width: 270px;
	height: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-family: Century Gothic;
	float: left;
}
#page_bar_slide .button {
	margin: 2px 5px 2px 5px;
	display: inline;
}

/* style of "pages" module */


/* style of "contact" module */

#send_mail_message {
	padding-top: 8px;
	z-index: 2000;
	display: none;
	text-align: center;
	font-size: 14px;
	color: #C00;
}

