/* CSS Document */

body {
	background:url(images/patternBG.gif) repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#000;
}

#wrapper {width:900px; margin:0 auto; /*border:3px solid #dd3f96;*/ position:relative; }

#header {background:url(images/headerLine.gif) repeat-x left 46px; width:auto; height:100px; padding:10px;}

#nav {position:relative; top:-25px; left:220px; height:50px; width:660px; background:#333; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight:bold;}
#nav ul {list-style:none; margin:15px 0 0 15px; padding:0;}
#nav ul li {float:left; color:#fff; margin-right:10px;}
#nav a {color:#fff; text-decoration:none;}
#nav a:hover {color:#fff; text-decoration:underline;}

/*#towerImage {background:url(images/tower.png) no-repeat; position:absolute; top:10px; left:-20px; height:613px; width:305px; z-index:9999;}*/

#content {/*float:right;*/ width:100%;}
#content_main {float:left; width:65%; background:url(images/pinkBG.png) top left repeat; margin-left:5px;  height:400px;}
#content_secondary {float:left; width:30%; margin:0 0 0 25px; background:url(images/greyBG.png) top left repeat; height:400px; position:relative;}

.content_inner {padding:20px; }

#content_main .content_inner {font-weight:bold; color:#fff;}
#content_secondary .content_inner {color:#FFF; font-size:18px; font-weight:bold; line-height:1.4em; /*margin-top:80px;*/}

#image_bonjour {
	background:url(images/bonjour.png) top left no-repeat;
	*background:url(images/bonjour.gif) top left no-repeat;
	height:98px;
	width:101px;
}

#image_merci {
	background:url(images/merci.png) top left no-repeat;
	*background:url(images/merci.gif) top left no-repeat;
	height:50px;
	width:92px;
	position:absolute; 
	bottom:0; 
	right:5px;
}

#footer {clear:both; text-align:center; padding-top:10px; font-weight:bold;}
#footer a {color:#dd3f96; text-decoration:none; }
#footer a:hover {color:#dd3f96; text-decoration:underline;}

img {border:none;}
form ul {list-style-type:none; margin:0; padding:0;}
form ul li {margin-bottom:10px;}
label {display:block; width:175px; float:left;}
input[type="text"], textarea {width:200px;}
input {width:auto;}
textarea {height:100px;}
