* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bordo.jpg) repeat-x;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

a {
text-decoration: none;
color: #003;
}
a:hover {
text-decoration: underline;
color: #CCC;
}


#wrap {
width: 980px;
margin: 0 auto;
}

#header {
height: 130px;
margin-bottom: 20px;
}
.headings {
float: left;
}
.nav {
float: right;
padding-top: 30px;
font-size: 14px;
color: #eee;
text-decoration: bold;
}
.nav li {
float: right;
list-style-type:none;
text-align: center; 
}
.nav li a {
display: block;
font-size: 12px;
letter-spacing: 1px;
padding: 75px 15px 2px 25px;
margin: 10 5px;
text-decoration:none;
color: #eee;
border-bottom: 1px solid #777;
}
.nav li a:hover {
color:#eee;
text-decoration:none;
border-bottom: 1px solid #eee;
}
#header h1 { 
font-size: 38px;
letter-spacing: 10px;
padding: 23px 0 0 0;
color: #fff;
}
#header h1 a { 
color: #FFF;
text-decoration: none;
font-weight: 100;
letter-spacing: 2px;
}
#header h1 a:hover {
color: #9FF;
}
#header h2 {
font-size: 22px;
color: #FFF;
padding: 25px 0 0 0;
letter-spacing: 1px;
font-weight: 100;
}

#topbaner {
float: top; 
width: 780px;
margin-top:5px;}

#content {
float: left;
width: 263px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #600;
text-align: left;
}
#content h2 {
color: #600;
font-size: 18px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
}
#content h2 a {
color: #600;
text-decoration: bold;
}
#content h2 a:hover {
color: #006;
}

#leftmenu {
float: right;
width: 150px;
padding: 0 20px 20px 0;
border-right: 1px dotted #600;
}
#leftmenu h2 {
border-bottom: 1px dotted #600;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #600;
font-size: 18px;
font-weight: 100;
text-decoration: bold;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 462px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #600;
}
#rightmenu h2 {
border-bottom: 1px dotted #600;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color:#600;
font-size: 18px;
font-weight: 100;
text-decoration: bold;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}


#tagi  {
margin-top: 0px;
color:#000;
text-align: center;
font-size: 12px;
background: #dfdfdf;
height: 60px;
border-top: 1px dotted #600;
}

#tagi a {
color: #600;
text-decoration: underline;
}
#tagi a:hover {
color: #F00;
}