/* CSS Document */

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
 {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* =Structure
-----------------------------------------------------------------------------*/
body {
	background-color: ;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

img.left {
	float:left;
	border-top: 0px solid #990000;
	border-right: 0px solid #990000;
	border-bottom: 0px solid #990000;
	border-left: 0px solid #990000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;




}
img.right {
	float:right;
	margin: 0 0 0px 10px;
	border: 0px solid #FFFFFF;


}
img.border {
	border: 2px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;


	
}
img.advert {
	padding-top: 100px;
	padding-left: 50px;



}
html, body {
	height: 90%;
}

/* Hack for IE */
* html #mainContainer {
height: 100%;
}
/*End IE Hack */

#MainContainer {
	width: 800px;
	min-height: 100%;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(url(images/tile.gif)%20repeat-y);
	margin-right: auto;
	margin-left: auto;

}

#MainContent {
	border-top-style: solid;
	border-top-width: 10px;
	float: left;
	display: inline;
	width: 353px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-color: #FFFFFF;
	
}
#MainForm {

	border-top-style: solid;
	border-top-width: 10px;
	float: left;
	display: inline;
	width: 620px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-color: #FFFFFF;

}

#LeftColumn {
	float: left;
	width: 150px;
	border-top: 10px solid #FFFFFF;
	padding-left: 10px;



}
#RightColumn {
	float: right;
	width: 267px;
	border-top: 0px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	
	}

#RightColumn h3 {
	margin:0;
	padding:5px 5px 0px 10px;
	background:url(images/colheader.gif) no-repeat 100%;
	color:#333333;
	font-size: 80%;

}

#RightColumn p {
	color: #666666;
	font-size: 70%;
	padding: 10px;
	margin-right: 10px;
	border-bottom: 1px dashed #CCCCCC;






}

#navigation {
	float: left;
	display: inline;
	padding-left: 250px;



}

#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;




}

#navigation ul li {
	list-style-image: url(images/arrow.gif);
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	padding-right: 10px;





}

#navigation ul li a {
	font-size: 80%;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;

}

#navigation ul li a:hover {
	color: #E75211;
	text-decoration: underline;


}

#navigation ul li a.on {
	color: #E75211;


}

.GreyInfoBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000066;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
	background-image: url(images/magbackground.jpg);
	height: 440px;




}
.GreyInfoBox p {
	font-size:80%;
	color:#FFFFFF;
	padding: 3px 250px 10px 10px;

}

.GreyInfoBox h3 {
	color:#FFFFFF;
	padding: 10px 250px 0px 10px;
	font-size: 90%;
	font-weight: bold;

}
.GreyInfoBox a:link {
	color: #FF3300;
	text-decoration: none;


}

.GreyInfoBox2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #F0F0F0;


}
.GreyInfoBox2 p {
	font-size:70%;
	color:#626247;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666633;


}

.GreyInfoBox2 h3 {
	color:#626247;
	padding: 10px 10px 5px;
	font-size: 80%;
	background-image: url(images/colheader.gif);
	
}
.GreyInfoBox2 a:link {
	color: #FF3300;
	text-decoration: none;
	
}

.GreyInfoBox3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: right top;
	background-color: #060000;
	margin-bottom: 10px;





}
.GreyInfoBox3 p {
	font-size:70%;
	color:#626247;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;


}

.GreyInfoBox3 h3 {
	color:#626247;
	padding: 10px 10px 5px;
	font-size: 80%;
	background-image: url(images/colheader.gif);
	
}
.GreyInfoBox3 a:link {
	color: #FF3300;
	text-decoration: none;

}

.headerBox {
	border:1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;





}

.headerBox h3 {
	margin:0;
	padding:5px;
	background:url(images/colheader.gif) no-repeat 100%;
	color:#fff;
	font-size: 60%;

}

.headerBox p {
	margin:5px 5px 10px;
	color: #666666;
	font-size: 70%;

}

.headerBox h4 {
	margin-left:10px;
	color: #CCCCCC;
	margin-top: 8px;
	margin-bottom: 10px;
	
}

