@charset "utf-8";
/* CSS Document */

body {
	background-color: #dc0067;
}

h1 {
	color: #dc0067;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 34px;
}

#BigImage {
	width: 381px;
	height: 476px;
	background-image: url(../images/big2.jpg);
	float: right;
}

#HomeButt {
	width: 106px;
	height: 33px;
	background-image: url(../images/homebutt1a.gif);
	background-repeat: no-repeat;
}

#HomeButt a, #HomeButt a:link, #HomeButt a:visited {
	width: 106px;
	height: 33px;
	background-image: url(../images/homebutt1a.gif);
	background-repeat: no-repeat;
	display: block;
}

#HomeButt a:hover {
	background-image: url(../images/aboutbutt1b.gif);
}

#AboutButt {
	width: 122px;
	height: 33px;
	background-image: url(../images/homebutt2a.gif);
	background-repeat: no-repeat;
}

#AboutButt a, #AboutButt a:link, #AboutButt a:visited {
	width: 122px;
	height: 33px;
	background-image: url(../images/homebutt2a.gif);
	background-repeat: no-repeat;
	display: block;
}

#AboutButt a:hover {
	background-image: url(../images/aboutbutt2b.gif);
}

#BrochureButt {
	width: 122px;
	height: 33px;
	background-image: url(../images/homebutt3a.gif);
	background-repeat: no-repeat;
}

#BrochureButt a, #BrochureButt a:link, #BrochureButt a:visited {
	width: 122px;
	height: 33px;
	background-image: url(../images/homebutt3a.gif);
	background-repeat: no-repeat;
	display: block;
}

#BrochureButt a:hover {
	background-image: url(../images/aboutbutt3b.gif);
}

#ContactButt {
	width: 113px;
	height: 33px;
	background-image: url(../images/homebutt4a.gif);
	background-repeat: no-repeat;
}

#ContactButt a, #ContactButt a:link, #ContactButt a:visited {
	width: 113px;
	height: 33px;
	background-image: url(../images/homebutt4a.gif);
	background-repeat: no-repeat;
	display: block;
}

#ContactButt a:hover {
	background-image: url(../images/aboutbutt4b.gif);
}

#HomeButt span, #AboutButt span, #BrochureButt span, #ContactButt span {
	display: none;
}

#Left {
	background-image: url(../images/left_back2.gif);
}