body {
	margin:0;
	padding:0; 
 	background:#0092db url(../images/bg_ver.gif) repeat-y;
 	background-position:center;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
a,  a:link {
  color: #0092db;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #0092db;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #0092db;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #0092db;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #0092db;
}
#container { 
	width: 100%; 
	height: 100%; 
	display: table; 
}

#position { 
	display: table-cell; 
	vertical-align: middle; 
}

#content {
	background:url(../images/c-bckgr.gif) repeat-x;
 	height:670px;
 	border-bottom:1px solid #3b3b3b;
 	border-top:1px solid #3b3b3b;
}
  
#innerc{
	width:898px;
	height:670px;
	margin:0 auto;
	background:#fff;
}

#header{
	height:150px;
	background:black;
	border-bottom:1px solid #3b3b3b;
}

#logo{
	cursor:pointer;
	width:223px; 
	height:150px; 
	background:url(../images/klarinet_logo.jpg) no-repeat;
	float:left;
}
#logo h1{text-indent: -5000px;}

#flash{
	float:left;
	height:150px;
}

#fla-container{
	position:absolute;
}

#navigation{
	height:34px;
	margin:0;
	background:#000; 
	border-bottom:1px solid #3b3b3b;
}

#navigation ul{
	margin: 0 0 0 34px;
	padding: 0;
	list-style-type: none;
}

#navigation ul li{
	margin: 10px 28px 0 0;
	padding: 0;
	float:left;
}

#navigation ul li a{
	color:#b7957a;
	text-decoration:none;
}

#navigation ul li a:hover{
	color:#0092db;
	text-decoration:none;
}

#navigation ul li .CurrentPage{
	color:#0092db;
	text-decoration:none;
}


#site{
	height:299px;
	margin:0;
	background:#fff; 
	border-bottom:1px solid #3b3b3b;
}

#site #left-content {
	width:673px; 
	height:300px; 
	border-right:1px solid #3b3b3b; 
	float:left;
}

#site #left-content p {
	margin:10px 24px 15px 24px;
}

#site #left-content h1 {
	padding:22px 24px 0 24px; 
	color:#0092db; 
	font-size:14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#site #left-content form {
	padding:0;
}

#site #left-content fieldset { 
	margin: 0 0 2em 0; 
	padding: 1em .5em .5em .5em; 
	border:0; 
} 

#site #left-content legend { 
	padding: .2em; 
	background-color: #ccc; 
	font-weight: bold; 
	color: #000000; 
	border: 0; 
} 

#site #left-content input { 
	border: 1px solid #3b3b3b; 
	font-weight: bold; 
	background-color: #F5F5F5; 
}

#site #left-content label{
	width:65px; 
	display:block; 
	float:left;
}

.contactp {
	display:block; 
	margin:0 10px 3px 24px;
}
.leftm{
	display:block; 
	margin:0 10px 3px 90px;
	font-size:xx-small;
}
.pimg{
	margin:5px 0 0 24px;
}

#site #left-content textarea{
	width:250px;
	height:75px;
	background-color: #F5F5F5;
	border: 1px solid #3b3b3b; 
}

#site #left-content #contact-left {
	display:block; 
	float:left; 
	width:290px;
}

#site #left-content #contact-right {
	display:block; 
	float:left; 
	width:382px;
}

#site #left-content #contact-foot {
	display:block; 
	float:none; 
	width:672px;
}

.tip{
	margin:10px 24px;
}

#right-content {
	float:left;
	background:#000000;
	display:block;
	width:224px;
	height:299px;
}

#foot-back{
	height:149px;
	margin:0;
	background:#fff; 
	border-bottom:1px solid #3b3b3b;
}

#footer{
	height:24px;
	margin:0;
	background:#000; 
	text-align:center; 
	color:#0092db; 
	padding-top:10px;
}

#myGallery {
	background:#0092db ;
	width: 673px;
	height: 299px;
	z-index:5;
	text-align: left;
	margin: 0 auto;
	position:absolute;
}


