@charset "utf-8";
/* CSS Document */

.boundary {
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	position: relative;

}
.lowerMenuRepeat {
	background-image: url(images/inside/images/lowerMenuRepeat.jpg);
	background-repeat: repeat-y;
}
.textBackground {
	background-image: url(images/inside/images/textBackground.jpg);
	background-repeat: repeat-y;
}
h3 {
	color: #EFA300;
}

#text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #080808;
	padding-left: 20px;
	padding-right: 20px;
}
.color {
	background-image: url(images/inside/images/colorRepeat.jpg);
	background-repeat: repeat;
}
.color2 {
	background-image: url(images/inside/images/colorRepeat2.jpg);
	background-repeat: repeat;
}
a {
color:#053f67;
}
.comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	color: #00CC00;
}

