* {
    margin:0;
    padding:0;
}

body, input, textarea, select, button {
    color:#333333;
    background:#ffffff;
    font-family:verdana,tahoma,arial,sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:18px;
}
a {
    color: #3681b3;
    text-decoration: none;
}
a:hover {
    color: #265c80;
}
a:active{
    color: #000;
}

a:focus, input:focus, textarea:focus {
    outline: none;
}

h2 {
    font-size:20px;
    margin-bottom:10px;
}
h3 {
    font-size:18px;
    margin-bottom:10px;
}
li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#header{
    color:#ffffff;
    margin:0 1px 1px;
}
#header-top{
    background:#467aa7 none repeat scroll 0 0;
    width:900px;
    margin:0 auto;
}
#logo a{
    padding:30px 20px;
    font-size:24px;
    color:#ffffff;
    display:block;
    font-weight:normal;
    text-decoration:none;
}
#header-nav{
    background:#578bb8 none repeat scroll 0 0;
    width:900px;
    margin:1px auto;
    height:30px;
    line-height:30px;
}
#header-nav ul{
}
#header-nav li{
    border-right:1px solid #ffffff;
    float:left;
    list-style-type:none;
    white-space:nowrap;
}
#header-nav li.right{
    float:right;
}
#header-nav a{
    color:#ffffff;
    display:block;
    font-size:12px;
    font-weight:normal;
    padding:0px 20px;
    text-decoration:none;
}
#header-nav a.selected, #header-nav a:hover {
    background:#80b0da none repeat scroll 0 0;
    color:#ffffff;
    text-decoration:none;
}
#search-bar{
    margin-right:5px;
}


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

#content{
    padding:10px 0px 0px;
}


.home #alpha{
    float:left;
    width:600px;
}
.home #beta{
    float:left;
    width:300px;
}
.entry{
    padding: 0 10px 0 0;
}
.entry-paragraph{
    font-size:12px;
    margin-bottom:10px;
    clear:both;
}
.entry-paragraph .left-img{
    margin:0 10px 0 0;
}
.entry-paragraph .right-img{
    margin:0 0 0 10px;
}

.images{
    overflow:hidden;
}
.images li{
    float:left;
    margin:0 6px 9px 0;
}







.about #alpha{
    float:left;
    width:600px;
}
.about #beta{
    float:left;
    width:300px;
}
#links{
    padding:0 0 0 40px;
}
.quote{
    font-size:12px;
    margin-bottom:10px;
}
.quote-by{
    text-align:right;
    font-style:italic;
}
