/*
	© ARTIME GALLERY
	Olive Style Sheet
*/
.Olive{
	background-color:#c4c3b2;
}
/* Header */
.Olive #Header {
	background-image: url(header.jpg);
	height: 90px;
	background-repeat: no-repeat;
	background-color: #b1b2a4;
	border-bottom: solid 3px #000;
	cursor: pointer;
}
/* LeftMenu */
.Olive #LeftMenu {
	background-color: #8c8b6b;
	width: 155px;
	margin: 20px 0px 20px 10px;
	border: dashed 2px #fff;
	top: 125px;
	left: 0px;
	z-index:2;
}
.Olive #LeftMenu .Section {
	padding: 5px 0px 5px 5px;
}
.Olive #LeftMenu .Separator{
	padding: 0px;
	margin: 0;
	border-bottom: dotted 1px #777777;
}
.Olive #LeftMenu ul {
	list-style-type: none;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	margin-left: 0px;
}
.Olive #LeftMenu ul li {
}
.Olive #LeftMenu ul li a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	display:block;
	float:none;
}
.Olive #LeftMenu ul li a:hover {
	color: #FFFFFF;
	background-color: #64634e;
}
.Olive #LeftMenu ul ul{
	margin-left: 5px;
}
.Olive #LeftMenu ul ul li a{
	font-size: 10px;
	padding: 3px 0px 3px 5px;
	font-weight: normal;
}
/* NewsLetter */
.Olive #NewsLetter {
	background-color: #8c8b6b;
	width: 155px;
	margin: 20px 0px 20px 10px;
	padding-top: 5px;
	border: dashed 2px #fff;
	top: 125px;
	left: 0px;
	z-index:10;
	text-align:center;
}
.Olive #NewsLetter form{
	margin: 5px 0px 5px 0px;
}
.Olive #NewsLetter input{
	font-size:10px;
	color:#000;
	z-index:10;
}
/* Content */
.Olive #Content {
	padding-left: 200px;
	top: 125px;
	position: absolute;
	margin-top: 20px;
}
.Olive #Content th{
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}
.Olive #Top{
	background-color: #65644f;
	color:#FFFFFF;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}


