@charset 'UTF-8';

div#main {
    padding-left: 276px;
}

div#main-content p {
    margin-bottom: 43px;
    width: 577px;
    height: 131px;
    text-indent: -9999px;
    background: url(/include/img/index.png) no-repeat;
    overflow: hidden;
}

div#collection-list {
    margin-left: 3px;
    clear: both;
    font-size: 12px;
}

div#collection-list h2 {
    margin-bottom: 15px;
    width: 170px;
    height: 12px;
    text-indent: -9999px;
    background: url(/include/img/sprite.png) 0 -500px no-repeat;
    overflow: hidden;
}

ul#collection-list-list {
    width: 450px;
}

ul#collection-list-list li {
    float: left;
    border-bottom: 1px solid #DDDDDD;
}

ul#collection-list-list li.last {
    padding-bottom: 25px;
    border: 0;
}

ul#collection-list-list h3 {
    font-size: 12px;
    font-weight: normal;
}

ul#collection-list-list a {
    display: block;
    padding: 6px 0;
    width: 150px;
}

div#header-left h1 a {
    display: block;
    width: 430px;
    height: 128px;
    background: transparent url(/include/img/logo128.png) no-repeat;
    text-indent: -9999px;
}

div#header-left {
    clear: both;
    height: 130px;
	width: 50%;
	float: left;
    background: #113366 url(/include/img/header-left.jpg) no-repeat;	
}

div#header-right {
    height: 130px;
	width: 50%;
	float: left;
	background: #113366 url(/include/img/header-right.jpg) no-repeat top right;
}

