/* === reset === */

HTML, BODY, A, ADDRESS, DL, UL, OL, LI, DD, DT, H1, H2, H3, H4, H5, H6,
PRE, P, BLOCKQUOTE, TABLE, CAPTION, TR, TD, TH, FORM, FIELDSET, LEGEND, EMBED, OBJECT, INS {
    margin: 0;
    padding: 0;
    font-style: normal;
    text-decoration: none;
    outline: 0;
}
SELECT {
    margin: 0;
}
HTML, BODY {
    width: 100%;
    height: 100%;
    min-width: 1000px;
}
A IMG, FIELDSET {
    border: none;
}
IMG, FIELDSET, LEGEND, LEGEND *, EMBED, OBJECT, INS {
    display: block;
}
TABLE {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    font-size: 100%;
}
TABLE TH {
    text-align: left;
}
UL {
    list-style-type: none;
}
.clearfix {
    clear: both;
    height: 1%;
    display: inline-block;
}
HTML[xmlns] .clearfix {
    height: auto;
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

A {
    color: #6e6e6e;
    text-decoration: underline;
}
A:hover {
    color: #333;
}
:active, :focus {
    outline: 0;
}

.nobr {
    white-space: nowrap;
}

/* === block model === */

BODY {
    font: 10px arial, sans-serif;
    color: #6e6e6e;
    position: relative;
    background-color: #ebebeb;
}

#main {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 980px;
    margin: 0 auto;
}
#header {
    position: relative;
    height: 115px;
	z-index: 1;
}
#header H1 {
    text-indent: -9999px;
}
#header address {
    position: relative;
    padding-top: 19px;
    margin-left: 838px;
    font-size: 13px;
    font-style: italic;
    line-height: 19px;
    color: #5c5c5c;
}

#lc, #cc {
    float: left;
}
#lc {
    width: 216px;
    margin-right: 24px;
    padding-top: 80px;
}
#lc P {
    line-height: 15px;
    margin-left: 32px;
    width: 164px;
    font-style: italic;
    margin-bottom: 29px;
}
#cc {
    width: 518px;
}
#cc DIV.inner {
    width: 500px;
    margin: 0 auto;
	position: relative;
}
.leftright{
	position: absolute;
	display: none;
	top: 250px;
	left: 0;
	width: 500px;
	background: transparent;
}
.leftright A {
    display: block;
    position: relative;
    width: 38px;
    height: 53px;
    float: left;
    left: -2px;
    background: no-repeat #EBEBEB;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
	background-image: url("l.gif");
}
.leftright A.next {
    float: right;
    left: auto;
    right: -2px;
	background-image: url("r.gif");
}
DIV.photo {
    margin-bottom: 18px;
}
DIV.photo A:hover .leftright{
	display: block;
}
#footer P {
    text-align: center;
    position: relative;
    top: 0;
    left: 5px;
    font-size: 8px;
    text-transform: uppercase;
}