@charset "utf-8";
/* CSS Document */

/* Page Properties */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.png);
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}

strong.green {
color:#209e0c;		
}
strong.greenBig {
color:#209e0c;
font-size:14px;
}
strong.yellow {
color:#c4a41f;		
}

h1 {
font-size:16px;
margin:0px;
color:#209e0c;		
}
h2 {
font-size:14px;
margin:0px;
color:#209e0c;
border-bottom:1px solid #209e0c;
}
h3 {
font-size:12px;
margin:0px;
color:#209e0c;		
}

sup {
font-size:10px;
margin:0px;
color:#209e0c;		
}

ol ul li{
margin:0;
padding:0;
line-height:14px;
}


/* Links Properties 
	a { 
	text-decoration:none; 
	color:#caa519; 
	}
	a:hover   {
	color: #FFFFFF; 
	}*/
/* Main Container */	
	.breedersCup #wrapper {
		height:98%;
		text-align: center;
		margin: 0 auto;
		}
	.breedersCup #container {
		width: 960px;
		height:1223px;
		margin: 0 auto;
		text-align: left;
		}
/* Top Header Holder */
	.breedersCup #TopHeader {
		float:left;
		width:960px;
		height:70px;
		background-image:url(../images/breeders-cup-top.gif);
		background-repeat:no-repeat;
		margin: 0 auto;
		}
/* Intro Holder */
	.breedersCup #Intro {
		float:left;
		width:700px;
		height:126px;
		background-image:url(../images/bg_introduction.jpg);
		background-repeat:no-repeat;
		margin: 0 auto;
		padding:20px 220px 10px 40px;
		}
/* Prizes info Holder */
	.breedersCup #subContent {
		float:left;
		width:880px;
		margin: 0 auto;
		padding:0px 40px 0px 40px;
		}
/* Prizes info Holder */
	.breedersCup #Content {
		float:left;
		width:940px;
		height:555px;
		background-image:url(../images/bg_info.jpg);
		background-repeat:no-repeat;
		margin: 0 auto;
		padding:10px;
		}
/* Breeders Info */
	.breedersCup #InfoA {
		float:left;
		width:327px;
		padding-top:50px;
		padding-left:25px;
		margin: 0 auto;
		}
		
	.breedersCup #InfoB {
		float:left;
		width:277px;
		padding-top:50px;
		margin: 0 auto;
		font-size:12px;
		line-height:18px;
		text-align:center;
		}
		
	.breedersCup #InfoC {
		float:left;
		width:295px;
		padding-top:50px;
		padding-left:15px;
		margin: 0 auto;
		font-size:11px;
		}

/* terms content */
	.breedersCup #Terms {
		float:left;
		width:930px;
		padding-top:10px;
		padding-left:30px;
		margin: 0 auto;
		font-size:11px;
		}
		
		
