/* content */
#page_title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px 0 30px;
    padding: 0;
}

#galleries ul {
    list-style-type: none;
    margin: 1em 5px 0 25px;
    padding: 0;
}

#galleries li {
    font-size: 13px;
}

#galleries .gallery_selected {
    color: #2c96aa;
}

#galleries .gallery_notselected {
    color: #000;
}

#gallery_photo img {
    display: block;
    margin: 0 auto;
}

#gallery_thumbnails {
    margin: 115px auto 0 auto;
    border-collapse: collapse;
}

#gallery_thumbnails td {
    text-align: center;
    margin: 0;
    padding: 0;
}

#gallery_thumbnails .thumbnail_selected {
    display: block;
    padding: 0;
    margin: 0;
    border: 3px solid #2c96aa;
}

#gallery_thumbnails .thumbnail_notselected {
    display: block;
    padding: 0;
    margin: 0;
    border: 3px solid #fff;
}

/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
    margin: 10px auto 0 auto;
    padding: 0;
    border: 2px solid black;
	width: 900px; /* width of whole page */
    min-height: 600px;
	overflow: hidden; /* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float: left;
	width: 900px; /* width of page */
	position: relative;
}

.col1,
.col2,
.col3 {
	float: left;
	position: relative;
	padding: 0 0 0 0;
	/* no left and right padding on columns, we just make them narrower instead
    only padding top and bottom is included here, make it whatever value you need */
/*    overflow: hidden;*/
}
/* 3 Column settings */
.threecol {
/*    background:#eee; /* right column background colour */
}

.threecol .colmid {
	right: 150px; /* width of the right column */
	background: #fff; /* center column background colour */
}
.threecol .colleft {
    right: 600px; /* width of the middle column */
/*    background:#f4f4f4; /* left column background colour */
}
.threecol .col1 {
	width: 600px; /* width of center column content (column width minus padding on each side) */
	left: 900px; /* 100% plus left padding of center column */
}
.threecol .col2 {
	width: 130px; /* Width of left column content (column width minus padding on each side) */
	left: 160px; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	margin-top: 130px;
}
.threecol .col3 {
	width: 130px; /* Width of right column content (column width minus padding on each side) */
	left: 780px; /* Please make note of the brackets here:
    	(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
