* {
	margin: 0;
	padding: 0;
}

body {
font-family: Arial;
font-size: 12px;
color: #000;
}

a {
text-decoration: none;
color: #00F;
}
a:hover {
text-decoration: underline;
color: #09F;
}

#long {
margin: 0 auto;
width: 900px;
}

#header {
height: 150px;
width:1259px;
background:url(images/hd.gif) center no-repeat;
}

#header  a { 
color: #FFF;
text-decoration:none;
font-weight: 100;
}

#header a:hover {
cursor: pointer;
}

#header h2 {
font-size: 14px;
color: #fff;
padding: 5px 0 0 20px;
text-decoration:none;
letter-spacing: -1px;
font-weight: 100;
}

#barra {
height: 70px;
line-height: 70px;
padding-right: 40px;
text-align:right;
background: #fff url(images/barra.gif) no-repeat;
color:#066;
}

#content {
background: #fff url(images/content.gif) repeat-y;
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 670px;
text-align: justify;
}
.right u {
font-size: 14px;
}
.right h2 {
font-size: 19px;
line-height: 10px;
height: 12px;
background:url(images/bg2.gif);
font-weight: 100;
padding: 15px 0 7px 0;
color: #fff;
}
.right h3 {
font-size: 17px;
font-weight: 100;
color: #000;
}

.right h2 a {
text-decoration: none;
}
.right ul {
list-style-type:disc;
padding-left:30px;
padding-bottom:20px;
}
.right ul li{
padding-bottom:5px;
padding-top:5px;
}
.right ol {
padding-left:50px;
padding-bottom:8px;
padding-top:8px;
}
.right ol li{
padding-bottom:3px;
padding-top:3px;
}
.right p {
	padding-top:6px;
}

.left {
float: left;
width: 160px;

}
.left a {
text-decoration: underline;
color: #03C;
}
.left a:hover {
text-decoration:none;
color: #300;}

.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #03C;
color: #FFF;
font-size: 13px;
}
.left h2 a {
text-decoration: none;
color: #FFF;
}
.left ul li {
padding-top:5px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #03C;
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {
color: #300;
}

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

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer a {
text-decoration:underline;
}
