body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 800px;
	background-image: url(images/cri.jpg);
	background-repeat: repeat-y;
}

a {
	padding: 3px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: center;
	font-variant: small-caps;
}

a:visited {
	color: #333
}

a:hover {
	color: #f66
}

h1{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 3px;
	height: 32px;
}
 
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

ul {	
	 
	list-style:disc;

}

#header {
	width:100%;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: #000 2px solid;
}

#links {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	border-bottom: #111 2px solid;
}

#navbar {
	float: right;
	width: 170px;
	margin-right: 3px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #111 1px solid;
	border-left: #111 1px solid;
}

#button li a{
	display: block;
	width:  90%;
	padding-top: 2px;
	border-style: outset;
	border-width: 1px;
	text-align:left;
}	

#content {
	padding: 3px;
	padding-right: 180px;
	padding-left: 5px;
}