@font-face {
	font-family: 'gothic';
	src: url('../fonts/Gothic-Thirteen.eot');
}

@font-face {
	font-family: gothic;
	src: local('gothic'),
              local('gothic'),
              url("../fonts/Gothic-Thirteen.otf") format("opentype");
}

table { margin: 0px; padding: 0px; }

body
{
	background: url(../img/bg.jpg);
	background-position: center;
	
	font-family: georgia;
}

.container_24
{
	margin-top: 28px;
	background: url(../img/bg-semi-transparent.png);
}

p
{
	margin: 0px;
}

#header
{
	margin: 10px;
	margin-bottom: 8px;

	background: #979688;
	height: 174px;
	width: 940px;
}

.gothicUpper
{
	font-family: gothic;
	text-transform: uppercase;
	color: #f0edd7;
}

.headerTagline
{
	margin-top: 10px;
	margin-left: 10px;

	font-size: 30px;
	line-height: 28px;
	
	font-weight: normal;
}

.partnerHeader
{
	margin-top: 20px;
	margin-left: 50px;
	font-size: 20px;
	line-height: 20px;
}

td
{
	vertical-align: top;
}

#menuParent
{
	width: 940px;
	background: #6a6960;

	margin: 0px;
	margin-left: 5px;

	padding: 0px;

	height: 25px;
}

#menu
{
}

.menuItem
{
	display: inline;

	margin: 0px;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

	background: #6a6960;

	font-family: gothic, verdana;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 20px;
	
	border-right: 4px #e7e7e3 solid;
}

.menuItem a
{
	color: #f0edd7;	
	text-decoration: none;
	
	padding: 0px;
	margin: 0px;
}

.menuItem a:hover
{
	color:#f0e34b;
}

.menuItemFiller
{
	float: right;
	background: #6a6960;
	
	width: 100%;
	height: 30px;
}

#footer
{
	width: 910px;
	margin-left:5px;
	margin-bottom: 10px;
	
	padding: 10px;
	
	padding-left: 20px;
	
	font-size: 12px;
	color: white;
	background: #6a6960;
}

#footer a
{
	color: white;
}

.rightContentBox
{
	width: 284px;
	background: white;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.rightContentBox hr
{
	margin: 0px;
	border: 1px dotted #737373;
	
	margin-bottom: 10px;
}

.rightContentBox hr.white
{
	margin: 0px;
	border: 1px dotted white;
	
	margin-bottom: 10px;
}

.rightContentBoxBottomShadow
{
	height: 8px;
	background: url(../img/contentbox-bottom-shadow.png);
	margin-right: 5px;
	
	margin-bottom: 3px;
}

input.newsletterOkButton
{
	font-style: italic;
	border:1px solid grey;
	background: #6a6960;
	color: #f0e34b;
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	cursor: pointer;
}

#breadcrumb
{
	background: white;
	margin-left: 5px;
	margin-top: 8px;
	color: #757575;
	font-size: 12px;
	
	margin-left: 4px;
	padding-left: 4px;
	
	width: auto;	
}

#breadcrumb a
{
	color: #757575;
	text-decoration: none;
}

#breadcrumb a.active
{
	color: #f4043c;
}

.mainLeftContentBox
{
	margin-top: 14px;

	background: white;
	margin-left: 4px;
	padding: 16px;
	
	padding-bottom: 8px;
}

.mainLeftContentBox .header a
{
	font-family: gothic;
	text-transform: uppercase;
	text-decoration: none;

	color: #25b6cd;
	font-size: 30px;
	
	padding: 0px;
	margin: 0px;
	
	margin-top: 4px;
	margin-bottom: 4px;
	
	padding-left: 3px;
	
	line-height: 30px;
}

.mainLeftContentBox .author
{
	padding-left: 3px;
}

.mainLeftContentBox .subtitle
{
	color: #686868;
}

.mainLeftContentBox hr
{
	margin: 0px;
	padding: 0px;
	border: 1px dotted #737373;
}

.mainLeftContentBox hr.double
{
	margin: 0px;
	padding: 0px;
	border: 1px dotted #737373;
	
	margin-top: 1px;
	margin-bottom: 10px;
}

.mainLeftContentBox hr.footer
{
	margin: 0px;
	padding: 0px;
	border: 1px dotted #737373;
	
	margin-top: 10px;
}

.mainLeftContentBox .readAllLink:before
{
	content: "➞ ";
	color: #f4043c;
}

.mainLeftContentBox .readAllLink a
{
	color: #f4043c;
	font-size: 14px;
	font-style: italic;
}

.leftContentBoxBottomShadow
{
	margin:0px;
	padding:0px;
	margin-left: 4px;

	height: 8px;
	background: url(../img/contentbox-bottom-shadow.png);
	
	margin-bottom: 3px;
}

.mainLeftNews
{
	width: 626px;
	height: 290px;

	margin-left: 4px;
	margin-top: 4px;
}

.mainNewsSelectionColorBox
{
	position: relative;	
	width: 18px;
	height: 18px;

	border: 1px solid white;
	
	cursor: pointer;
}

.mainNewsSelectionBoxes .selected
{
	width: 17px;
	height: 17px;
	border: 3px solid white;
}

#mainLeftNewsTitle
{
	position: relative;
	top: -290px;
	left: 25px;

	background: #b91b51;
	
	width: 300px;
	
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	letter-spacing: 2px;
}

#mainLeftNewsTitle h1
{
	font-family: gothic;
	text-transform: uppercase;
	color: white;

	font-size: 30px;
	line-height: 30px;
	
	margin: 0px;
	padding: 0px;
}

#mainLeftNewsTitle h2
{
	font-family: gothic;
	text-transform: uppercase;
	color: white;

	font-size: 20px;
	line-height: 20px;

	margin: 0px;
	padding: 0px;
}