* {
margin: 0;
padding: 0;
}


body {
font: 12px Verdana, Arial, sans-serif; 
background: #fff url(./img/backi.jpg) repeat-x top; 
color: #111;
margin: 0;
padding: 0;
line-height: 1.5em;
}

img { border: none }
#right ul {  padding: 0px; margin: 0;margin-left:25px;}
#right ol { margin-left:25px;}
#right p { padding-left: 5px;}

#left li { list-style-type: none;}
#left ul {  padding: 0; margin: 0;}

a {
color: #024294;
background-color: transparent;
text-decoration: none;
}
a:hover { color: #000; }

#wrap {
margin: 0 auto;
width: 995px;
position: relative;
}

#header {
background: transparent;
height: 65px;
background-repeat: no-repeat;
background-position: top left;
position: relative;
}
#header h1 {
color: #fff;
font-size: 150%;
padding-top: 10px;
margin: 0;
font-weight: 100;
}
#header h1 a { padding-left: 90px; font-weight: 100; text-decoration: none; color : #fff; }
#header h2 {
padding-left: 110px;
color: #eee;
font-size: 90%;
margin: 0;
font-weight: 100;
}
.smaller{
	font-size:80%;
}
#logo{
	background: url(./img/stamp.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top:4px;
	height: 53px;
	width: 62px;
}

#qr{
	background: url(./img/qr.gif) no-repeat;
	position: absolute;
	right: 10px;
	bottom:4px;
	height: 167px;
	width: 167px;
}

#breadcrumbs {
background : #eee;
padding: 2px 5px 2px 5px;
font-size: 11px;
}

#title {
float: right;
width: 755px;
background: #fff;
border-top: 1px solid #CFCFCF;
border-bottom: 1px solid #EFEFEF;
padding: 10px;
margin-top: 10px;
color: #777777;
position: relative;
}

#right {
font-weight: 100;
font-size: 12px;
float: right;
width: 755px;
background: #fff;
//border-top: 1px solid #CFCFCF;
padding: 10px;
margin-top: 10px;
min-height: 300px;
position: relative;
}
#right h1 { font-size: 18px; margin: 5px 0 5px 0; }
#right h2 { font-size: 12px; margin: 5px 0 5px 0; font-weight: bold;}
#right h2 a{ text-decoration: none; font-weight: bold;}
#right b{ font-weight: bold; }
#right p { text-align: justify; }

#left { 
font-weight: 100;
font-size: 12px;
width: 190px; 
background: #fff;
border-top: 1px solid #CFCFCF;
margin-top: 10px;
padding: 10px;
}
#left h2 { font-size: 100%; margin: 10px 0 5px 5px; font-weight: bold; }
#left ul { padding-left: 10px; }

#footer {
font-size: 11px;
padding: 5px;
border-top: 1px solid #a0a0a0;
margin-top: 5px;
text-align: center;
}

#clear { clear: both;  }

#admin_panel{
	position: absolute;
	right:0px;
	bottom:3px;
	color: gray;
}

#admin_panel IMG{
	cursor: pointer;
	margin-left: 5px;
	vertical-align: top;
}

#admin_panel INPUT{
	border: solid #024294 1px;
	color: gray;
	visibility: hidden;
	width: 60px;
	height: 16px;
}

#admin_panel INPUT:hover{
	border: solid #000 1px;
}

.input {
	width: 200px;
}