@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.fca-magazine.co.uk/img/element.png); background-repeat: repeat;
	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: #000000;
}
.fca #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	padding-right:15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.fca #topGap {
	height:15px;
	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. */
	font-size:14px;
	font-family:'', Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000;
	line-height: 192.8571%;
	padding-top:1px;
}
.fca #memberLinks {

	
	font-size:16px;
	font-family:Helvetica,"Trebuchet MS",Jamrul,sans-serif;
	text-transform:lowercase;
	font-style:bold;
	text-align: right;
	color: #000;
	line-height: 192.8571%;
	padding-top:1px;
	clear:none;
}
	
.fca #header {
	background-image:url(../../img/fcalogosmall.png);
	margin-left:15px;
	background-repeat:no-repeat;
	width:957;
	height:115px;
	padding: 0 10px 0 20px;
	
     clear: none; /* 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. */
	 
}
.fca #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 */
}
.fca #header fcaLogo {
	width:235;
	height:107;
	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 */
	align:left;
}

.fca #header topBanner {
	width:471px;
	align:right;
	height:76px;	
		margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.fca #fcaMiniDivider {
	width:1000px;
	height:5px;
}

/*.fca #fcaNavigation {
	width:957;
	height:31;
	padding-left:27px;
	
}*/

.fca #videoBox {
	width:968;
	height:425;
	background: #FFFFFF; 
	padding: 0 10px 0 10px;  /* 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. */
	align:center;
}

.fca #widgeted {
	width:968;
	height:425;
	background: #FFFFFF; 
	 /* 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. */
	align:center;
}

.fca #fcaDivider {
	width:1000px;
	height:15px;
}

.fca #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.fca #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.fca #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 */
	text-align:center;
}

.gobutton {
repeat: no-repeat;
margin-bottom: -5px;
padding-top: 5px;
} 

/* begin gradient FCA gradient box */

div.border_top {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/top_middle.png'); 
				background-repeat: repeat-x; 
				background-position: top; 
				width: 100%; 
				height: 100%;}
			div.border_right {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/middle_right.png'); 
				background-repeat: repeat-y; 
				background-position: top right; 
				width: 100%; 
				height: 100%;}
			div.border_bottom {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/bottom_middle.png'); 
				background-repeat: repeat-x; 
				background-position: bottom; 
				width: 100%; 
				height: 100%;}
			div.border_left {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/middle_left.png'); 
				background-repeat: repeat-y; 
				background-position: top left; 
				width: 100%; 
				height: 100%;}
			div.corner_top_left {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/top_left.png'); 
				background-repeat: no-repeat; 
				background-position: top left; 
				width: 100%; 
				height: 100%;}
			div.corner_top_right {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/top_right.png'); 
				background-repeat: no-repeat; 
				background-position: top right; 
				width: 100%; 
				height: 100%;}
			div.corner_bot_right {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/bottom_right.png'); 
				background-repeat: no-repeat; 
				background-position: bottom right; 
				width: 100%; 
				height: 100%;}
			div.corner_bot_left {
				background-image: url('http://www.fca-magazine.co.uk/content-box/img/bottom_left.png'); 
				background-repeat: no-repeat; 
				background-position: bottom left; 
				width: 100%; 
				height: 100%;}
			div.gradient {
				background-color: white;
				width: 685px; 
				height: 100%;}
			div.content {
				padding: 30px;}
								}
							
/*#fcanavigation
{
	position: relative;
	height: 28px;
	width: 963px;
	background: url(http://www.fca-magazine.co.uk/img/fcanavbar.png) no-repeat;
	left: 0px;
	margin-bottom: 10px;
	padding-left:30px;
}

#fcanavigation ul { margin: 5px 0 0 -15px;}

#fcanavigation ul li
{
	margin-left: 2px;
	padding-right: 2px;
	display: inline;
	text-transform: lowercase;
	
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	background: url(http://www.fca-magazine.co.uk/img/divider.png), no-repeat 100%;
	display: block;
	float: left;
	margin-top:8px;
}

#fcanavigation ul li.first { margin: 0; }
#fcanavigation ul li.last { padding-right: 0; background: none; }

#fcanavigation ul li a
{
	color: #fff;
	text-decoration: none;
 	display: block;
 	padding: 0 2px 0 2px;
}

#fcanavigation ul li a:hover { color: #ffffff; }
*/
