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

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #3c3c3c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-image:url(/images/bg_grass.jpg);
}
.gsjfc #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #001338;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url('http://www.golbornesportsjfc.org.uk/images/gsjfc-fa-badges.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
.gsjfc #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.subHeader
{font-size:75%;
font-weight:normal;
margin-right:5px;}

.gsjfc #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.gsjfc #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:590px;
}

.gsjfc #mainImg
{
height:359px;
width:509px;
background: url(/imagerotate/rotate.php) no-repeat;
}

.gsjfc #mainImg P
{
padding:0 3px 0 3px;
}

.gsjfc H1
{
padding:210px 3px 0 3px;
color:#fff;
font-size:140%;
}

.gsjfc #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.gsjfc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.gsjfc #nav {
	padding: 5px 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0 10px 0 10px;
	background: url(http://www.golbornesportsjfc.org.uk/images/nav-bg.gif);
	width:97%;
	text-align:right;
	font: 190% Impact, Arial, Helvetica, sans-serif;
	height:35px;
	color:#000;
}

.gsjfc #nav A, #nav A:link, #nav A:visited  
{
	color:#000;
	text-decoration:none;
}

.gsjfc #nav A:hover  
{
	color:#001338;
	text-decoration:underline;
}

.gsjfc .leftCol
{width:509px;}

.gsjfc .rightCol
{width:458px;
margin-left:522px;}

.fltlft
{float:left;}

.fltrt
{float:right;}

.gsjfc .box
{border:3px black solid;
background-color:#FFF;
min-height:150px;
margin-bottom:10px;
color:#000;}

.gsjfc .box p
{
padding:0 5px 5px 5px;
}

.gsjfc .boxHeader
{background-color:#000;
color:#FFF;
width:450px;
padding:1px 0 4px 4px;
font-weight:bold;
font-size:120%;}

.gsjfc .boxHeader2
{width:980px;}

.gsjfc .topItemBg
{
background-color:#CCC;
padding:2px 2px 2px 2px;
margin:0 3px 0 3px;}

.gsjfc  .leftForm
{width:100px;
text-align:right;}

.gsjfc  .rightForm
{width:280px;
text-align:left;
padding-left:15px;}

.gsjfc  #formContainer
{width:450px;
margin-top:20px;}

.gsjfc  INPUT, TEXTAREA
{width:250px;}

.gsjfc  .button
{width:150px;}

.gsjfc  .margin10
{margin-bottom:10px;}

.gsjfc  .margin20
{margin-bottom:20px;}

.gsjfc  .margin130
{margin-bottom:130px;}
