/* CSS Document */


html, body {
	width: 				100%;
	margin: 			0px;
	padding: 			0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffff99;
}
h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
blockquote {
	border-left: solid 3px #000099;
	padding-left: 10px;
}
#header {
	width: 				650px;
	height: 			100px;
	
	position: 			absolute;
	left: 				175px;
	background-image: 	url(../images/header.png);
	background-repeat: 	no-repeat;
}
#menu-1 {
	width: 				116px;
	height:				116px;
	position: 			absolute;
	left: 				20px;
	top: 				100px;
}
#menu-2 {
	width: 				116px;
	height:				116px;
	position: 			absolute;
	left: 				60px;
	top: 				216px;
}
#menu-3 {
	width: 				116px;
	height:				116px;
	position: 			absolute;
	left: 				40px;
	top: 				332px;
}
#menu-4 {
	width: 				116px;
	height:				116px;
	position: 			absolute;
	left: 				25px;
	top: 				448px;
}
#copyright {
	width: 				112px;
	height:				32px;
	position: 			absolute;
	left: 				38px;
	top: 				574px;
	background-image: 	url(../images/copyright.png);
	background-repeat: 	no-repeat;}
#content {
	position: absolute;
	left: 194px;
	top: 100px;
	width: 633px;
	height: 1px;
}
a img{
	border: 			0px;
}

.image-box {
	margin: 			0px;
	padding: 			0px;
}

