@import url('reset.css');
@import url('style.css');
@import url('gallery.css');

h1, h2, h3, h4, p, label, li, a, span {
font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 { 
font-size: 16px;
font-weight: normal;
}

h1 {
font-weight: bold;
margin: 15px 12px 0;
}

h2 {
margin: 15px 12px 0;
}

h2 a {
color: #666666;
}

h3 {
margin: 15px 12px 0;
color: #999999;
}

p {
font-size: 13px;
line-height: 1.4;
color: #676767;
padding: 10px 12px;
}

#content hr {
border: 0;
height: 1px;
background: #EEEEEE;
}

#content #right_col ul {
margin: 4px 24px;
}

#content #right_col li {
font-size: 13px;
line-height: 1.5;
color: #000000;
padding-left: 20px;
background: url(/images/li.png) no-repeat;
}

a {
color: #76BCD0;
}

#footer a {
color: #fff;
}

a:hover {
text-decoration: none
}
