* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

html, body {
    height: 98%;
    min-height: 585px;
    width: 100%;
    min-width: 824px;
}

img {
    border: 0px;
}

A:link {
    text-decoration: none;
    color: #013363;
}

A:visited {
    text-decoration: none;
    color: #013363;
}

A:active {
    text-decoration: none;
    color: #013363;
}

A:hover {
    text-decoration: underline;
    color: #013363;
}

#left {
	background: #dac0b1  url("../images/dcm-back-left.jpg") no-repeat top right;
	width:50%;
	height:100%;
	min-height: 560px;
	display:inline;
	float:left;
}

#right {
	background: #dac0b1  url("../images/dcm-back-right.jpg") no-repeat top left;
	width:50%;
	height:100%;
	display:inline;
	float:right;
}

#largewrap {
    position: relative;
    background-color: #dac0b1;
    height: 95%;
    min-height: 650px;
    width: 95%;
    min-width: 799px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#wrap {
    position: relative;
    width: 789px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 789px;
    height: 40px;
    padding-top: 40px;
    overflow: hidden;
    background: url(../images/dcm_logo_tr.png) no-repeat left bottom;
    background: rgba(218, 192, 177, .6) url(../images/dcm_logo_tr.png) no-repeat left bottom;
	*background: url(../images/dcm_logo_tr.gif) no-repeat left bottom;
    color: #013363;
    font-size: 12px;
    cursor: pointer;
	position: absolute;
}

#header span {
    display: block;
    height: 20px;
    margin-top: 24px;
    float: right;
    cursor: default;
}

#footer span.space {
	margin: 0 15px;
    display: inline;
    height: 10px;
}
#footer {
	position: absolute;
    top: 515px;
    width: 789px;
    height: 40px;
    overflow: hidden;
    margin: 5px 0 0 0;
    color: #013363;
    font-size: 12px;
    display: block;
	background-color: rgba(218, 192, 177, .6);
}

#footer span {
    display: block;
    height: 20px;
    margin-top: -28px;
}

#footer span a {
    font-size: 16px;
    float: right;
    font-weight: bold;
    cursor: pointer;
}

#hidepage {
    position: absolute;
    top: 92px;
    margin-left: auto;
    margin-right: auto;
    height: 420px;
    width: 789px;
    text-align: center;
    display: block;
    background-color: white;
    border: solid 1px #ffedd0;
    /* for IE */
    filter: alpha(opacity = 100);
    /* CSS3 standard */
    opacity: 1;
    z-index: 99;
}

#hidepage img {
    margin-top: 200px
}

#menu {
    position: absolute;
    top: 92px;
    width: 769px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 10px 10px 10px;
    border: solid 1px #ffedd0;
    visibility: hidden;
    /* for IE */
    filter: alpha(opacity = 0);
    /* CSS3 standard */
    opacity: 0;
    z-index: 0;
}

.anchor {
    cursor: pointer;
}

.anchor:hover {
    text-decoration: underline;
}

#menubar {
    padding: 5px;
    background-color: white;
}

.edit {
    background: url('../admin/images/edit.png') no-repeat center;
    padding-right: 30px;
}

.edit:hover {
    background: url('../admin/images/edit-hover.png') no-repeat center;
}

p.last {
    padding: 15px 20px 40px 0;
}

.swScrollUp {
    background: url(../images/upBtn.gif) no-repeat 0 0;
}

.swScrollUp:hover {
    background: url(../images/upBtn.gif) no-repeat 0 -17px;
}

.swScrollUp-Active, .swScrollUp-Active:hover {
    background: url(../images/upBtn.gif) no-repeat 0 -34px;
}

.swScrollDown {
    background: url(../images/downBtn.gif) no-repeat 0 -34px;
}

.swScrollDown:hover {
    background: url(../images/downBtn.gif) no-repeat 0 -17px;
}

.swScrollDown-Active, .swScrollDown-Active:hover {
    background: url(../images/downBtn.gif) no-repeat 0 0;
}

#artist-credit {
	float: right;
	margin: 5px 0px;
	font-size: 10px;
	font-style: italic;
}
