 body{
  	margin:0;
	padding: 0;
	text-align: center;
	background: rgb(255,255,255);
	font: normal 75% Arial,Helvetica, sans-serif;
	color: #FFCC99;
	background: #000;
	overflow: hidden;
}
 
#main {
	width: 1024px;
	margin: 10px auto;
	text-align: center;
	border: 0px solid #CC0000;
}
 
#header {
  width: 1024px;
  background: #000;
  text-align: center;
  border: 0px dotted #CC0000;
 } 
 
  #logoTop {
 width: 1024px;
 height: 90px;
 /*margin-left: 133px;*/
 /*background: #000 url(images/SKN_logo_top.jpg) top center no-repeat;*/
 border: 0px dotted #FFF;
  }
 
 #logoBottom {
 width: 1024px;
 height: 41px;
 /*margin-left: 133px;*/
 /*background: #000 url(images/SKN_logo_bottom.jpg) top center no-repeat;*/
 border: 0px dotted #FFF;
  }

 #content {
 	width: 1024px;
	height: 557px;
 	text-align: center;	
	border: 0px dotted #FFF;
 }
 
 #left {
 float: left;
 width: 134px;
 height: 557px;
 background: #000 url(images/SKN_img_left.jpg) top center no-repeat;
 border: 0px solid #FFF;
 }
 
#outerScroll {
	float: left;
	width: 779px;
	height: 516px;
	background: #000 url(images/SKN_img_middle.jpg) center center no-repeat;
}

div.scroll {
	height: 480px;
	width: 779px;
	float: left;
	overflow: auto;
	border: 0px solid #FFF;
	text-align: center;
}

#innerScroll {
	width: 500px;
	margin: 15px auto;
	text-align: left;
	color: #FFCC99;
	padding: 15px;
	border: 0px solid #FFF;
}

 #right {
 float: left;
 width: 111px;
 height: 516px;
 background: #000 url(images/SKN_img_right.jpg) top center no-repeat;
 border: 0px solid #FFF;
 }
 
h6 {
	color: #F47920;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}  

td {
	font-size: 12px;
	color: #FFCC99;	
	text-align: left;
}

img {
	border: 0;
}


/* ################################################# */
#subnav {
	width: 200px;
	float:left;
	padding-top: 40px;
	margin-left: 530px;
	font-size: 12px;
	text-align:right;
}

#categories {
height: 23px;
text-align: center;
/*border-bottom: 1px dotted #FFF;*/
}

#categoriessub {
height: 20px;
border-bottom: 1px dotted #000;
}

#footer {
clear: left;
width: 1023px;
margin-top: 35px;
border-top: 0px dotted #999;
padding: 5px;
text-align: center;
}

.copyright {
font-size: 0.8em;
color: #FFCC99;
}


/* ################################################# */
a, a:active, a:visited { color: #FFCC99; background: transparent; text-decoration: underline; padding: 2px;}
a:hover {color: #AA8844; text-decoration: none; background: #transparent; padding: 2px;}

a.light:link, a.light:visited, a.light:active { color: #999; text-decoration: none;}
a.light:hover { color: #FFF; background: #000; text-decoration: none; }

.menu {
background: transparent;
}

a.menu:link 	{background: transparent;}
a.menu:visited	{background: transparent;}
a.menu:hover 	{background: transparent;}
a.menu:active 	{background: transparent;}

.headline {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFCC99;
}

.small {
margin-bottom: 15px;
	font-size: 10px;
}

.editline {
	margin: 4px 0 5px 0;
	padding: 0.4em 0 0 0;
	background: url(images/dotted.gif) repeat-x top;
}

/* START PLUGINS */
.pluginname { padding: 0px; margin-bottom:10px;}
.plugin1_0 { margin-bottom: 0px; text-align: left;}
.plugin1_1 { margin-bottom: 10px; text-align: left;}
.plugin1_2 { margin-bottom: 20px; text-align: left;}

#plugin {
	width: 165px; margin-bottom: 15px; text-align: left;
}
.plugintop div { background: url(images/corner_tl.jpg) no-repeat top left; }
.plugintop { background: url(images/corner_tr.jpg) no-repeat top right; }
.pluginbot div { background: url(images/corner_bl.jpg) no-repeat bottom left; }
.pluginbot { background: url(images/corner_br.jpg) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.plugintop div, .plugintop, .pluginbot div, .pluginbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.plugincontent {
	margin: 5px 5px 10px 8px;
}

/* FORM SETTINGS */
.formbutton{
border:1px solid #000;
background:#FFCC99;
color:#000;
padding: 1px 2px;
font-size: 1.0em;
}

.formbutton:hover {
border:1px solid #000;
background:#FFCC99;
color:#000;
padding: 1px 2px;
font-size: 1.0em;
}

.formbutton:focus {
border:1px solid #000;
background:#FFCC99;
color:#000;
padding: 1px 2px;
font-size: 1.0em;
}

.formbox {
border: 0px solid #FFF;
background: #FFF;
}

input {
border: 1px solid #FFCC99;
background: #000;
color:#FFCC99;
font-size: 12px;
padding: 1px 2px;
}

input:hover {
border: 1px solid #AA8844;
background:#000;
color:#AA8844;
font-size: 12px;
padding: 1px 2px;
}

input:focus {
border: 1px solid #AA8844;
background:#000;
color:#AA8844;
font-size: 12px;
padding: 1px 2px;
/*background:url(images/formbg.gif) repeat-x left top;*/
}

textarea {
border: 1px solid #FFCC99;
background: #000;
color:#FFCC99;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
padding: 1px 1px;
/*background:url(images/formbg.gif) repeat-x left bottom;*/
}

textarea:hover {
border: 1px solid #AA8844;
background:#000;
color:#AA8844;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
padding: 1px 1px;
/*background:url(images/formbg.gif) repeat-x left bottom;*/
}

textarea:focus {
textarea:hover {
border: 1px solid #AA8844;
background:#000;
color:#AA8844;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
padding: 1px 1px;
/*background:url(images/formbg.gif) repeat-x left bottom;*/
}

a.supportcat	{
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	display: block;
	}					
a.supportcat:link 		{color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a.supportcat:visited	{color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a.supportcat:hover 	{color: #FFF; background-color: #000; border-bottom: 1px dotted #000; text-decoration: none;}
a.supportcat:active 	{color: #FFF; text-decoration: none; border-bottom: 1px dotted #000;}

#subnavigation ul {
	padding: 0;
	margin: 0;
}

#subnavigation li {
	display: block;
	line-height: 1.5;
	font-size: 12px;
	border-bottom: 0px solid #ccc;
	padding-left: 15px;
	background: url(images/arrow-small-grey.jpg) no-repeat left;
}

#subnavigation a:link 		{color: #535353; text-decoration: underline;}
#subnavigation a:visited	{color: #535353; text-decoration: underline;}
#subnavigation a:hover 	{color: rgb(244,121,32); border-left: 0px solid rgb(244,121,32); text-decoration: none;}
#subnavigation a:active 	{color: #535353; text-decoration: underline;}

.toggleopacity img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.quote {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #999;
	border-left: 6px solid #CCC;
		border-right: 6px solid #CCC;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	padding: 10px;
}