body {
	width:100%;
	height:100%;
	margin:0px;
	height:0px;
	}
.black {
	background-color:#000000;
	}
.white {
	background-color:#FFFFFF;
	}
.hidden {
	display:none;
	}
.active {
	display:block;
	}
.clear_left {
	clear:left;
	}
.clear_right {
	clear:right;
	}
.clear_both {
	clear:both;
	}
#main {
	width:100%;
	text-align:center;
	}
#content {
	margin:0px auto 0px auto;
	text-align:left;
	width:693px;
	}	
/*header*/
#header {
	margin:36px 0 24px 0;
	height:11px;
	width:693px;
	}
#header #title {
	float:left;
	font-family:Arial;
	font-size:14px;	
	font-weight:bold;
	}
#header #links {
	float:right;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	}
/*phone email*/
#phone_email {
	margin:0 0 15px 3px;
	}	
/*images*/	
#image_holder_table {
	margin:0px auto 0px auto;
	width:693px;
	text-align:center;
	clear:both;
	}
#image_holder_table_dark {
	margin:0px auto 0px auto;
	width:693px;
	text-align:center;
	clear:both;
	}
#image_holder_table td {
 	height:464px;
    width:693px;
	text-align:center;
	vertical-align:middle;
	}
#image_holder_table_dark td {
 	height:464px;
    width:693px;
	text-align:center;
	vertical-align:middle;
	}
#image_holder_table #image_holder img {
	border:3px solid #3b3b3b;
	}
#image_holder_table_dark #image_holder img {
	border:3px solid #A9A9A9;
	}
/*navigation: numbers and prev/next*/
#navigation {
	margin:12px 0 0 3px;
	width:693px;
	}
#navigation a {
	color:#696969;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#navigation a:hover {
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#navigation .active_link {
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#navigation #numbers {
	float:left;
	height:20px;
	}
#navigation #numbers li {
	margin:0 26px 0 0;
	padding:0px 0 0 0;
	list-style-type:none;
	display:inline;
	height:20px;
	line-height:18px;
	}
#navigation #prev_next {
	float:right;
	margin-right:5px;
	height:20px;
	}
#navigation_dark {
	margin:12px 0 0 3px;
	width:693px;
	}
#navigation_dark a {
	color:#696969;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#navigation_dark a:hover {
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#navigation_dark .active_link {
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#navigation_dark #numbers {
	float:left;
	}
#navigation_dark #numbers li {
	margin:0 26px 0 0;
	padding:0px 0 0 0;
	list-style-type:none;
	display:inline;
	height:20px;
	line-height:18px;	
	}
#navigation_dark #prev_next {
	float:right;
	margin-right:5px;
	}
/*portfolios*/
#portfolios {
	padding-top:12px;
	margin:0px 0 0 3px;
	height:13px;
	clear:both;
	}
/*footer*/
#footer {
	text-align:right;
	font-family:Arial;
	font-size:10px;
	margin-right:10px;
	margin-top:96px;
	color:#696969;
	}
iframe {
	position:absolute;
	top:-500px;
	left:-500px;
	}