@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
}
#wrapper {
	width: 955px;
	background-image: url(images/homepage/main.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.pgBorder {
	background-image: url(images/homepage/border.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 955px;
}

#wrapper #footer {
	text-align: right;
	margin-right: 40px;
}
#wrapper #logo {
	background-image: url(images/homepage/ipsb_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 150px;
	width: 340px;
	margin-right: 50px;
}
#wrapper #writeup {
	float: right;
	height: 230px;
	width: 500px;
	clear: both;
	background-image: url(images/homepage/text.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 10px;
}
#wrapper #menu {
	clear: both;
	height: 180px;
}
#wrapper #menu ul {
	list-style-type: none;
	float: right;
	margin-right: 35px;
}
#wrapper #menu li {
	float: right;
}
a.menu:link, a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	height: 35px;
	width: 100px;
	display: block;
	margin-top: 20px;
	margin-left: 50px;
	background-image: url(images/homepage/button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	height: 35px;
	width: 100px;
	display: block;
	margin-top: 20px;
	margin-left: 50px;
	background-image: url(images/homepage/button.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
#wrapper #footer a {
	color: #FF0000;
	text-decoration: none;
}

