/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #630000; /*#333 */
	padding: 0px;
    margin-top: 20px;
}
#masthead {
	color: #999999;
	background-color: #630000;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #630000;
	border-top: 1px solid #630000;
	border-right: 1px solid #630000;
}
#wrapper {
	width: 1005px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/bkg-menu.gif);
	background-repeat: repeat-y;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 773px;
	float: left;
	background-image:  url("../images/bkg-rideau.jpg"); background-position: top right; background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#left {
	width: 230px;
	float: left;
}

#left .content {
	padding: 20px;
	font-size: 12px;
	line-height: 1.3em;
}
#right .content {
	padding: 24px 220px 0px 24px;
	margin-bottom: 0px;
	text-align: justify;
	font-size: 0.75em;
}
#masthead .content {
	padding: 0px;
	border: 1px solid #000000;
	height: 207px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999;
	background-color: #333;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	border: 1px solid #000000;
}
#copyright .content {
	padding: 12px 24px;
    text-align: center;
}
#copyright {
	color: #999;
	background-color: #630000; /* #333; */
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

.submenulist {
	margin: 6px 0 0px 0;
	padding: 0;
	list-style-type: none;
}

.menulinks { padding-bottom: 14px; }
.submenulinks { padding-bottom: 0px; }

#left a:link { color: #000000; background-color: #D2BAA6; }
#left a:visited { color: #333333; background-color: #D2BAA6; }
#left a:hover, #left a:active { color: #9B7C00; background-color: #D2BAA6; }

#right a:link { color: #333; background-color: #f2ebe0; }
#right a:visited { color: #333; background-color: #f2ebe0; }
#right a:hover, #right a:active { color: #000000; background-color: #f2ebe0; }

#wrapper .menulist a, #wrapper .menulist a:visited { color: #000000; border-left: 4px solid #630000; /* #333; */; padding: 0 0 0 6px; }
#wrapper .menulist a:hover { border-color: #000000; }

#wrapper .submenulist a, #wrapper .submenulist a:visited { color: #000000; border-left: none; padding: 0 0 0 18px; text-decoration: none; }
#wrapper .submenulist a:hover { border-color: #000000; text-decoration: underline; }

#copyright a:link {color: #999;}
#copyright a:visited {color: #999;}
#copyright a:hover {color: #fff;}

.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}

h1 { font-size: 1.4em; margin: 0; }
h2 { font-size: 1.25em; margin: 30px 0 0 0; }
h3 { font-size: 1.2em; margin: 30px 0 0 0; }
h4 { color: #333; font-size: 1em; margin: 10px 0 20px 0; }

.nomargintop { margin-top: 0; }
.content p { margin: 12px 0; }
.small { font-size: 10px; }

