* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
color: #333333;;
}

img { border: none; }
a { color: #000000; text-decoration: none; }
a:hover { text-decoration: none; color : #ff5400; }


h3 {
color: #ff5400;
font-size: 16px;
font-weight: 100;
padding : 0px 0 15px 0;
}
ul {
list-style-type: lower-alpha;
padding: 20px 10px 5px 20px;
}
li {
list-style-image:url("logo_male.gif");
list-style-position:outside;
padding: 1px 10px 1px 10px;
}

.articles {
padding: 20px 20px 20px 20px;
}


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

#header { 
height: 130px;
padding: 20px 0;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 0 0 5px 0;
}
#header h1 a {
color: #ff5400;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}
#header h2 {
color: #ff5400;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}


#content {
padding: 0 0 15px;
}

.left {
width: 430px;
float: left;
text-align: justify;
}
.left h2 {
color: #ff5400;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}
.right {
width: 430px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
}


#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}
