/*=========================================================

Style for site: Les Beaux Real Roux (http://www.lesbeauxrealroux.ca)

Developed by Jean-Pierre Fiset (Class Technologies Inc.)

$Id: basic.css 1036 2006-11-16 19:56:34Z jpfiset $

=========================================================*/

body 
{
	margin:0px;
	padding:0px;
	border-width:0px;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	min-width: 1001px;
}

/*---------------------------------------------------------
	div element that contains all content: header, linkPane, mainText, footer
---------------------------------------------------------*/
div#page
{
	color: #ffffff;
	background-color: #000066;
	margin:0 auto;
	padding:0px;
	border-width:0px;
}

/*---------------------------------------------------------
	Header div element
	Contains: h1 h2
---------------------------------------------------------*/
div#header
{
}

div#header h1,
div#header h2
{
	font-family: Arial, sans-serif;
	color: #ffffff;
	background-color: inherit;
	text-align: left;
	padding-left: 100px;
}

div#header h1
{
	font-size: 24px;
	font-variant: small-caps;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header h2
{
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/*---------------------------------------------------------
	Menu div element
	Contains: ul li a a.websiteTocCurrent
---------------------------------------------------------*/
div#linkPane {
	height:2.2em;
	line-height:2.2em;
	margin-left: 60px;
	margin-right: 60px;
	background:#77aaff;
	color:#ffffff;
}

div#linkPane li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

div#linkPane li a {
	display:block;
	padding:0 10px;
	font-family: Arial, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

div#linkPane a:hover{
	background:#0000aa;
	color:#ffffff;
	text-decoration:none;
}

div#linkPane a.websiteTocCurrent{
	background:#000055;
	color:#ffffff;
	text-decoration:none;
}

/*---------------------------------------------------------
	Main text area. Contains the text displayed to the user
	Contains: ul li a a.websiteTocCurrent
---------------------------------------------------------*/
div#mainText
{
	text-align: left;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #f0f0f0;
	min-height: 500px;
}

div#mainText h1
{
	font-size: 16px;
	font-weight: bold;
}

div#mainText h2
{
	font-size: 14px;
	font-weight: bold;
}

/*---------------------------------------------------------
	Footer area
---------------------------------------------------------*/
div#footer
{
	height: 50px;
}