body
{
	margin: 0px 0px 0px 0px;
	background-color: #C1998F;
}
*, td
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
}
.logo_td
{
	padding-top: 13px;
	padding-bottom: 13px;
}
	.socialTitle {
		margin: 35px 0 0 10px;
	}

	.facebookIcon {
		float: left;
		display: block;
		width: 41px;
		height: 41px;
		background-image: url(../images/icon_facebook.png);
		background-repeat: no-repeat;
		text-indent: -99999px;
		margin: 17px 0 10px 25px;
	}
	
	.twitterIcon {
		float: left;
		display: block;
		width: 41px;
		height: 41px;
		background-image: url(../images/icon_twitter.png);
		background-repeat: no-repeat;
		text-indent: -99999px;
		margin: 17px 0 10px 15px;
	}
	
	.foursquareIcon {
		float: left;
		display: block;
		width: 41px;
		height: 41px;
		background-image: url(../images/icon_foursquare.png);
		background-repeat: no-repeat;
		text-indent: -99999px;
		margin: 17px 0 10px 15px;
	}

.main_td
{
	background-image: url(../images/main_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 740px;
	
}
.main_table
{
	background-image: url(../images/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 740px;
}
.menu_l
{
	vertical-align: middle;
	padding-left:19px;
	text-align: left;
	height: 27px;
	width: 20%;
}
.menu_r
{
	vertical-align: middle;
	padding-right:19px;
	text-align: right;
	height: 27px;
	width: 20%;
}
.menu
{
	vertical-align: middle;
	text-align: center;
	height: 27px;
	width: 20%;
}
.sub_table
{
	width: 202px;
	background-image: url(../images/table_bg.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.sub_td
{
		color: #FFFFFF;
}
.sub_td td
{
		color: #FFFFFF;
}
.footer
{
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/footer_bg.jpg);
	width: 740px;
	height: 29px;
	vertical-align: middle;
	font-weight: bold;
}
a
{
	text-decoration: underline;
	color: #000000;
}
a:hover
{
	color: #9D0009;
	text-decoration: none;
}
a.mail
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.mail:hover
{
	color: #C4E862;
	text-decoration: none;
	font-weight: bold;
}
.sub_td a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.sub_td a:hover
{
	color: #C4E862;
	text-decoration: none;
}
.dag_header
{
	color: #FFFFFF;
	font-weight: bold;
}
.red
{
	color: #FF0000;
}

