/**********************************************************************************/
body {
	background-color: #F2F2F2;
	font: 12px "Lucida Sans Unicode", "Lucida Sans", verdana, arial,
		helvetica;
	color: #888;
}

a {
	color: #800000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/********************************************************************************/
#wrapper {
	padding: 25px 0 0 40px;
}

#mini-nav {
	width: 20px;
	position: fixed;
	top: 45px;
	left: 23px;
}

* html div#mini-nav {
	width: 20px;
	top: 45px;
	left: 23px;
	position: absolute;
}

#mini-nav img {
	margin: 1px;
}

#content {
	width: 450px;
	text-align: left;
	border-top: solid 1px #CED4CA;
	border-bottom: solid 3px #CED4CA;
	border-left: solid 1px #CED4CA;
	border-right: solid 3px #CED4CA;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	min-height: 200px;
}

#photos {
	width: 300px;
	text-align: left;
	border-top: solid 1px #CED4CA;
	border-bottom: solid 3px #CED4CA;
	border-left: solid 1px #CED4CA;
	border-right: solid 3px #CED4CA;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: none;
}

#sidebar-1 {
	width: 170px;
}

#sidebar-2 {
	width: 170px;
}

#anuncios {
	width: 170px;
}

#logo {
	width: 140px;
}

/********************************************************************************/
.sidebar {
	text-align: left;
	border-top: solid 1px #CED4CA;
	border-bottom: solid 3px #CED4CA;
	border-left: solid 1px #CED4CA;
	border-right: solid 3px #CED4CA;
	float: left;
	background-color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 20px;
	background-image:
		url('http://www.badmintonhull.ca/site-images/joueur01.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

/********************************************************************************/
	/***   H type********************************************************************/
	/********************************************************************************/
h1 {
	color: #800000;
	font-size: 1.2em;
	text-align: center;
}

h2 {
	color: #800000;
	font-size: 1.1em;
	text-align: center;
}

/********************************************************************************/
	/***   MENU  ********************************************************************/
	/********************************************************************************/
#menu {
	width: 4em;
	font-size: 12px;
}

#menu a,#menu a:visited {
	text-align: left;
	text-decoration: none;
	color: #800000;
	display: block;
	width: 170px;
	height: 2.5em;
	border-top: #999999 solid 1px;
}

#menu a:hover {
	color: #800000;
	background-color: #ECECEC;
}

/********************************************************************************/
	/***   spec  ********************************************************************/
	/********************************************************************************/
.smallRight {
	color: #666666;
	font-size: 0.8em;
	text-align: right;
}

.newsTitle {
	color: #800000;
	font-size: 1.2em;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
}