/* Home Pages Style Sheet */

body {
	margin:0px; padding:0px; 
	background:#5D5D5D; color:#A1A1A1;
	width:100%;
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
}

.maintable {
	width:780px;
	margin:25px auto;
}

table.center {
	margin:0px auto;
}

img {
	border:0px;
}

.text {
	width:640px; margin:40px auto 0px auto;
	font-size:12px; color:#000000;
}

h1 {
font-size: 1.5em;
font-weight: bold;
}

p {
font-size: .8em;
}

a {
	color:#A1A1A1; background:transparent;
}
a:link {
	color:#A1A1A1; background:transparent;
}
a:visited {
	color:#A1A1A1; background:transparent;
}
a:hover {
	color:#ffffff; background:transparent;
}
a:active {
	color:#ffffff; background:transparent;
}

/* Main Box */

.maincontent {
	background:#424242; color: #CCCCCC; 
	border: 1px solid #787878; 
	width:780px;
	padding: 10px 10px 10px 10px;
}

.content {
	background:#424242; color: #CCCCCC; 
	border: 1px solid #787878; 
	width:780px;
}

.leftcontent {
	padding:25px 0px 25px 35px; width:584px;
}

.rightcontent {
	padding:35px 20px 35px 0px; width:161px;
}

.shadowrbg {
	background-image:  url(../pics/shadowrbg.jpg);
	background-repeat: repeat-y;
}

.shadowbtmbg {
	background-image:  url(../pics/shadowbtmbg.jpg);
	background-repeat: repeat-x;
}

/* Left Photo Box */

.painting {
	margin:0px auto; height:480px;
}

.frame {
	background:#FFFFFF; color:#A1A1A1;
	padding:50px;
}

.picborder {
	border:2px solid #000000;
}

.picright {width:15px; 
	background-image: url(../pics/picshadowr.jpg); background-repeat:repeat-y; color:#A1A1A1;
	}

.picbtm {height:15px;
	background-image:  url(../pics/picshadowbtm.jpg); background-repeat: repeat-x; color:#A1A1A1;
}

table.caption {
	height:60px; padding-left:40px;
}

td.caption {
	font-size: 12px; font-weight:normal;
	color: #CCCCCC; background:transparent;
}

#caption_heading {font-size: 12px; font-weight:bold;
	color: #CCCCCC; background:transparent;

}

#caption_description {font-size: 11px; font-weight:normal;
	color: #CCCCCC; background:transparent;

}


/* Right Thumbnail Box */

.thumbnail {
	font-size:10px; color: #CCCCCC; text-align:center; padding-top:3px;
}

/* Navigation */

.menu {text-align:center; text-transform:uppercase;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	height:40px;
	background:transparent; color:#FFFFFF;
}

.menu2 {text-align:center; text-transform:uppercase; 
	padding:0px 12px; height:40px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #A1A1A1;  background:transparent;
}

.menuline {
	background:center center url(../pics/menuline.gif) repeat-x; color:#A1A1A1;
	width:28px;
}

.menuline2 {
	border-bottom:solid 1px #A1A1A1; 
	width:600px; height:1px; margin:0px auto;
}

a.nav {
	text-decoration:none;
	color:#A1A1A1; background:#5d5d5d;
}
a.nav:link {
	color:#A1A1A1; background:#5d5d5d;
}
a.nav:visited {
	color:#A1A1A1; background:#5d5d5d;
}
a.nav:hover {
	color:#ffffff; background:#5d5d5d;
}
a.nav:active {
	color:#ffffff; background:#5d5d5d;
}

/* Footer */

table.footer {
	margin:90px auto 10px auto;
}

.footer {
	font-size: 10px;
	color: #A1A1A1; background:transparent;
	padding:10px 20px;
	text-align: center;
}

a.footer {
	color:#A1A1A1; background:#5d5d5d;
}
a.footer:link {
	color:#A1A1A1; background:#5d5d5d;
}
a.footer:visited {
	color:#A1A1A1; background:#5d5d5d;
}
a.footer:hover {
	color:#ffffff; background:#5d5d5d;
}
a.footer:active {
	color:#A1A1A1; background:#5d5d5d;
}


