* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(../images/tile.png) repeat-x top left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #0099CC; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 100%;
margin: 0px 0px;
}

#header {
height: 80px;
padding-left: 30px;
background:url(../images/ird_small.png) no-repeat top right;
}

#header h1 {
padding: 0 0 0 0px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 21px;
font-size: 14px;
color:#333333;
font-weight: 100;
}

.ird_logo {
	background:url(../images/ird_small.png) no-repeat top right;
}

#top {
background: #fff url(../images/top.gif) no-repeat;
padding: 5px 0;
}


#content {
padding: 10px 10px;
}
.right {
float: right;
width: 75%;
text-align: left;
padding: 0 10px 5px 5px;
}
.right p {
	line-height: 150%;
	margin-bottom: 20px;
}
.right h2 {
color: #33BFEB;
font-size: 18px;
letter-spacing: 1px;
font-weight: bold;
padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.right h4 {
font-size: 13px;
color:#333333;
font-weight: bold;
padding : 8px 0 12px 0;
}

.float_left {
float:left;
border:1px solid #CCCCCC;
padding:8px; 
margin:8px;
}
.float_right {
float:right;
display:block;
border:1px solid #CCCCCC;
margin: 0 0 8px 8px;
padding:8px;
}
.img_pad {
border:1px solid #CCCCCC;
margin: 0 0 8px 8px;
padding:8px;
}
.float_center {
border:1px solid #CCCCCC;
padding:8px;
margin:8px;
}

.publications a {
	font-size:12px; 
	color:#333333;
	font-weight: bold;
}
.publications p {
	margin-bottom:5px;
}

.left {
float: left;
width: 20%;
padding: 8px;
border-right: 1px solid #aaa;
}
.left h2 {
font-size: 12px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
font-size:12px;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}
blockquote {
padding-left:30px;
}
#bottom {
padding: 10px 0;
}

#footer {
background: #fff url(../images/valid-xhtml11.png) no-repeat bottom right;
text-align: center;
color: #666;
font-size: 11px;
height: 40px;
}
#footer  a { color: #666; }
