body {
    text-align: center;
    background: #ccc;
    margin:0;
    padding:0;
}

#container {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
}

#header {
    border-top-width: 10px;
    border-top-style: solid;
    border-color: #ad0353;  
    background: #faacd1 url(header.gif) repeat-x bottom right;  
    padding: 40px;
}
#header-name {
    margin: 0 0 5px;
    line-height: 1;
    color: #fff; 
    font-size: 34px;
    font-weight: bold;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
    color: #fff;  
}

#header a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#content {
    float: left;
    padding-top: 20px;  
    padding-bottom: 30px;
   background-color: #ffffff;
}

#topnavi{
    margin: 0,5px,10px,5px;
    font-size: 11px;
}

#main {
    float: left;
    width: 750px;
    margin:0;
    padding:0;
}

#alpha {
    float: right;
    overflow: hidden;
    width: 560px;
}

#beta {
    float: left;
    overflow: hidden;
    width: 190px;
}

#gamma {
    float: right;
    overflow: hidden;
    width: 190px;
}

.asset-name {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin-right: 15px;
    margin-left: 15px;
    padding:0 15px 10px 15px;
    line-height: 1.6;
    position: static;
    clear: both;
}

.asset-content img{
	float: left;
	margin: 10px;
}

.content-nav {
    text-align: center;
    margin: 5px 0 10px;
}

/* Widgets */

.widget {
    overflow: hidden;
    width: 100%;
}

.widget-content {
    margin: 5px 0 20px;
    font-size: 11px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 2px;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em;
    background-color: #F79BC6;
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #00c;
}

.widget-search .search-options,
.widget-syndicate .blog-feeds  {
    list-style: none;
    margin: 5px 0;
}

#footer { 
    float: left;
   background-color: #ad0353;
    width: 940px;
    text-align: center;
}
#footer p {
    margin: 20px;
    color: #fff;
}
#footer p a {
    color: #fff;
    text-decoration: none;
}
.archive-content {
    margin-right: 15px;
    margin-left: 15px;
    padding:0 15px 10px 15px;
    line-height: 1.6;
}
#ad1 {
    float: left;
    margin:15px;
    padding:0;
}



