body {
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
}

text_pad a {
	color:  000000;
	text-decoration:none;
	border:0;
}

#container {
	margin-left: -600px;
	position: absolute;
	left: 50%;
	width: 1148px;
	height: 100%;
	visibility: visible;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#index {
	margin-left: -209px;
	position: absolute;
	top: -135px;
	left: 50%;
	width: 419px;
	height:271px;
	visibility: visible;
}

#header_bg {
	position:absolute;
	width:1148px;
	height:298px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	z-index:0;
}

#header_logo {
	position:absolute;
	top:-2px;
	left:248px;
	width:711px;
	height:303px;
	background-image:url(../images/header_logo.png);
	background-repeat:no-repeat;
	z-index:1;
}

#content_bg {
	position:absolute;
	top:223px;
	left:274px;
	width:660px;
	height:490px;
	background-image:url(../images/content_bg.png);
	background-repeat:no-repeat;
	z-index:2;

}

#text_pad {
	position:absolute;
	top:60px;
	left:42px;
	width:277px;
	height:386px;
	background-image:url(../images/textpad.png);
	background-repeat:no-repeat;
	z-index:2;

}

#text {
	position:absolute;
	left:10px;
	top: 24px;
	width:254px;
	height:336px;
	overflow:auto;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	z-index:2;
}

#text h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#shop {
	position:absolute;
	top:60px;
	left:42px;
	width:574px;
	height:381px;
	z-index:2;
	padding-right:5px;
	overflow:auto;
}

#shop h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#shop p{
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

.tees {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

#photo_frame {
	position:absolute;
	top:42px;
	left:318px;
	width:304px;
	height:379px;
	background-image:url(../images/photo_frames2.png);
	background-repeat:no-repeat;
	z-index:2;
}


#menu {
	position:absolute;
	left:291px;
	top:232px;
	width:334px;
	height:49px;
	z-index:3;
}

#menu a.news {
	float: left;
	display: block;
	height: 46px;
	width: 75px;
	background: url(../images/news_button.png) 0px -1px no-repeat;
}

#menu a.news:hover {
	background: url(../images/news_button_up.png) 0px 1px no-repeat;
}

#menu a.shop {
	float: left;
	display: block;
	height: 46px;
	width: 62px;
	background: url(../images/shop_button.png) 0px 3px no-repeat;
}


#menu a.shop:hover {
	background: url(../images/shop_button_up.png) 0px 0px no-repeat;
}

#menu a.photos {
	float: left;
	display: block;
	height: 49px;
	width: 80px;
	background: url(../images/photos_button.png) 0px 3px no-repeat;
}


#menu a.photos:hover {
	background: url(../images/photos_button_up.png) 0px 0px no-repeat;
}

#menu a.contact {
	float: left;
	display: block;
	height: 49px;
	width: 99px;
	background: url(../images/contact_button.png) 0px 0px no-repeat;
}


#menu a.contact:hover {
	background: url(../images/contact_button_up.png) 0px 0px no-repeat;
}

.hide {
	display:  none;
}

#footer {
	position:absolute;
	top:465px;
	left:472px;
}