body { 
	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333; 
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
	
p { 
	font: 12pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px; 
	margin-bottom: 0px; 
	text-align: justify; }
	
h3 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; }
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333; }
	
	
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #444; }
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #111; }


/* structure, specific texts */
#container { 
	padding: 0px;  
	margin: 0px;
}

#pageHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 250px;
	background: transparent url("graf/bg.jpg");
	border-bottom: 4px solid black;
	z-index: 3; }

#pageHeader h1 {
	position: relative;
	background: url("graf/stapi.gif");
	left: -230px;
	top: 35px;
	width: 375px;
	height: 193px;
	margin: 0 auto;
	padding: 0; }
	
#pageHeader h1 span {
	display: none; }
	
#pageHeader h2 {
	position: relative;
	margin: 0 auto;
	top: -185px;
	left: 120px;
	background: url("graf/website.jpg");
	width: 266px;
	height: 230px;
	_height: 0px;
	padding: 0; }
	
#pageHeader h2 span {
	display: none; }

#supportingText {
	border: 1px solid black;
	margin: 0 auto;
		margin: 0 auto;
	background: #c0c8db url(graf/bg2.jpg);
	width: 1000px;
	padding-top: 260px;
}

#menu {
	position: relative;
	top: 251px;
	background: black;
	width: 100%;
	height: 28px;
	z-index: 6;
}

#menu ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background: black url("graf/bg_menu.jpg");
color: #FFF;
width: 100%;
font: normal 14pt arial, helvetica, sans-serif;
text-align: center;
}

#menu li { display: inline; }

#menu li a
{
text-decoration: none;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}
?
#menu li a:hover
{
background-color: #333;
color: #fff;
}

#article {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	font-size: 12pt;
}

#article ul{
	margin-top:0;	
}

#article h3{ 
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#footer { 
	text-align: center;
	padding-bottom: 30px;
	background-color: #fff; }
	
#footer a:hover, a:active {
	background-color: #444;
	color: #fff; }


a img {
	border: 0px;
}

#price{
	margin: 0 auto;
	height: 489px;
	width: 740px;
}
#price1{
	background: url("graf/price1.gif");
	height: 489px;
	width: 185px;
	float: left;
}
#price2{
	background: url("graf/price2.gif");
	height: 489px;
	width: 185px;
	float: left;
}
#price3{
	background: url("graf/price4.gif");
	height: 489px;
	width: 185px;
	float: left;
}
#price4{
	background: url("graf/price3.gif");
	height: 489px;
	width: 185px;
	float: left;
}

#price table{
	margin: 0 auto ;
	margin-top: 20px;
}
#price tr{
	height: 46px;
}

#price td{
	width: 165px;
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 14px;
}

#note{
	font-weight: bold;
	font-size: 10pt;
	text-align:center;
}

#new{
	width:200px;
	border: 3px ridge black;
	background: #CCC;
	padding:10px;
	margin:30px;
	float: right;
	text-align: center;
}

#gallery{
	display: none;
}

