#ProjectsContainer {
    border:  1px solid #493720;
    background:  #292929;
    color:  #969696;
}

#ProjectPreviewsContainer {
    float:  left;
    border-top:  1px solid #151515;
    border-right:  1px solid #151515;
    border-left:  1px solid #151515;
    min-height:  750px;
    height:auto !important;
    height:  750px;
}

#ProjectPreviews {
    width:  630px;
    padding:  11px 11px 0px 8px;
    border-right:  1px solid #493720;
    border-bottom:  1px solid #151515;
	min-height:  750px;
    height:auto !important;
    height:  750px;
}

#ProjectListContainer {
    float:  right;
    width:  305px;
    border-bottom:  1px solid #151515;
    border-right:  1px solid #151515;
    min-height:  762px;
    height:auto !important;
    height:  762px;
}

#ProjectList {
    width: 305px;
}

#ProjectsContainer h1, h2, h3, h4 {
    color:  #b2ac9c;
}

#Projects {
    margin-left:  0px;
    margin-right:  0px;
}

#HeaderTitleContent .copyTitle {
    color:  #b2ac9c;
    font-size:  16px;
}

#HeaderTitleWrapper {
    position:  relative;
    top:  0px;
    left:  -1px;
    width: 306px;
    background:  #3a2c1a;
    
    border-bottom:  1px solid #493720;
    padding-left:  0px;
}

#HeaderTitleContent {
    position:  relative;
    top:  0px;
    width: 296px;
    border:  1px solid #151515;
    padding-left:  9px;
    padding-bottom:  3px;
}

#HeaderCopy {
    border-bottom:  1px solid #493720;
    margin:  20px 0px 0px 0px;
	padding: 0 8px;
}

#ProjectsContainer h1, h2, h3, h4 {
    color:  #b2ac9c;
}

#Projects {
    margin-left:  0px;
    margin-right:  0px;
}

.previewCopy .copyTitle {
    margin-top:  12px;
    margin-bottom:  8px;
    color:  #b2ac9c;
    font-size:  16px;
}

.previewImage { position: relative } 
#slideShowButton { position: absolute; top: 180px; left: 285px; }

.project {
    border-bottom:  1px solid #493720;
	padding: 0 11px 0 8px;
}
.project:hover, div.selected {
	background: #333333;
	cursor: pointer;
}
#main .project:hover a.arrow { background-image: url(../images/arrow-right-light.png); } 

.project h4 {
    font-weight: bold;
}

.project table td {
    padding-top:  5px;
    
    vertical-align:  top;
}

.project table td.thumbCell img {
    margin-right:  10px;
}

#main #ProjectsContainer .project table td.copyCell p .viewProject {
    text-decoration:  none;
}

#main div.project a.arrow { background-image: url(../images/arrow-right.png); } 
#main div.selected a.arrow { background-image: url(../images/arrow-right-light.png); } 


