html, body {

}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: small;
	height: 90%;
	vertical-align:middle;
}



h1,h2,h3,h4 { font-weight:normal; letter-spacing: 5px; margin: 0 0 5px 0; }

h1 { font-size:16px; }
h2 { font-size:14px; }
h3 { font-size:12px; }

hr {
	border: 0;
	padding: 0;
	color: #ccc;
	background: #ccc;
	height: 1px;
}

div.preload {
	display: none;
}

#splash div.info a p {
	text-decoration: none;
}

a {	outline: none; color: #8e8e8e; }

table, tr, td, img { padding: 0; margin: 0; border: 0; border-spacing: 0; }

img {
	border: 0 none;
}

div {
	text-align: left;
}

#sideWrapper {
	position: absolute;
	top: 30px;
	left: 0;
	width: 244px;
}

#wrapper {
width:920px;
height: 432px;
position: absolute;
top: 45%;
left: 50%;
margin-left: -460px;
margin-top: -216px;
padding: 0;
}


#title {
	z-index: 1000;
}

#splash .info {
	left: 50%;
	top: 0px;
	margin-left: 245px;
	margin-top: 100px;
	width: 450px;
	line-height: 20px;
	color: #8e8e8e;
}

#splash .block {

}

#footer {
	color: #B1B1B1;
	padding: 30px 120px;
	text-align: right;
	clear: both;
	white-space: nowrap;
	font-size: 85%;
	font-weight: bold;
}

#footer2 {
	color: #B1B1B1;
	padding: 30px 120px;
	text-align: right;
	white-space: nowrap;
	font-size: 85%;
	font-weight: bold;
	position: relative;
	top: -100px;
}

#innerWrapper {}

#sidebar {
	width: 244px;
	float: left;
	font-size: 90%;
	position: relative;
}

#navigation {
	background: #F7F7F8;
	padding: 13px 12px;
	clear: both;
	background-image:url(../graphics/panel.gif);
	color: #585E60;
	position: relative;
	line-height: 18px;
}

.limit { height: 154px; }

#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style-type: none;
}
#navigation li a {
	display: block;
	text-decoration: none;
	letter-spacing: 1.5px;
	text-transform: lowercase;
	padding: 2px 10px;
}
#navigation li a:hover {
	background: #eee;
}
#navigation li.nav_active a {
	background: white;
}

#content {
	margin-left: 270px;
	position: relative;
	top: -30px;
}

.main_image { height: 430px; overflow:hidden; background-image:url(../file/image_back.jpg); background-repeat:no-repeat; background-position:top left; padding-bottom: 2px; }
	
#content div.info, #sidebar div.info, #copyright {
	padding: 6px 0;
	color: #ACAFB0;
	font-size: 100%;
	float: left;
	}
	
#copyright, #copyright a { text-decoration:none; color: #ACAFB0; margin-top: 30px; }

#copyright {
	clear: both;
	font-size: 85%;
	padding: 0;
}

#content div.info a{
	color: #ACAFB0;
	text-decoration:none;
}

#content div.info {
	padding-top: 7px;
	position: relative;
}
#content div.info span {
	float: left;
	line-height: 14px;
}
* html #content div.info span {
	position: absolute;
	left: 60px;
	top: 2px;
}
#content div.info div.shift {
	float: left;
	width: 45px;
	position: relative;
	top: -3px;
	margin-right: 15px;

}
* html #content div.info div.shift {
	position: absolute;
	left: 0;
	top: 0;
}
#content div.info div.shift a {
	font-size: 0;
	width: 15px;
	height: 20px;
	color: white;
}
#content div.info div.shift a.left {
	background: url(../graphics/shift_left.gif) no-repeat 50% 50%;
	float: left;
}
#content div.info div.shift a.right {
	float: right;
	background: url(../graphics/shift_right.gif) no-repeat 50% 50%;
}

#content div.info div.shift a.left:hover, #sidebar div.info div.shift a.left:hover {
	background: url(../graphics/shift_left_hover.gif) no-repeat 50% 50%;
}
#content div.info div.shift a.right:hover, #sidebar div.info div.shift a.right:hover {
	background: url(../graphics/shift_right_hover.gif) no-repeat 50% 50%;
}

a.thumbnail {
	overflow: hidden;
	float: left;
	width: 76px;
	height: 50px;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin: 0 5px 5px 0;
}
* html a.thumbnail { margin: 0 3px 3px 0; }
a.thumbnail:hover { border: 1px solid #000; }

a.thumbnail img {
	width: 77px;
	height: 50px;
}

#thumbs {
	margin-top: 25px;
	color: #aaa;
	text-align: center;
	position: relative;
	z-index: 1000;
	width: auto;
	width: expression(document.clientWidth < 742? "245px" : document.body.clientWidth > 741? "245px" : "auto");
	overflow: hidden;
}

#thumbtbl {
	position: relative;
	width: 1000000px;
}

#thumbtbl div.thumbset {
	float: left;
	width: 249px;
}

#thumbs div.shift {
	clear: both;
}
#thumbs div.shift a {
	font-size: 0;
	width: 20px;
	height: 20px;
	color: white;
	position: relative;
	top: -6px;
}
#thumbs div.shift a.left {
	float: left;
	background: url(../graphics/shift_left.gif) no-repeat 50% 50%;
}
#thumbs div.shift a.right {
	float: right;
	margin-right: 0;
	background: url(../graphics/shift_right.gif) no-repeat 50% 50%;
}

#toplinks {
	margin-bottom: 35px;
}
#toplinks a {
	text-decoration: none;
	color: #585E60;
}
#toplinks a.portfolio {
	float: left; letter-spacing: 1.5px;
}
#toplinks a.contact {
	float: right; letter-spacing: 1.5px;
}

#description {
	position: relative;
	z-index: 1000;
}

* html #imgdescription {
	white-space: nowrap;
}