div.container{
    width: 798px;
    margin: 0 auto;
    position: relative;
}

h1{
    width: 798px;
    height: 88px;
    background: transparent url('../images/logo.png') no-repeat;
    text-indent: -10000px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
}

h2{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 34px;
    letter-spacing: -2px;
    color: #33CCFF;
    margin: 15px 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCCCCC;
}

h2 span{
    color: #FF0066;
}

h3{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    letter-spacing: -2px;
    color: #333333;  
}

p{
    color: #CCCCCC;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Serif;
}

p em{
    color: #DDDDDD;
}

div.cycle{
    width: 798px;
    height: 450px;
    overflow: hidden;
}

div.cycle span{
    display: none;    
}

ul.links{
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    padding: 0;
    list-style-type: none;    
}

ul.links li{
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

a.flickr{
    width: 32px;
    height: 29px;
    display: block;
    text-indent: -10000px;
    background: transparent url('../images/flickr.png') no-repeat;
}

a.twitter{
    width: 50px;
    height: 29px;
    display: block;
    text-indent: -10000px;
    background: transparent url('../images/twitter.png') no-repeat;
}
