/* CSS Document */

body {
	background: url(Images/Background3.jpg) no-repeat;
	height: 915px;
	width: 768px;
}

.frame {
	position: absolute;
	top: 20px;
	left: 700px;
}

#page {
	background: url(Images/PageImg.jpg) repeat-y;
	width: 581px;
	height: 773px;
	margin: 47px 0px 0px 30px;
}

h1 {
	display: none;
}

h2 {
	font-family: Mistral, Pristina, Helvetica, sans-serif;
	color: #033;
	font-size: 30px;
	padding: 0px;
	margin: 10px 0px;
}

strong {
	font-family: Helvetica, Arial, sans-serif;
	color: #036;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	padding: 0px 15px 0px 20px;
}

#header {
	background: url(Images/HeaderImg.jpg) no-repeat;
	height: 140px;
	width: 581px;
}

#nav {
	position: absolute;
	top: 175px;
	left: 95px;
}

#nav li {
	display: inline;
	font-family: Pristina, Mistral, Helvetica, sans-serif;
	list-style: none;
	padding: 0px 10px 0px 0px;
}

a {
	color: #033;
}

#nav a {
	color: #033;
	font-family: Pristina, Mistral, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

#nav a:hover, a:hover {
	text-decoration: underline;
}

#content {
	padding: 10px 15px 0px 15px;
	margin: 30px 0px 0px 0px;
	overflow: auto;
	height: 593px;
}

#content li {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

td {
	border: #036 solid;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #036;
}

.art td{
	border: none;
	padding: 10px 10px 0px 10px;
}

.floatright {
	float: right;
	margin: 5px;
}

.floatleft {
	float: left;
	margin: 5px;
}

.paintbrushes {
	padding: 60px 0px 0px 0px;
}

#footer {
	position: absolute;
	top: 812px;
	left: 200px;
}

#footer p {
	color: #CCC;
	font-size: 11px;
}

#tableobject {
	position: absolute;
	top: 800px;
	left: 400px;	
}