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

* {margin:0;padding:0}
html, body {
    height: 100%;
    margin:0;
    padding:0;
}
body {
    color:#036;
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
    line-height:normal;
    background:url(http://patinageartistiquebourassa.com/Images/gradient.png) repeat-x 0 170px;
	background-color:FFF3E7;
}

/*h2 {
	padding:.2em 0 0 0;
	font-size:1.4em;
}
h3 {
	padding:1em 0 0 0;
	font-size:1.2em;
}
p {
	padding:.5em 0 0 0;
	color:#036;
	line-height:1.2em;
}*/


#header {
    border-top:55px solid #fff;/* preserve footer space*/
    margin-left:-211px;
    position:relative;
    min-height:0;
  	z-index:999;
    padding:5px 0 0;
    background:white;
    color:#369;
}
#header p{
    padding:5px 20px;
    border-bottom:5px solid #69C;
}
#top-nav {
    border-top:5px solid #369;
    min-height:20px;
    color:#036;
    background-color:#FED3A5;
    padding-left:210px;
}
#top-nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#top-nav li {
    display:inline;
    padding:3px 0;
}
#top-nav a:link, #top-nav a:visited {
    text-decoration:none;
    color:#369;
}
#top-nav a:hover {
    text-decoration: none;
    color: #fff;
}

#outer {
    position: relative;
    min-height: 100%;
    margin-top:-55px;/* make room for footer*/
    margin-left:210px;
    border-left:1px solid #ccc;
    z-index:1;
}
#sidebar{
    float:left;
    width:200px;
    position:relative;
    margin-left:-199px;
    left:-11px;
}
#box1pad  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width:180px;
    margin:20px 0  20px 20px
}
#box1pad li { 
    margin: 0 0 1px 0; 
}
#box1pad a {
    display: block;
    padding: 5px 10px;
    width: 140px;
    color: #fff;
    background-color: #036;
    text-decoration: none;
}
#box1pad a:hover {
    color: #fff;
    background-color: #69C;
    text-decoration: none;
}
#box1pad ul ul{margin:0;}
#box1pad ul ul li { 
    margin: 0 0 1px 0; 
}
#box1pad ul ul a {
    display: block;
    padding: 5px 5px 5px 30px;
    width: 125px;
    color: #fff;
    background-color: #369;
    text-decoration: none;
}
#box1pad ul ul a:hover
{
    color: #fff;
    background-color: #69C;
    text-decoration: none;
}
#content{    
    float:right;
    width:100%;
    margin:0 0 0 -1px;
    position:relative;
    z-index:1;
    padding-top:20px;
}

#content h2, h3, h6 { 
	padding-bottom:5px;
}

#content h6 {
	text-align:center;
}

#content p {
	padding-bottom:15px;
	vertical-align: text-top;
}


#footer {
    height:40px;/* must have a known height*/
    border-top:5px solid #369;
    clear:both;
    padding:5px;
    text-align:center;
    font-size:small;
    color:#C9C9C9;
    background:#fff;
}
#footer a {
    color:#036;
    text-decoration: none;
}

#footer a:hover {
    color: #69C;    
}
.clearer{
    height:1px;
    overflow:hidden;
    margin-top:-1px;
    clear:both;
}
#box2wrap {
    float:left;
    width:440px;
}
#box2 {
    float:right;
    width:420px;
    padding-bottom:5px;
}
#box2pad {
    position:relative;
    float:right;
    width:410px;
    overflow:hidden;
}

table {
	width:410px;
	border-collapse:collapse;
	/*line-height:1.2em;*/
	text-align:left;
	border:1px 0 1px 0 solid #CCCCCC;
	
}

table th, td {
	padding:4px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	vertical-align:text-top;
}


th {
	padding:0 2px 0 2px;
	width:200px;
}

td {
	width:183px;
}

.box3wrap {
    float:left;
    width:210px;
    /*margin-top:20px;*/
}
.box3 {
    float:right;
    width:190px;
    padding-bottom:5px;
	border-left:1px dotted #CCCCCC;
}
.box3pad {
    position:relative;
    float:right;
    width:180px;
    overflow:hidden;
}

.box3 h5 {
	padding-top:5px;
	font-size:small;
}

/* Picture gallery */

#albumlist {
	list-style-type: none;
}

#albumlist li {
	float: left;
	width: 420px;
	margin-bottom: 10px;
}

#albumlist img {
	display: block;
	border: 2px solid #036;
	
}

.captioned_photo {
	float: right;
	margin: .5em;
	padding: 0;
	line-height: 1em;
	/*width: 240px;*/
}



.captioned_photo_left {
	float: left;
	margin: .5em;
	padding: 0;
	line-height: 1em;
	
}

.captioned_photo p {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	font: .75em/1.75em Verdana, sans-serif;
	color: #666;
}

.captioned_photo img {
	margin: 0;
	padding: 0;
	display: block;
	
}
