/* global css clearfix */
article:after, aside:after, div:after, form:after, header:after, nav:after, section:after, ul:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }
/* for IE */
article, aside, div, form, header, nav, section, ul { zoom:1; }

body {
	background-color:#616161;
	background-image:url(../images/graphics/page_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0;
	margin:0;
}
h1 {
	font-family:Georgia, serif;
	font-size:20px;
	color:#666;
	background-image:url(../images/graphics/article_dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
h2 {
	font-family:Georgia, serif;
	font-size:16px;
	color:#990;
	background-image:url(../images/graphics/article_dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align: center;
	
}
h3 {
	font-family:Georgia, serif;
	font-size:20px;
	color:#990;
	background-image:url(../images/graphics/article_dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align: left;
}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#990;
	text-shadow: 1px 1px 2px #333;
}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#990;
	text-shadow: 1px 1px 2px #999;
}
p {
	font-family:Calibri;
	font-size:16px;
	line-height:26px;
	color:#383838;
	margin-bottom:20px;
}
a{
	color:#000;
}
.h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-shadow: 1px 1px 3px #666;
}
.history {
	width:860px;
	margin-bottom:20px;
	background-image:url(../images/graphics/article_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	padding:10px;
}
.history img {
	padding:4px;
	border:1px solid #CCC;
	margin-left:6px;
	background-color:#FFF;
}
.center {
	text-align:center;
}
.article {
	width:860px;
	margin-bottom:20px;
	background-image:url(../images/graphics/article_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	padding:10px;
	text-align: left;
}
.floatleft {
	float: left;
	margin: 0px 5px 5px 0px; 
	padding:4px;
	border:1px solid #CCC;
	background-color:#FFF;
}
.floatright {
	float: right;
	margin: 0px 0px 5px 5px;
	padding:4px;
	border:1px solid #CCC;
	background-color:#FFF;
}
.box {
	float:left;
	width: 200px;
	border:1px solid #666;
	padding:10px;
	margin:10px;
	background-color:#FFF;
	text-align:center;
}
.box a{	text-decoration:none;color:#990; }
.row {
	width: 726px;
	height:330px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.row_juniors {
	width: 726px;
	height:375px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
}
#title {
	text-align:left;
	position:relative;
}
#title a {
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	right:425px;
	bottom:5px;
	background-color:#E1E1E1;
	padding:5px 15px;
	text-decoration:none;
	 -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
	border-radius: 4px;
}
#title a:hover {
	background-color:#1B1B1B;
	color:#666;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width:920px;
}
#header {
	max-height:270px;
	background:url(../images/graphics/_top.png) top right no-repeat;
	padding:190px 0 15px 0;
	text-align:center;
}
#main_bg {
	background-image: url(../images/graphics/main_bg.png);
	margin: auto;
	margin-bottom:0;
	padding-bottom:0;
	padding: 0 20px 10px 20px;
	width:880px;
	position:relative;
}
#footer {
	margin:0;
	padding:45px;
	font-family:"Century Gothic", Tahoma, Arial;
	font-size:12px;
	color:#555555;
	background-image:url(../images/graphics/footer2.png);
	background-repeat:repeat-x;
	text-align: right;
}
/***********
   SQUADS
***********/
#squads {
	background: url(../images/logos/Swan_United-med.jpg) no-repeat 560px 30px #FFF;
	padding:5px 0 0 30px;
}
#squads h4 {
	text-shadow: 0px 0px 0px #fff;
}
#squads a {
	text-decoration:none;
	color:#990;
}
#squads a:hover {
	padding:0 0 0 20px;
	color:#996;
}

