/*defaults*/
* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(images/tlo.gif) no-repeat;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #003;
}
a:hover {
text-decoration: underline;
color: #3399FF;
}
/*structural elements*/

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 180px
}
#header h1 { 
font-size: 50px;
letter-spacing: 0px;
padding: 40px 30px;
color: #036;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 600;
letter-spacing: -5px;
}
#header h1 a:hover {
color: #fff;
border-bottom: 1px dotted #fff;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #039;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 200px;
padding-top: 10px;
font-size: 15px;
}

.left ul {
padding: 10px 0 15px 0;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
letter-spacing: 1px;
color: #03F;
text-transform: uppercase;
}
.left ul li a:hover {
color: #3FF;
}

#footer {
text-align: center;
background: #fff url(images/tlo_dol.gif) no-repeat 105% -20px ;
height: 200px;
padding-top: 0px;
font-size: 11px;
color: #000;
margin-top: 100px;
}

#footer a { color: #000; }
#footer a:hover { color: #aaa; }
