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

body {
	background-image: url(pictures/homepage-background2.gif);
	background-color: #545B68;
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper {
	height: 1200px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	height: 950px;
	width: 1150px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#drwgs {
	float: left;
	height: 350px;
	width: 1150px;
	margin-top: 10px;
}

#logo {
	height: 100px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 25px;
}
#logo-homepage {
	height: 100px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 50px;
}

#menu {
	height: 27px;
	width: 1150px;
	background-color: #545B68;
	margin-bottom: 20px;
}
#menu2 {
	height: 27px;
	width: 1150px;
	margin-bottom: 20px;
}

#menu-secondary {
	height: 27px;
	width: 1150px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#art-notecard {
	background-color: #FFF;
	float: left;
	height: 200px;
	width: 260px;
	margin-left: 65px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	background-image: url(pictures/watercolor-paper.jpg);
	background-repeat: no-repeat;
}

#pictures {
	float: left;
	height: 306px;
	width: 1150px;
	margin-top: 25px;
}
#large-art {
	height: 600px;
	width: 640px;
	float: left;
	margin-right: 10px;
}
#quartet {
	background-color: #545B68;
	float: right;
	height: 700px;
	width: 150px;
}


#text {
	height: 150px;
	width: 462px;
	float: left;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 243px;
	text-align: center;
}