.headerBox ul {
	font-family: Tahoma;
	font-size: 70%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;





}
.headerBox ul li {
	list-style-image: url(images/3arrowbullet.gif);
	list-style-position: inside;




}
.headerBox ul li a {
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;





}
.headerBox ul li a:hover {
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: underline;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;



}
.headerBox ul li a.on {
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;


}

.headerBox2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;


}

.headerBox2 h3 {
	margin:0;
	padding:5px 5px 0px;
	background:url(images/colheader.gif) no-repeat 100%;
	color:#626247;
	font-size: 70%;
	font-weight: bold;


}

.headerBox2 p {
	color: #FFFFFF;
	font-size: 70%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;


}

.headerBox2 h4 {
	margin-left:10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-weight: bolder;



	
}

.headerBox2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 5px;



}
.headerBox2 ul li {
	list-style-position: inside;
	list-style-image: url(images/arrow_right_white.png);




}
.headerBox2 ul li a {
	padding: 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;



}
.headerBox2 ul li a:hover {
	padding: 4px;
	background-repeat: no-repeat;
	color: #FF0000;
	text-decoration: underline;


}
.headerBox2 ul li a.on {
	padding: 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;

}

.headerBox3 {
	border:1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-bottom: 10px;
	background-position: center;



}

.headerBox3 h3 {
	margin:0;
	padding:5px;
	background:url(images/colheader.gif) no-repeat 100%;
	color:#fff;
	font-size: 70%;

}

.headerBox3 p {
	margin:5px;
	color: #FFFFFF;
	font-size: 70%;

}

.headerBox3 h4 {
	margin-left:10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-weight: bolder;



	
}

.headerBox3 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 5px;



}
.headerBox3 ul li {
	list-style-position: inside;
	list-style-image: url(images/3arrowbullet.gif);




}
.headerBox3 ul li a {
	padding: 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;



}
.headerBox3 ul li a:hover {
	padding: 4px;
	background-repeat: no-repeat;
	color: #FF0000;
	text-decoration: underline;


}
.headerBox3 ul li a.on {
	padding: 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
/* =Image Structure
-----------------------------------------------------------------------------*/
}

.ColHeader {
	font-family: Arial, Helvetica, sans-serif;

}
.ColHeader h3 {
	font-size: 80%;
	padding: 4px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #666666;


}
}

.ColHeader2 {
	font-family: Arial, Helvetica, sans-serif;

}
.ColHeader2 h3 {
	font-size: 80%;
	padding: 4px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #666666;


}
p {
	font-family: Tahoma;
}
h3 {
	font-family: Tahoma;
}
#headerholder {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/betfree-header_01.jpg);
	height: 115px;
	width: 800px;
	background-repeat: no-repeat;




}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 804px;
}	
	#Subscription {
	font-family: Tahoma;
	font-size: 70%;
	color: #000000;
}	
	.style1 {
	font-family: Tahoma;
	font-size: 80%;
	color: #FFFFFF;
	background: url(images/two%20mags%20with%20shadow2.jpg) no-repeat right top;
	padding: 10px;
	border: #CCCCCC;
	margin: 10px;


}
TEXTAREA, INPUT, SELECT, OPTION, .area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	margin: 5px;
	padding: 0px;

}
#BigColumn {
	margin-right: 100px;
	margin-left: 100px;


	
}

#BigColumn h3 {
	margin:0;
	padding:5px 5px 0px 10px;
	background:url(images/colheader.gif) no-repeat 100%;
	color:#333333;
	font-size: 80%;

}

#BigColumn p {
	color: #666666;
	font-size: 70%;
	padding: 10px;
	margin-right: 10px;
	border-bottom: 1px dashed #CCCCCC;

}
#footer p {
	background-color: #000000;
	position: relative;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px;

}
#flashholder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
}
#MainContent2 {

	border-top-style: solid;
	border-top-width: 10px;
	float: left;
	display: inline;
	width: 353px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-color: #FFFFFF;
}
.style2 {

	font-family: Tahoma;
	font-size: 80%;
	color: #FFFFFF;
	background: url(images/junecomp.gif) no-repeat right top;
	padding: 3px;
	border: #CCCCCC;
	margin: 10px;
}
#topbanner {

	float: left;
	display: inline;
	padding-left: 325px;
}
