/* Client: Saving Georgia Dogs | Client's website: savinggeorgiadogs.org */
/* Coded by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 12.05.07 */

/* universal */
body {
	background-color: #82B4A0;
	margin: 0;
	padding: 0;
}

.sde_lft_rpt_1 {
	background-image: url(../_imagez/sde_lft_rpt_1.jpg);
	background-repeat: repeat-y;
}

.sde_rgt_rpt_1 {
	background-image: url(../_imagez/sde_rgt_rpt_1.jpg);
	background-repeat: repeat-y;
}

.sde_lft_rpt_2 {
	background-image: url(../_imagez/sde_lft_rpt_2.jpg);
	background-repeat: repeat-y;
}

.sde_rgt_rpt_2 {
	background-image: url(../_imagez/sde_rgt_rpt_2.jpg);
	background-repeat: repeat-y;
}

hr {
	color: #993399;
	height: 2px;
	width: 350px;
	text-align: center;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #00FFFF;
	text-decoration: underline;
}

a:visited {
	color: #00FFFF;
	text-decoration: underline;
}

a:hover {
	color: #00FFFF;
	text-decoration: overline;
}

a:active {
	color: #00FFFF;
	text-decoration: overline;
}

/* makes all images not require border=0  */
img {
	border: none;
}

/* body txt */
.txt {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding: 2px 10px 2px 12px;
	text-align: left;
}

.txt_tribute {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin: 0 35px 0 2px;
}

/* footer */
.txt_ftr_lft_1 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	text-align: center;
}

.txt_ftr_lft_2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	text-align: center;
}

.txt_ftr_rgt {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #993399;
	line-height: 16px;
	padding: 20px 20px 0 20px;
}