/* I. Layout size
*************************************************************** */
#header {
    width: 780px;
    height: 260px;
}
#wrap-container {
    width: 100%;
    margin: 0 auto -10px; /* same as wrap-footer's height */
}
#container, #container2 {
    width: 780px;
    margin: 0 auto;
    text-align: left;
    height: 620px;
}
#left-column {
    float: left;
    width: 519px;

}
#right-column {
    float:left;
    width: 261px;
    height: 340px;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 780px;
    margin: 0 auto;
    text-align: left;
}
.ref {
    width: 780px;
    margin: 0 auto;
    text-align: center;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer {
    height: 14px;
    clear: both;
}
/* III. Modules

/* IV. Elements
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content {
    float: left;
    width: 495px;
    padding: 29px 10px 0 14px;
}
#page-title {
    float: left;
    width: 519px;
}
.leftpad{
    float:left;
    padding: 0 10px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 500px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
}
/* Borders
--------------------------------------------------------------- */
.border1 {
    border-width: 1px;
    border-style: solid;
}
/* Separators
--------------------------------------------------------------- */
.separator1 {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 5px 0;
    overflow: hidden;
}
.separator2{
    clear: both;
    float: left;
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 10px 0;
    overflow: hidden;
}

/* Thumbnails
--------------------------------------------------------------- */
ul.thumbs {
	float: left;
    display: block; /* table */
    padding: 0 0 0 0;
}
ul.thumbs li {
    float: left;
    display: inline;
	padding: 0 5px 5px 0;
}
ul.thumbs li a {
    float: left;
    display: block;
	width: 138px;
	height: 138px;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 130px;
    height: 130px;
}
html>body ul.thumbs li a {
    width: 130px;
}
ul.thumbs li img {
    border-width: 1px;
    border-style: solid;
}
#thumb1 {
    float: left;
}
#thumb1 a {
    display: block;
    width: 272px;
    height: 272px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 270px;
    height: 270px;
}
html>body #thumb1 a {
    width: 270px;
}
#thumb1 a img {
    border-width: 1px;
    border-style: solid;
}
/* Lists
--------------------------------------------------------------- */
ul.list1 {
    float: left;
    padding: 10px 0;
}
ul.list1 li {
    padding: 0 0 5px 20px;
}
/* Tables
--------------------------------------------------------------- */
table.design1 th {
    text-align: center;
    font-weight: normal;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
}
table.design1 td {
    text-align: center;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
}
table.design1 thead th {
    text-align: center;
}
table.design1 th.corner {
    text-align: left;
}
/* Page >>> index
*************************************************************** */