h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: large;
	text-align: justify;
	text-decoration: none;
	text-transform: uppercase;
	border: thin double #000000;
	font-style: italic;
	padding-left: 10px;
	background-image: url(h1-back.jpg);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #FFFFFF;
}
#side p {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
#side li {
	color: #DDD98E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#side a:link {
	color: #DDD98E;
	text-decoration: none;
}

#side a:visited {
	color: #DDD98E;
	text-decoration: none;
}

#side a:hover {
	font-weight: bold;
	color: #FEF102;
}


#floatleft {
	float: left;
	padding-right: 10px;
}
#floatright {
	float: right;
	padding-left: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FE0000;
	text-decoration: underline;
}

#prod {
	background-color: #CCCCCC;
	border: medium groove #000000;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(prod-back.jpg);
	background-repeat: no-repeat;
}
#prod p {
	color: #000000;
}

#prod a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#prod a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#prod a:hover {
	font-weight: bold;
	color: #FE0000;
	text-decoration: underline;
}
#prod li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}



#main1 {
	background-color: #F3ED7B;
	border: medium double #000000;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 25px;
	background-image: url(main-back.jpg);
	background-repeat: no-repeat;
}
#main1 p {
	color: #000000;
}

#main1 a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#main1 a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#main1 a:hover {
	font-weight: bold;
	color: #FE0000;
	text-decoration: underline;
}


#main2 {
	background-color: #D7B8A2;
	border: medium double #000000;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 25px;
	background-image: url(main2-back.jpg);
	background-repeat: no-repeat;
}
#main2 p {
	color: #000000;
}

#main2 a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#main2 a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#main2 a:hover {
	font-weight: bold;
	color: #FE0000;
	text-decoration: underline;
}
