@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#nav {
	width: 800px;
	height: 56px;
}

.navbutton {
	text-align: center;
}

.navbutton ul {
	margin: 0;
	padding: 20px 0px;
}

.navbutton ul li {
	display: inline;
}

.navbutton ul li a {
	color: #000000;
	padding: 0px 40px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.navbutton ul li a:hover,
.navbutton ul li .current {
	color:#ffffff;
}

#content {
	background: #F8F8F8;
}

#shadow_bar {
	width: 800px;
	height: 8px;
	background-image: url('/images/s_bg_gray.jpg');
}

#content_area {
	width: 800px;
}

.homepage_text {
	width: 360px;
	line-height:20px;
	text-align:left;
	padding: 0px 20px 0px;
}

#left_column {
	width: 400px;
	background: #F8F8F8;
	vertical-align: top;
}

#right_column {
	width: 400px;
	background: #F8F8F8;
	vertical-align:top;
}

#center_column {
	width: 800px;
	background: #F8F8F8;
	vertical-align:top;
}

.gallery_box {
	text-align: center;
}

#logo {
	width: 400px;
	height: 200px;
	background-image: url('/images/logo.jpg');
	background-repeat: no-repeat;
}

#footer {
	text-align: right;
}

#pdfdownloadbox {
	text-align: center;
}

.pdfdownload:link {
	color:#ff9000;
	text-decoration:none; 
}

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

a.maintain:link { 
color: #000000; 
text-decoration: none;
}
a.maintain:visited { 
color: #000000; 
text-decoration: none;
}
a.maintain:hover { 
color: #FFC422; 
text-decoration: none;
}
a.maintain:active { 
color: #FFC422;
text-decoration: none;
}

.home_gallery {
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	color:#333333;
}

.home_gallery img {
	border:1px solid #cccccc;
	padding:2px;
}

.home_gallery a,link,visited {
	color:#333333;
	text-decoration:none;
}

.home_gallery a:hover {
	color:#FFC027;
	text-decoration:none;
}

.hr {
	background-image:url(images/hr.jpg);
	background-repeat:repeat-x;
	height:15px;
	background-position:center;
	padding-bottom:20px;
}

.artists_menu {
	margin-left: 10px;
}

.artists_menu a,link,visited {
	color: #000000;
	display: block;
	padding: 4px 0px;
	text-decoration: none;
}

.artists_menu a:hover {
	color: #000000;
	font-weight: bold;
}

#artists_contacts {
	width: 800px;
}

.img {
	border:1px solid #cccccc;
}

.title {
	font-size:20px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	font-family:"Times New Roman", Times, serif;}

.subtitle {
	font-size:12px;
	color:#29145F;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
}

.heading {
	height:20px;
	background-color:#2A145F;
	color:#ffffff;
	padding:5px;
	font-weight:bold;
	text-align:left;
}

.medium {
	text-align:left;
	color:#362267;
	font-style:italic;

}
