html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

body {
	background-color: #000;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
  position: relative;
}

#navtop	{
	margin: 20px 0px 0px 48px;
	width: 266px;
	height: 32px;
	display: block;
	background-color: #7A808C;
	color: #fff;
  	text-align: center;
  	line-height: 32px;
}

#sidevertical { 
	width: 48px; 
	height: 238px;
	float: left;
	background-image: url(images/media_magic.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#immagine {
	width: 266px;
	height: 238px;
	float: left;
	background-image: url(images/K2home.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#mainheader {
	width: 686px;
	height: 238px;
	float: left;
	color: #333;
	background-color: rgb(100,108,121);
}

.innertube {
	margin: 10px;
}

#menu {
	margin-bottom: 20px;
}

#menu a {
	display: inline;
	border: 1px solid #333;
	padding: 4px 20px 2px 20px;
	background-color: #fff;
  	text-decoration: none;
	color: #fff;
	background-color: rgb(100,108,121);
}
#menu a:hover {
	background-color: rgb(85,85,85);
 }

.spacer10 {height: 10px;}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(images/body_bg.gif) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 294px;
  padding: 10px;
  color: #fff;
}
#right {
  float: right;
  width: 666px;
  padding: 10px;
  color: #333;
}

.replaceimage {
width:100px;
height: 80px;

background-color: #fff;
}

.newsheader {
	/*border: 1px solid #999;*/
	border-width: 1px 0px 0px 0px;
	border-color: #999;
	border-style: dotted;
	padding: 4px;
	color: #fff;
}

.newsheader a	{
	font-weight: bold;
	color: #fff;
}

.newsheder .subtitle	{
	font-style: italic;
}

.news {
	/*border: 1px solid #999;*/
	border-width: 1px 0px 0px 0px;
	border-color: #999;
	border-style: dotted;
	padding: 8px 4px 4px 4px;
	margin-bottom: 10px;
	background-color: rgb(238, 238, 238);
	/*background-color: rgb(207,214,228);*/
}

.news .title	{
	font-weight: bold;
}

.news .subtitle	{
	font-style: italic;
}

.news .body	{
	margin-top: 4px;
}

.news a	{
	font-weight: bold;
	font-size: 14px;
	color: rgb(100,108,121);
	text-decoration: none;
}

.news a:hover	{

	color: rgb(85,85,85);
}

.subtitle	{
	font-style: italic;
}

.imagewindow {
	float:left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	background-color: #fff;
}
.form .left	{
	float: left;
	width: 120px;
	text-align: right;
	padding: 10px 4px 0px 0px;
	margin: 2px 0px 2px 0px;
}

.form .right	{
	float: left;
	width: 500px;
	margin: 2px 0px 2px 0px;
}
#footer	{
	margin-bottom: 20px;
}

#footerleft {
	
	width: 314px;
	height: 32px;
	float: left;
	background-color: #7A808C;
	color: #fff;
  	text-align: center;
  	line-height: 32px;
}

#footerright {
	
	width: 686px;
	height: 32px;
	float: left;
	background-color: #fff;
	color: #333;
  	text-align: center;
  	line-height: 32px;
}

#myGallery
{
width: 600px !important;
height: 460px !important;
margin-left: 34px;
border: 1px solid #999;
} 