@charset "utf-8";
/* CSS Document */



body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #666666;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/swirl-bg.jpg);
	background-repeat: repeat;
}

h1 {
	font-size: 120%;
	font-style: italic;
	color: #666666;
}

h2 {
	font-size: 100%;
	font-style: italic;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3 {
}

h4 {
}


#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-color: #dddbdb;
	background-image: url(../images/pg2-bg.jpg);
	background-repeat: repeat-x;
}

#pencil-portraits-header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 111px;
	width: 950px;
}

#pencil-portraits-logo {
	float: left;
	height: 111px;
	width: 195px;
}

#navbar {
	float: left;
	width: 750px;
	height: 40px;
	margin-top: 20px;
}

#navbar a:link, #navbar a:visited {
	color: #666666;
	line-height: 1.5em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#navbar a:hover {
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	padding: 5px;
	background-image: url(../images/stroke.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 40px;
}

#content {
	float: left;
	width: 954px;
}

#body-box {
	float: left;
	width: 650px;
	padding-top: 30px;
	margin-top: 20px;
	margin-left: 150px;
}

#body-box a:link, #body-box a:visited {
	color: #666666;
}

#body-box a:hover {
	color: #333333;
	background-color: #CCCCCC;
}

#left-column {
	float: left;
	width: 480px;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: 8px solid #DDDBDC;
	padding: 5px;
	margin-bottom: 20px;
}

#left-column a:link, #left-column a:visited {
	color: #666666;
}

#left-column a:hover {
	text-decoration: none;
	background-color: #DDDBDB;
	color: #333333;
}

#right-column {
	background-image: url(../images/drawing1-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 595px;
	width: 410px;
	margin-right: 5px;
}

#right-column2 {
	background-image: url(../images/drawing2-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 595px;
	width: 410px;
	margin-right: 5px;
}


#right-column3 {
	background-image: url(../images/sydney-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 595px;
	width: 410px;
	margin-right: 5px;
}

#right-column4 {
	background-image: url(../images/brenda-shiro-pencil-artist.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 650px;
	width: 410px;
	margin-top: 10px;
	margin-right: 4px;
}

.comments-box {
	float: right;
	width: 350px;
	margin-top: 550px;
	margin-right: 20px;
	text-align: center;
	font-style: italic;
}

#signature-box {
	background-image: url(../images/pencil-portraits-signature.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 118px;
	width: 484px;
	margin-left: 225px;
}

#footer {
	clear: both;
	width: 950px;
	font-size: 85%;
	color: #CCCCCC;
	background-color: #000000;
}

#footer-text {
	text-align: center;
	padding-top: 10px;
}

#footer-text a:link, #footer-text a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer-text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.float-left {
	float: left;
	margin-right: 5px;
}

.float-right {
}
