body {
font-family: verdana, arial, helvetica, sans-serif;
color: #666;
margin: 10px;
padding: 0px;
background-color: #ccc;
}

#wrap {
position: relative;
width: 450px;
}

img {
margin: 10px;

float: left;
position: relative;
top: -6px;
}

p.caption {
	width: 255px;
	font-size: 10px;
	left: 10px;
	top: -10px;
	position: relative;
}

img.canstruction {
	float: none;
	margin-bottom: 5px;
	padding-right: 10px;
}

#footer {
clear: both;
font-size: 9px;
font-weight: normal;
line-height: 120%;
color: #999;
width: 400px;
text-align: center;
}
/* text formating --------------------------- */

h1 {
margin-top: 0px;
font-size: 14px;
font-weight: bold;
color: #666;
padding-bottom: 20px;
}

h2 {
font-size: 12px;
font-weight: bold;
color: #666;
}

h3 {
font-size: 11px;
font-weight: bold;
color: #666;
}

p {
font-size: 10px;
font-weight: normal;
line-height: 120%;
color: #666;
text-align: justify;

}

ul {
font-size: 10px;
font-weight: normal;
list-style-type: square;
list-style-position: inside;
margin: 0px;
margin-top: -10px;
margin-left: 8px;
text-align: left;
color: #666;
}

ul ul {
font-size: 10px;
font-weight: normal;
list-style-type: square;
list-style-position: inside;
margin: 0px;
margin-left: 8px;
text-align: left;
color: #666;
}

a {
text-decoration: none;
color: #333;
}

a:hover {
background: #46729c;
color: #fff;
}

