img { border: none; padding:0; margin: 0px;} 

* { padding: 0em; margin: 0em; } 

a {
color: #ffffff;
text-decoration: none;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 
 font-size: 13px;
 background: url(./images/bg.jpg);
 background-position: center;
 background-repeat: repeat-y;
 background-color: #323232;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;

}
#header {
 width: 1024px;
 float: left;
 background:transparent url(./images/image_02.jpg);
 height: 100px;
}
#navigation {
 width: 1024px;
 display:inline;
}
#leftcolumn { 
 width: 232px;
 background: url(./images/image_14.jpg);
 float: left;
  display: inline;
 height: 688px;
 margin-top: -3px;
 }
 
 #leftcolumn2 { 
 width: 232px;
 background: url(./images/image_14.jpg);
 float: left;
  display: inline;
 height: 688px;
 margin-top: -3px;
 }
#content { 
 width: 592px;
 float: left;
 display: inline;
 background-color: #191919;
 min-height: 688px;
 color: #ffffff;
 margin-top: -3px;

}
#rightcolumn { 
 width: 200px;
 background: url(./images/image_16.gif);
 float: left;
 display: inline;
 height: 688px;
 margin-top: -3px;
}
#footer { 
 width: 1024px;
 float: left;
 display: inline;
 height: 215px;
}

.webspell_bg{
	background-color: #191919;
}

.webspell_title{
	background-color: #2a2a2a;
	color: #ffffff;
}

.webspell_content{
	background-color: #080808;
	color: #ffffff;
}

.webspell_content a{
	color: #ffffff;
}

.webspell_bg tr{
	background-color: #191919;
}


