* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #666
}

img { border: none; }
a { color: #eb8253; text-decoration: none }
a:hover { text-decoration: underline; color : #666 }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 130px;
background:url(images/hd.png);
}
#header h1 {
font-size: 36px;
font-weight: 300;
letter-spacing: 8px;
padding: 40px 0 12px 0
}
#header h1 a {
color: #eb8253;
text-decoration: none;
}
#header h1 a:hover {
color: #666;
text-decoration: none
}
#header h2 {
color: #eb8253;
font-size: 24px;
font-weight: 100;
letter-spacing: 2px;
line-height: 12px
}

#content {
padding: 10px 0
}

.left {
	width: 592px;
	float: left;
	text-align: justify;
	padding-top: 30px
}
.left h2 {
color: #eb8253;
font-size: 22px;
letter-spacing: 1px;
font-weight: 100;
padding : 10px 0 15px 0
}

.left h4 {
color: #eb8253;
font-size: 16px;
letter-spacing: 1px;
font-weight: lighter;
padding : 15px 0 2px 0
}

.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px
}
.right a { text-decoration: none }

#footer {
width: 750px;
border-top: 1px solid #bbb;
text-align: center;
color: #eb8253;
font-size: 10px;
}
