@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
}
#container {
	width: auto;
	text-align: left;
}
#header {
	width: auto;
	display: block;
	height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat;
}
.headerContent {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 5px;
	height: 60px;
}
#navbar {
	background-color: #998146;
	width: auto;
}
.navbarContent {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	color: #383520;
	padding-top: 7px;
	padding-bottom: 4px;
}
#content {
	height: 645px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentArtworkL      {
	height: 645px;
	width: 95px;
	float: left;
}
.contentArtworkR       {
	height: 595px;
	width: 675px;
	float: right;
	text-align: center;
	padding: 25px;
}
.contentAboutL       {
	height: 645px;
	width: 475px;
	float: left;
}
.contentAboutR        {
	height: 635px;
	width: 345px;
	float: right;
	text-align: left;
	padding-top: 10px;
}
.contentSketchbookL            {
	height: 345px;
	width: 50px;
	text-align: center;
	float: left;
	padding-top: 300px;
}
.contentSketchbookM           {
	height: 645px;
	width: 730px;
	margin-left: 50px;
	margin-right: 50px;
}
.contentSketchbookR             {
	height: 345px;
	width: 50px;
	text-align: center;
	float: right;
	padding-top: 300px;
}
.sidebarContentsNav        {
	padding-top: 5px;
}
.sidebarContentsRoll        {
	padding-bottom: 20px;
	height: 245px;
	padding-top: 10px;
}
.sidebarContentsRollL        {
	height: 45px;
	width: 45px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #EEE;
}
.sidebarContentsRollR         {
	height: 45px;
	width: 45px;
	background-color: #EEE;
	float: left;
}
.sidebarContentsSubNav        {
	font-size: 90%;
}
.sidebarContentText    {
	height: 0px;
	width: 95px;
	font-size: 90%;
	padding-top: 30px;
}
.purchaseButton {
	width: 95px;
	background-color: #998146;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: center;
}
.footer {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 100px;
}
.footerContentL {
	width: 415px;
	float: left;
	padding-top: 10px;
	font-size: 80%;
}
.footerContentR {
	width: 415px;
	float: right;
	padding-top: 10px;
	text-align: right;
	font-size: 80%;
}
a.nav:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	color: #383520;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.main:link {
	text-decoration: underline;
	color: #998146;
}
a.main:visited {
	text-decoration: none;
	color: #998146;
}
a.main:hover {
	text-decoration: underline;
	color: #383520;
}
a.main:active {
	text-decoration: none;
	color: #998146;
}
.Headline {
	font-weight: bold;
	font-size: 115%;
}
