@charset "utf-8";
/* CSS Document */

#PageWrapper
{
	display: block;
	width: 920px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: none;
}

	#LeftColumn .topBox .contentArea,
	#LeftColumn .botBox .contentArea,
	#RightColumn .title,
	#RightColumn .contentArea .promo,
	#RightColumn .contentArea .contactArea
	{
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}

	#RightColumn .contentArea
	{
		font-family: Arial, Helvetica, sans-serif;	
	}

#LeftColumn
{
	display: block;
	width: 158px;
	float: left;
}

#RightColumn
{
	display: block;
	float: right;
	width: 745px;
	height: 600px;
	background: url(/sanantonio/images/background.gif)
}

	#LeftColumn .topBox
	{
		display: block;
		width: 158px;
		border-top: 8px #75202e solid;
		background: #d7bfc3;
	}
	
	#LeftColumn .topBox .contentArea
	{
		color: #75202e;
		font-size: 12px;
		font-weight: bold;
		display: block;
		padding: 13px 10px 33px 10px;
	}
	#LeftColumn .topBox .contentArea b { font-size: 14px; }
	#LeftColumn .topBox .contentArea p
	{
		display: block;
		padding: 12px 0 0 0;
		margin: 0;
	}
	
	#LeftColumn .botBox
	{
		display: block;
		width: 158px;
		border-bottom: 1px #75202e solid;
		background: #ffffff url(/sanantonio/images/bg_BotLeftBox.gif) repeat-x;
		margin-top: 9px;
	}
	
	#LeftColumn .botBox .contentArea
	{
		color: #75202e;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		display: block;
		width: 135px;
		padding: 26px 0px 20px 13px;
	}
	
	#RightColumn .title
	{
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #75202e;
	}
	
	#RightColumn .title .schl { color: #bf132d; }
	
	#RightColumn .contentArea
	{
		display: block;
		width: 500px;
		padding: 12px 0 0 15px;
		color: #44050f;
		font-size: 12px;
	}
	
	#RightColumn .contentArea .promo,
	#RightColumn .contentArea p.intro
	{
		font-weight: bold;
		color: #75202e;
	}
	#RightColumn .contentArea p { 
		padding: 17px 0 0 0;
		margin: 0;
	}
	
	#RightColumn .contentArea .promo { font-size: 16px; }
	
	#RightColumn  .buttonsArea
	{
		display: block;
		width: 250px;
		padding: 16px 0 0 12px;
	}
	#RightColumn  .buttonsArea .aboutButArea
	{
		display: block;
		padding: 7px 0 8px 0;
	}
	
	#RightColumn .contactArea
	{
		display: block;
		width: 255px;
		padding: 35px 0 0 30px;
		color: #ffffff;
	}
	
	#RightColumn .contactArea table.contactTable
	{
		width: 255px;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	#RightColumn .contactArea table.contactTable td.leftCol
	{
		font-size: 15px;
		font-weight: bold;
		width: 129px;
		padding-right: 12px;
		line-height: 18px;
	}
	#RightColumn .contactArea table.contactTable td.rightCol
	{
		vertical-align: bottom;
		width: 114px;
		font-size: 13px;
		font-weight: bold;
	}
	