/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
}
body {
	position:relative;
	height:100%;
	background-color:#56a1d5;
	margin:0px;
}

p {font-size:12px;}

h1	{font-weight:200;}

#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:30px;
}
#container_4 {
	position:relative;
	margin:5px;
}
#top {
	background-color:#f2f2ef;
	margin-top:0;
	background-image:url(images/styles/topbar.jpg);
	background-repeat:repeat-x;
	}
#header {
	position:relative;
	width:960px;
	height:135px;
	text-align:left;
	}
#title {
	height:46px;
	background-image:url(images/coachrepresentation.jpg);
	background-repeat:no-repeat;
	margin-top:-20px;
	}
/* LOGO */
#logo {
	position:relative;
	width:256px;
	height:76px;
	float:left;
	margin-top:58px;
	color:#FFFFFF;
}
#redirect {
	width:700px;
	float:right;
	background-repeat:no-repeat;
	background-position: bottom right;
	text-align:right;
	margin-top:0px;
	}
/* ***************************************************************************** */
/* BANNER */
/*
#banner_border {
	border: 4px solid #636466;
	margin-bottom:2px;
	height:263px;
	}

#banner {
	position:relative;
	height:260x;
	background-color:;
	border:2px solid #f2f2ef;
}



#banner_ball {
	width:545px;
	height:260px;
	float:left;
	background-image:url(../images/soccercrowd.jpg); 
    background-repeat:no-repeat;
	}
	
#banner_space {
	width:3px;
	float:left;
	}
	
#banner_img {
	width:400px;
	height:260px;
	float:left;
	}
*/	
#banner_border {
	border: 4px solid #636466;
	margin-bottom:2px;
	height:263px;
	}

#banner {
	position:relative;
	height:260x;
	background-color:;
	border:2px solid #f2f2ef;
}

#banner_ball {
	width:545px;
	height:260px;
	float:left;
	background-image:url(../images/ballbg.jpg); 
    background-repeat:no-repeat;
	}
	
#banner_space {
	width:3px;
	float:left;
	}
	
#banner_img {
	width:400px;
	height:260px;
	float:left;
	}	
/* ***************************************************************************** */
/* MENU */

#menutop {
	position:relative;
	width:960px;
	height:3px;
	background-color:#636466;
	margin-bottom:2px;
	}
	
#menu {
	position:relative;
	width:100%;
	height:35px;
	background-image:url(images/styles/menubg.jpg);
	background-repeat:no-repeat;
	z-index:10;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:700px;
	float:left;
	min-height:280px;
}
#right_column {
	padding-top:20px;
	position:relative;
	width:250px;
	margin:auto;
	float:right;
	text-align:right;

}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding-top:40px;
	width:960px;
	margin:0 auto;
	}
#footer1 {
	background-image:url(images/styles/grassbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#plogo {
	width:40px;
	float:left;
	padding-top:10px;
}

#copyright {
	float:left; 
	width:500px;
	margin-top:20px;
	color:#ffffff;
	}
	
#plujo {
	float:right;
	padding-top:0px;
	width:110px;
	margin-top:22px;
	}
	/* ***************************************************************************** */
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:600px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}

