body{margin: 0px; padding: 0px; background: black url('background.png');}
div{overflow: hidden;}
img{border: none;}
a:focus {
	outline: 0;
}
div#content{
	width: 804px; position: relative; top: 10px; overflow: visible;
}
div#content img#header{ position: relative; z-index: 5; width: 804px;}

div#content div#cont{
	height: 344px; width: 573px; position: relative;
	background: transparent url("contMiddle.png");
}

div#cont #titleDiv{
	width: 100%; position: absolute; top: 5px; text-align: center;
}
div#cont #titleDiv #title {
	position: relative;
	top: -4px;
}

div#content div#menu{
	height: 53px; width: 575px; position: relative;
	top: -30px;
}
div#content div#menu a{
	display: block; width: 114px; height: 53px;
	background: transparent url('button.png') no-repeat;
	float:left; position: relative;
}
div#content div#menu a img{border: none; position: absolute;}

div#content div#footer{
	border: #45413a 2px solid; width: 558px;
	position: relative; margin-top: 20px;
	text-align: center; padding: 5px 0;
}

div#holder{
	width: 553px; height: 100%; position: relative;
	left: 10px;
}

div#imageList{
	height: 273px; width: 134px;
	position: absolute; left: 5px; top: 40px;
}
div.dropShadowSmall{
	width: 134px; height: 90px; margin-bottom: 1px;
	background: transparent url("dropshadow.png") no-repeat;
}
div.dropShadowSmall img{ width: 119px; height: 74px; margin: 6px 7px; cursor: pointer; }

div#dropShadowBig{
	width: 400px; height: 273px;
	background: transparent url("dropshadowBig.png") no-repeat;
	position: absolute; top: 40px; left: 146px;
}
div#dropShadowBig div{z-index: 100; position: absolute; top: 10px; width: 100%; text-align: center;}
div#dropShadowBig img#bigImage{
	width: 387px; height: 259px; margin: 6px 6px; cursor: pointer;
}

img#scroll{ width: 42px; height: 72px; position: absolute; top: 300px; left: 80px; border: none; display: none; }

img#projectsPage{
	display: none;
	position: absolute;
	top: 40px;
	left: 18px;
}



#gouestbook {
	height: 344px;
	width: 543px;
	
	position: absolute;
	top: 40px;
	left: 18px;
	display: none;
}

#gouestbook img.texts {
	float: left;
}
#gouestbook div.forms {
	text-align: right;
}
#gouestbook div.forms input {
	background: url('new_img/input.png') no-repeat top left;
	width: 307px;
	height: 27px;
	
	margin-bottom: 7px;
	margin-left: 2px;
	
	border: none;
	display: block;
	
	text-indent: 3px;
}

#gouestbook .post {
	width: 499px;
	height: 64px;
	
	margin-left: 10px;
	margin-top: 10px;
	
	background: url('new_img/post.png') no-repeat top left;
	
	font: 9pt 'Tahoma'
}

#gouestbook .submit {
	width: 159px;
	height: 35px;
	
	margin: 0 auto;
	margin-right: 32px;
	
	cursor: pointer;
	border: none;
	float: right;
	
	background: url('new_img/send.png') no-repeat top left;
}

#gouestbook .posts {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-top: 10px;
}
#gouestbook .posts a {
	font: 13pt 'Tahoma';
	text-decoration: none;
	color: #222;
	
	width: 35px;
	height: 35px;
	
	padding-top: 3px;
	
	display: block;
	float: left;
	
	background: url('new_img/num.png') no-repeat top left;
}
#gouestbook .posts a:hover {
	background: url('new_img/pageBack.png') no-repeat top left;
}
#gouestbook .posts .dots {
	font: bold 13pt 'Georgia';
	color: #222;
	
	padding-top: 5px;
	
	display: block;
	float: left;
}
