@charset "utf-8";
td img {display: block;}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backgrounds/dg-background.gif);
	background-repeat:repeat;
}
/* INDEX */
#icontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 530px;
	position: relative;
}
#icontainer #icontent {
	height: 650px;
	width: 760px;
	background-image: url(../images/backgrounds/index_full.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#icontainer #icontent #nav {
	padding-top: 119px;
	margin-left: 46px;
	width: 670px;
	clear: both;
	height: 21px;
}
#icontainer #news {
	height: 72px;
	width: 760px;
	background-image: url(../images/backgrounds/index_news.jpg);
	background-repeat: no-repeat;
}
#icontainer #news #newsitem {
	padding-top: 50px;
	padding-left: 60px;
	height: 25px;
	width: 660px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A3241E;
	font-weight: bold;
}
#icontainer #icontent #imain {
	width: 480px;
	padding-top: 70px;
	padding-left: 240px;
	position: relative;
}
#icontainer #icontent #imain h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	display: inline;
	line-height: 25px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#icontainer #icontent #imain #iserv1 {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #E9CEB1;
	padding-left: 85px;
}
#icontainer #icontent #imain p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #E9CEB1;
	margin: 5px;
	padding: 0px;
}
#icontainer #icontent #imain #iserv2 {
	float: left;
	width: 160px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9CEB1;
}
#icontainer #icontent #imain a:link,#icontainer #icontent #imain a:visited  {
	color: #E9CEB1;
}
#icontainer #icontent #imain a:hover {
	color: #FFFFFF;
}
#icontainer  #ifooter {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
#icontainer  #ifooter a:link, #icontainer  #ifooter a:visited, #container #footer #footertext a:link, #container #footer #footertext a:visited{
	color: #715235;
}

#icontainer  #ifooter a:hover, #container #footer #footertext a:hover{
	color: #FFFFFF;
}
/* SECONDARY */
#container {
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/sec_tile.jpg);
	background-repeat: repeat-y;
}
#container #floatimg {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A3241E;
	font-weight: bold;
	z-index: 200;
}
#container #floatimg a:link {
	color: #A3241E;
}
#container #floatimg a:visited {
	color: #A3241E;
}
#container #floatimg a:hover {
	color: #000000;
}
#container #main {
	clear: both;
	width: 760px;
	overflow: auto;
	position: relative;
	background-image: url(../images/backgrounds/sec_main.jpg);
	background-repeat: no-repeat;
	/*z-index:50;*/
}
#container #main #canvas {
	padding-top: 72px;
	position: relative;
}
#container #main #canvas #right {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 457px;
	padding-right: 40px;
	z-index: 50;
	position:relative; 
	line-height:18px;
}
#container #main #canvas #one_col {
	font-family: Arial, Helvetica, sans-serif;
	/*float: right;*/
	/*width: 457px;*/
	padding:0px 40px;
	z-index: 50;
	position:relative; 
	line-height:18px;
}
#container #footer {
	height: 106px;
	width: 760px;
	background-image: url(../images/backgrounds/sec_footer.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#container #footer #footertext {
	position:absolute;
	top:62px;
	left:30px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	width:600px;
}
#container #main #canvas #right h1, #container #main #canvas #one_col h1 {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#container #main #nav {
	padding-top: 119px;
	margin-left: 46px;
	width: 670px;
	clear: both;
	height: 21px;
}
#container #main #canvas #right li, #container #main #canvas #right td, #container #main #canvas #right p, #container #main #canvas #one_col li, #container #main #canvas #one_col td, #container #main #canvas #one_col p {
	font-size: 12px;
	color: #34200A;
}

#container #main #canvas #right h2, #container #main #canvas #one_col h2 {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#container #main #canvas #right h4, #container #main #canvas #one_col h4 {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#container #main #canvas #right a:link, #container #main #canvas #one_col a:link {
	color: #6B4214;
}
#container #main #canvas #right a:visited, #container #main #canvas #one_col a:visited {
	color: #6B4214;
}
#container #main #canvas #right a:hover, #container #main #canvas #one_col a:hover {
	color: #34200A;
}
#container #main #canvas #right #contactform textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #654421;
}
#container #main #canvas #right #contactform input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #654421;
}
#icontainer #icontent #partners {
	height: 22px;
	width: 104px;
	position: absolute;
	left: 93px;
	top: 628px;
}
#icontainer #icontent #bigwins-flash {
	height: 148px;
	width: 232px;
	position: absolute;
	left: 264px;
	top: 506px;
}
#icontainer #icontent #adversaries-flash {
	height: 148px;
	width: 232px;
	position: absolute;
	left: 497px;
	top: 506px;
}
#container #main #canvas #right h3, #container #main #canvas #one_col h3 {
	text-align:left;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	display: inline;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#printable-header {
	display: none;
}
