/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	height:100%;
	width:100%;
	margin:40px 0 40px 0;
	padding:0;
	text-align:center;
	font-family:geneva, arial, verdana, sans;
	color:#fcf9ce;
	font-size:100%;
	background:#ffffff;
}
#outside {
	width:1110px;
	margin:0 auto;
	text-align:left;
	background:#ffffff;
}
#wrapper {
	width:1059px;
	margin:0;
	padding:0;
	text-align:right;
	background:#ffffff url(../images/bg_wrapper.jpg) top right repeat-y;
}

#wrapper #sun {
	float:right;
	top:0;
	right:0;
	width:178px;
	height:181px;
}
#header {
	width:1060px;
	height:120px;
	text-align:center;
	background:url(../images/bird.jpg) top left no-repeat;
}
#header .menu a, #header .menu a:visited {
	color:#f8f7f9;
}
#header .menu a:hover {
	color:#cfe295;
}
#header .lee_ashley {
	float:right;
	width:550px;
	margin-top:-50px;
}
#content {
	position:relative;
	width:1060px;
	height:auto;
	margin:0;
	padding:0;
	min-height:539px;
	background:url(../images/tree_full.jpg) top left no-repeat;
}

#content p {
		font-size:80%;
}

#content ul {
		font-size:80%;
		list-style: circle outside;
		padding-left: 15px;
}

#content ul li {
	padding-bottom: 5px;
}

#content h2 {
	color:#f9f5b4;
	text-align:center;
	font-size:120%;
	font-weight:200;
	letter-spacing: .5px;
	padding:15px 0 70px 0;
}

#content h3 {
	color:#f9f5b4;
	text-align:left;
	font-size:120%;
	font-weight:200;
	letter-spacing: .5px;
	padding:0px 0 15px 0;
}

#content h4 {
	color:#f9f5b4;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	letter-spacing: .5px;
	padding:10px 0 15px 0;
}

/* #content #languages {
	margin:548px 0 0 30px;
} */

#languages {
	margin:550px 0 0 30px;
	padding: 0;
	float: left;
	width: 200px;
	font-size: 75%;
} 

#languages a:link, #languages a:visited {
	color: white;
}

#content #inner {
	text-align:left;
	width:565px;
	margin-left:330px;
}
#content #inner p {
	padding-bottom:10px;
}

#content #body_text {
	padding-top: 20px;
}

#footer {
	height:65px;
	position:absolute;
	bottom:0;
	margin:0 0 0 330px;
	text-align:center;
	padding:0px 0 0 0;
	color:#cdcccc;
	font-style:italic;
}
#footer #footer_text {
	float:right;
	width:740px;
	margin-right:10px;
	font-size:85%;
	padding: 10px 0 0 0;
	background:url(../images/footer_line.gif) top left no-repeat;
}
#footer a, #footer a:visited {
	color:#cdcccc;
	font-style:normal;
	text-transform:uppercase;
}
#footer a:hover {
	color:#cfe295;
}

#footer .footer_french {
	text-transform:none;
	margin-left:20px;
	font-weight:bold;
	font-style:italic;
}

.alert {
	color:red;
}
.bold {
	font-weight:bold;
}
.ital {
	font-style:italic;
}
/* float left */
.f_left {
	float:left;
	width:auto;
}
/* float right */
.f_right {
	float:right;
	width:auto;
}
/* clear left */
.c_left {
	clear:left;
}
/*clear right */
.c_right {
	clear:right;
}
/* clear both */
.c_both {
	clear:both;
}

/* LINKS */

#content a:link, #content #bodytext a:link {
	color:#66FF66;
}

#content a:hover, #content a:active, , #content #bodytext a:hover, #content #bodytext a:active  {
	color:#FFCC99;
}
#content a:visited, #content #bodytext a:visited {
	color:#66FFFF;
}


#languages a:link, #languages #bodytext a:link {
	color:#66FF66;
}

#languages a:hover, #languages a:active  {
	color:#FFCC99;
}
#content a:visited, #content #bodytext a:visited {
	color:#66FFFF;
}



.image_right {
	float: right;
	padding: 0 15px 15px 15px;
}



