@charset "UTF-8";
#sidebar {
	width: 130px;
	height: 430px;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
}

#sidebar ul li {
	font-family:"Courier New", Courier, monospace;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	margin: 0px 0px 70px 0px;
}
#sidebar ul li a {
	color: #333333;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF;
	padding: 7px;
}
body {
	font-family: Courier, "Courier New", monospace;
	font-size: 11px;
	line-height: 14px;
	color: #252525;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #04004e;
	text-decoration: none;
}
a:visited {
	color: #04004e;
	text-decoration: none;
}
a:hover {
	color: #060076;
	text-decoration: underline;
}
#mainwrapper {
	padding: 0px;
	width: 735px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.footer {
	margin-top: 12px;
}
.footer_inner {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer_inner p {
	line-height: 13px;
	margin-bottom: 3px;
}
.footer_inner_small {
	font-size: 9px;
	line-height: 12px;
	color: #666666;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.small_link{
	color: #666666;
}
.clearboth {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	visibility: hidden;
}
.leftcolumn {
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 158px;
}
.rightcolumn {
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	width: 576px;
}
.navbutton {
	margin-bottom: 84px;
}
.emailsub {
	margin: 25px 0px 0px;
	padding: 0px 0px 0px 13px;
	height: 45px;
	background-color: #eeeeee;
}
.emailfield {
	padding: 1px;
	float: left;
	width: 200px;
	border: 1px solid #666666;
	font-size: 11px;
	line-height: 13px;
	margin: 13px 0px 0px;
}
.right_inner_left {
	padding: 0px;
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.right_inner_right {
	float: right;
	width: 333px;
	background-color: #eeeeee;
	padding: 5px;
}
.simpletext_large {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
}
.simpletext01 {
	font-size: 12px;
	font-weight: bold;
}
.simpletext_large02 {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
}
.simpletext02 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
}
.simpletext02 strong {
	margin-bottom: 8px;
	font-weight: bold;
	color: #6D2415;
}
.simpletext_large03 {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: bold;
}
.simpletext_large04 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.simpletext_large05 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px;
	text-align: left;
	font-weight: bold;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 547px;
	height: 90px;
	overflow-y: auto;
	overflow-x: none;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #e3e3e3;
	margin: 0px;
	padding: 0px;
	border: 1px solid #d1d1d1;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 2550px;
	height: 75px;
	position: relative;
	color: black;
	padding-top: 2px;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 0px;
background-color: white;
}
.vscrollerbar {
width: 0px;
background-color: black;
}
.hscrollerbase {
	height: 17px;
	background-color: white;
	width: 544px;
	padding-left: 5px;
	background-image: url(images/bg_scrolljogger.gif);
	background-repeat: no-repeat;
}
.hscrollerbar {
	height: 15px;
	
	background-image: url(images/jogbar.gif);
	background-repeat: no-repeat;
	width: 35px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.scrollerjogbox {
	width: 0px;
	height: 0px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
	padding-left: 5px;
}
.painting_desc_tall {
	margin: 15px 0px 0px;
	padding: 0px;
	float: right;
	width: 210px;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: .01em;
}
.painting_desc_tall p {
	margin-bottom: 15px;
}
.painting_title {
	font-size: 16px;
	font-weight: bold;
}
.painting_desc_square {
	margin: 15px 0px 0px;
	padding: 0px;
	float: right;
	width: 170px;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.01em;
}
.painting_desc_square p {
	margin-bottom: 15px;
}
