.rock {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.bluenav {
	background-color: 334d66;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
.maintextredbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: justify;
	font-weight: bold;
}
.pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: 334d66;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}
.rightred {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #cc0000;
}
.righpad {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pictureborder {
	border: 1px solid #000000;
}
.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.gradientbackground {
	background-image: url(images/left_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.maintextwhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
.maintextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-align: justify;
	font-weight: normal;
}
.maintextbluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #334d66;
	text-align: justify;
	font-weight: bold;
}
.pictureborderport {
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
