/* Screen layout: */
body {
padding: 15px 0 0 0;
margin: 0;
font: 76% tahoma, verdana, sans-serif;
background: #ffffff;
color: #4f5559;
}

a {
color: #4f5559;
text-decoration: none;
border-bottom: 1px dotted #505050;
}

a:hover {
color: #4f5559;
text-decoration: none;
border-bottom: 1px solid #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin: 0 0 12px 0;
font-size: 1.6em;
font-weight: normal;
}

h3 {
margin: 0 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}



/* Main container */

#container {
margin: 0 auto 20px auto;
width: 730px;
padding: 5px 10px 10px 10px;
}

#footer {
font: 75% tahoma, verdana, sans-serif;
margin: 0 auto 20px auto;
width: 740px;
padding: 5px 10px 10px 10px;
}


span.left {
position: absolute;
left: 0;
}
span.right a {
position: absolute;
right: 0;
color: #4f5559;
text-decoration: none;
border-bottom: 1px dotted #505050;
}

span.right a:hover {
position: absolute;
right: 0;
color: #4f5559;
text-decoration: none;
border-bottom: 1px solid #505050;
}
div.line {
position: relative;
text-align: center;
width: 100%;
}

a img {
	border: 1px solid #fff;
}

img {
	border: 1px solid #fff;
}
