/* CSS Document */



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0 auto;
	background-image: url(../images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #E6C560;
	padding: 0px;
	text-align: center;

}



#container {
	width:700px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0;
	text-align: left;

}

#header {
	width:700px;
	background-color:#333333;
	height:250px;
	background-position: right top;
	background-image: url(../images/backgrounds/title.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0px;

}

#main_menu {
	width:700px;
	text-align:right;
	color:#FFFFFF;
	height: 50px;
	background-image: url(../images/backgrounds/menu.gif);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 0px;

}

#main_menu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing: 0.35em;
	font-style: normal;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}

#main_menu a:hover {
	background-color:#000000;
	color: #CC9900;

}

#main_menu .aactive {
	background-color:#CC9900;
	color: #000000;

}

.fleur {

	float:left;

}

#sidebar {
	width:150px;
	border:1px solid #cccccc;
	float:left;
	clear:left;
	color: #333333;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;

}
#sidebar h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC9900;
	border:1px solid #FFFFCC;
	font-style: italic;
	background-color: #333333;
	padding: 7px 5px;
	font-size: 1.3em;
	background-image: none;
	text-align: center;
	letter-spacing: .2em;
}

.article {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url(../images/backgrounds/article_normal.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;

}


.article:hover {

	background-image:  url(../images/backgrounds/article.jpg);

	background-position:right bottom;

	background-repeat:repeat-x;

	margin-bottom:10px;

}
#container #sidebar li {
	list-style-image: url(../images/bullet2.gif);
	height: 30px;
	margin: 0px 0px 5px;
	border-right: 0px;
	border-left: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.article_info  p {
	margin:5px 20px;

}

.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#990000;
	font-variant:small-caps;
	text-indent: 10pt;
	letter-spacing: 0.3em;
	font-weight: bold;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

a {
	color:#996600;
	text-decoration:none;
	font-weight: bold;
}
a:hover {

	border-bottom:2px dotted #333333;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#333333;
	border-bottom:2px solid #cccccc;
	background-image: url(../images/backgrounds/headers.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 1.5em;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #CC9900;
	font-variant: small-caps;
	text-indent: 0px;
	letter-spacing: 0.16em;
}
.emphatic {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px double #993300;
	font-style: italic;
}
.footer {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	margin-bottom:10px;
	font-size: 0.9em;
	line-height: 1.5em;
	word-spacing: 0.25em;
}

.footer .aactive {
	color:#999999;
}

.topofpage {
	font-style: italic;
	float: right;
	font-weight: normal;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 35px;
	display: inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.article  {
	margin-left: 170px;
	margin-right: 10px;
	padding-left: 10px;
}
