/*TEXT STYLES*/
.body_red {	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: justify;
}
.body_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #865F7E;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.footer_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.subtitle_lavender {
	font-family: Georgia, Palatino, Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #663366;
	padding-top: 15px;
	text-align: center;
	vertical-align: text-top;
}
/*SUBTITLE LAVENDER LINKS*/
.subtitle_lavender a{	font-family: Georgia,Palatino,Times,serif;
	font-weight: bold;
	font-size: 14px;
	color: #CC99CC;
	text-decoration:none;
	
}
.subtitle_lavender a:hover{	font-family: Georgia,Palatino,Times,serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:underline;
	color: #FFCCFF;
}
.subtitle_lavender a:hover{	font-family: Georgia,Palatino,Times,serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:underline;
	color: #FF00FF;
}
/*backgrounds*/
#left {
  width: 183px;
  background-image: url("../images/mtg_r11_c1.jpg");
  background-repeat: repeat-y;
}

