/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(artwork/background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1020px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	height: 500px;
	width: 590px;
	margin-top: 460px;
	margin-left: 160px;
	position: absolute;
	text-align: justify;
}
#nav1{
	height: 30px;
	width: 150px;
	margin-top: 0px;
	margin-left: 270px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#nav2{
	height: 30px;
	width: 140px;
	margin-top: 0px;
	margin-left: 435px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
#nav3{
	height: 30px;
	width: 80px;
	margin-top: 0px;
	margin-left: 580px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#nav4{
	height: 30px;
	width: 80px;
	margin-top: 0px;
	margin-left: 660px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#title{
	height: 38px;
	width: 298px;
	margin-top: 400px;
	margin-left: 158px;
	position: absolute;
}
#gallery{
	height: 250px;
	width: 590px;
	margin-top: 10px;
	position: absolute;
}
#foot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
	height: 50px;
	width: 590px;
	margin-top: 330px;
	position: absolute;
	text-align: justify;
	top: 43px;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;}
