body
{
	margin-top:0px;
	margin-bottom:0px;
}

.page
{
	position:relative;
	width:900px;
	height:900px;
	left:50%;
	margin-left:-450px;
	background:#231f20
}

.header
{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:900px;
	height:154px;
	background:url("img/header.gif");
	background-repeat:no-repeat;
	/*border: 1px solid #999999;*/
}

.top-home
{
	position:absolute;
	top:135px;
	left:850px;
}

.top-left-nav
{
	position:absolute;
	top:154px;
	left:0px;
	width:250px;
	height:330px; /* bottom = 154 + 330 = 484 */
}

.bottom-left-address
{
	position:absolute;
	top:490px;
	left:0px;
	width:250px;
	text-align:left;
	padding-left:10px;
}

.home-image
{
	position:absolute;
	left:270px;
	top:154px;
	width:630px;
	height:330px;	/* bottom = 154 + 330 = 484 */
	background:url("img/kosta.gif");
	background-repeat:no-repeat;
	background-position:left;
}

.contact-content
{
	position:absolute;
	left:400px;
	top:200px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16;
	color:#ffffff;
}


.gallery-content
{
	position:absolute;
	left:240;
	top:154;
	width:630px;
	height:646px;	/* bottom = 154 + 646 = 800 */
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.gallery-table td
{
	width:160px;
	height:120px;
	border:1px solid #ffffff;
	background:#ffffff;
	margin:20px;
}

.home-content
{
	position:absolute;
	top:484px; /* 154 + 330 = 484 */
	left:0px;
	height:316px; /* bottom = 484 + 316 = 800 */
	width:900px;
	text-align:justify;
	margin-left:20px;
	display:block;
}

.footer
{
	position:absolute;
	left:0px;
	top:860px;
	width:900px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.content-text
{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
.button
{
	display:block;
	width:214px;
	height:43px;
	text-decoration:none;
	background-repeat:no-repeat;
	background:url("img/button_up.gif");
	line-height:43px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:7px;
	margin-bottom:5px;
	color:#000000;
}

.button:hover
{
	background:url("img/button_over.gif");
}

.button-selected
{
	color:#FF0000;
}

.img-link
{
	text-decoration:none;
	border:none;
	margin:0px;
	padding:0px;
}

img
{
	border:none;
}

.home-link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
}

.home-link:hover
{
	color:#666666;
}

.contact-link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#cccccc;
}

.contact-link:hover
{
	color:#666666;
}
