body
{
	background: #ffffff url('../res/bg.png');
	margin:0px;
	padding:0px;
	min-width:1000px;
	
}

.bars
{
	height: 180px;
	width: 100%;
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0px auto 0px auto;
	z-index: 2;
}

#topBar
{
	background: Transparent url('../res/topbar.png') repeat-x;
}

#midBox
{
	background: Transparent url('../res/boxbg.png');
	position: relative;
	top: 0px;
	margin: -45px auto -45px auto;
	padding: 40px 20px 20px 20px;
	z-index: 0;
	width: 800px;
	min-height: 570px;
	height: auto;
}

#bottomBar
{
	background: Transparent url('../res/bottombar.png') repeat-x;
}

#logo, #splash
{
	display: block;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}

#splash
{
	padding-top: 0px;
}

#footer
{
	display: inline-block;
	position: relative;
	z-index: 2;
	left: 50%;
	margin: 60px auto auto -425px;
	width: 850px;
	height: 60px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-style: oblique;
}

#leftDec
{
	position: absolute;
	left: 0px;
	bottom: -25px;
}

#rightDec
{
	position:absolute;
	right: 0px;
	bottom: -25px;
}

#navlist
{
	position:relative;
	z-index: 2;
	left: 50%;
	margin: -10px auto 0px -216px;
	width: 432px;
	
}

#navlist li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#navlist li, #navlist a
{
	height: 62px;
	display: block;
}

#french
{
	left: 0px;
	width: 221px;
	background: url('../res/french.png');
}

#french a:hover, #french a:active
{
	background: url('../res/french_click.png')
}

#english
{
	left: 221px;
	width: 211px;
	background: url('../res/english.png');
}

#english a:hover, #english a:active
{
	background: url('../res/english_click.png');
}

#sidebar
{
	margin-top: 80px;
	position: absolute;
	z-index: 3;
	left: -60px;
	top: -40px;
}

#menu
{
	background: url('../res/menuguts.png');
	width: 142px;
	margin: -7px 0px -2px 0px;
	height: auto;
}

#menu a:link, #menu a:visited
{
	display: block;
	width: 120px;
	height: auto;
	font-weight: bolder;
	font-family: Arial;
	font-size: 21px;
	color: #000000;
	text-align: center;
	margin: 2px auto 2px auto;
	border: dodgerblue 2px outset;
	font-variant: small-caps;
	text-decoration: none;
}

#menu p
{
	margin: 10px auto 10px auto;
	padding: 0px;
}

#menu a:hover, #menu a:active
{
	background-color: rgba(255,66,0,0.2);
}

#content
{
	display: block;
	position: relative;
	z-index: 1;
	margin: 0px 30px 20px 30px;
	padding: 30px 50px 5px 50px;
	background-color: rgba(55,106,150,0.2);
	border: dodgerblue 2px inset;
	height: auto;
}

#content b
{
	font-weight: bolder;
	color: crimson;
}

#content p, #content ul, #content table
{
	background-color: rgba(255,255,255,0.6);
	border: dodgerblue 2px inset;
	padding: 5px;
	list-style-position: inside;
}

#content td
{
	border: #009999 1px inset;
	border-left: #009999 2px inset;
}

.tdproblem
{
	background-color: rgba(0,0,30,0.2);
	border-right: #009999 2px inset;
}

#content th, #content iframe
{
	border: black 2px inset;
	background-color: rgba(0,0,0,0.1);
}

#container
{
	overflow: hidden;
	position: relative;
	top: 0px;
	height: 400px;
	width: 500px;
	background-color: rgba(55,106,150,0.2);
	border: dodgerblue 2px inset;
	margin: 0px auto 0px auto;
}

#container img
{
	position: absolute;
	width: 95%;
	height: 95%;
	border: black 1px solid;
}

label, input, textarea
{
	display: block;
}

textarea
{
	width: 95%;
	height: 8em;
}

input.text
{
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}

fieldset
{
	padding: 0;
	border: 0;
	margin-top: 25px;
	font-size: 14px;
}