/*zeroing out styles*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul{
	padding:0;
	margin:0;
	font-size: 62.5%;
}

body{
	background: url(../images/pattern_084.gif);
}
a{
text-decoration:none;
}
a img{
	border:none;
	}

/*General pages styles*/

#wrapper {
	margin: auto;
	width: 760px;
}

body {
	background-position: center center;
}
#banner {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-image: url(../images/Baner.gif);
	height: 177px;
}

#tools {
	margin: 0px;
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;;
	font-variant: small-caps;
	font-size: 1.2em;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tools a {
	color: #000000;
	_border: 1px solid #E6E2AF;
	padding: 3px;
}
#tools a:hover {
	_background-color: #539dbc;
	_border: 1px solid #000000;
	color: #539dbc;
}
#menu ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	position: fixed;
	margin-left: 20px;
	font-size:0.7em;
}
#menu {
	background-color: #FFFFFF;
	width: 100px;
	height: 400px;
	margin:0;
}

#menu ul li{
	margin-top: 5px;
	padding: 0px;
}
#menu a{
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-variant: small-caps;
	font-size: 1.8em;
	text-decoration: none;
	color: #000000;
	}
#menu a:hover {
	color: #539dbc;
}


#main {
	background-color: #FFFFFF;
	margin-left: 0px;
	float: right;
	width: 660px;
	height: 400px;
}
#main h1 {
	margin-top:20px;
	margin-bottom: 10px;
}
#main p{
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-variant: normal;
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#bottom {
	margin-bottom: 20px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 760px;
}
#bottom a {
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-variant: normal;
	font-size:0.9em;
	margin-left: 450px;
	background-image: url(../images/cclogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: 10px;
}

.figure p a{
border-bottom: #000000 dotted 1px;
color:#000000;
}

.figure p.date:first-letter{
	font-weight: normal;
	font-size: 1em;
}

#intro{
width: 550px;
margin: 25px 0 0 60px;
font-weight:bold;
}








/* IE6 float fix */



* html #menu{
	margin-right: 0;
	}

* html #main{
	margin-left: -3px;
	}

*html #menu ul{
	position: absolute;
	}
*html #bottom a{
	padding-top: 0px;