@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftmargin {
	float: left;
	height: 418px;
	width: 144px;
}
.oneColFixCtrHdr #container {
	width: 1080px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#contentarea {
	float: left;
	height: 378px;
	width: 744px;
	padding: 20px;
}
.oneColFixCtrHdr #container #mainContent #contentarea img {
}
#rightmargin {
	float: left;
	height: 418px;
	width: 152px;
}
.oneColFixCtrHdr #header {
	height: 298px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 418px;
}
.oneColFixCtrHdr #footer {
	height: 148px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#logographic {
	float: left;
	height: 298px;
	width: 328px;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#btnHome {
	float: left;
	height: 298px;
	width: 65px;
}
#btnPaintings {
	float: left;
	height: 298px;
	width: 111px;
}
#btnAbout {
	float: left;
	height: 298px;
	width: 74px;
}
#btnBlog {
	float: left;
	height: 298px;
	width: 62px;
}
#btnShop {
	float: left;
	height: 298px;
	width: 65px;
}
#btnContact {
	float: left;
	height: 298px;
	width: 95px;
}
#rightgraphic {
	float: left;
	height: 298px;
	width: 280px;
}
#footer {
	height: 148px;
	width: 1080px;
}
