body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background:#232323;
	background-position:top left;
	background-attachment:fixed;
	font: normal 12px "Trebuchet MS", "Lucida Grande", verdana, georgia, sans-serif;
}

/* Links */

a:link {
	text-decoration: none;
	color: #00CCFF;
	border-bottom: 1px dotted #eee;
} 

a:visited { text-decoration: none; color: #ddd; border-bottom: 1px dotted #ddd; }

a:hover, a:active { color: #eee; border-bottom-color: #00CCFF; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; line-height: 1.8em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; font-weight:500; /* bold added */ }

ul, ol, blockquote, pre
{
	color: #eee;
	margin: 20px;
	padding: 20px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
	color:#eee;
}

blockquote, pre { background-color: #232323; border: 1px dotted #eee; }

ins { text-decoration: none; font-weight: bold; color: #555555; }

del { color: #555555; }

abbr, acronym { cursor: help; }

/* Structure */

#wrapper
{
	width:100%;
	overflow:hidden;
	/*margin-bottom:70px;*/
}

#container
{
	width: 940px; /* 940px */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
	overflow:hidden; /* !!! */
	margin-top: 0px;
	margin-bottom: 70px;
}

#header
{
	border: 0px solid #fff;
	color:#fff;
	font-size:12px;
	height:150px;
	line-height:27em;
	margin: 0 0 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	width:616px;
	clear:both;
}

#leftcontent
{
	width:175px;
	height:750px;
	padding:0px;
	float:left;
	background-image:url("http://www.skainet.net/v2/images/css/bg_left.png");
}
#leftcontent_n
{
	width:175px;
	height:1000%;
	float:left;
	background-image:url("http://www.skainet.net/v2/images/css/bg_left_n.png");
	background-repeat:repeat-y;
	background-position:bottom left;
	color:#fff;
	margin-top:750px;
}

#content
{
	width:590px; /* 590px */
	padding:0px;
	float:left;
	background:#232323;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border-left: 0px solid #232323;
	color:#eee;
}

#rightcontent
{
	width:175px;
	height:750px;
	padding:0px;
	float:left;
	background-image:url("http://www.skainet.net/v2/images/css/bg_right.png");
	background-repeat:no-repeat;
}
#rightcontent_n
{
	width:175px;
	height:1000%;
	float:left;
	background-image:url("http://www.skainet.net/v2/images/css/bg_right_n.png");
	background-repeat:repeat-y;
	background-position:top left;
	color:#fff;
	margin-top:-490px;
}

#footer
{
	clear: both;
	color: #FFF;
	text-align: center;
	background-image:url("http://www.skainet.net/v2/images/css/footer.png");
	background-repeat:no-repeat;
	background-position:center;
	width:700px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}

/* Content */

#content dl { padding: 0; margin: 20px; }

#content dt {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.6em;
}

#content dd { padding: 0; margin: 10px 0; margin-left:10px; }

#content dd.summary 
{
	color: #fff;
	font-size: 10px;
	margin-bottom: 20px;
	padding-bottom: 11px;
	padding-left:10px; /* added */
	/*border-bottom: 1px dotted #eee;*/
	/*border-bottom: 3px solid #00CCFF;*/
	background-image:url("http://www.skainet.net/v2/images/css/splitter.png");
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-bottom:50px;
}

#content object
{
	background-color:#000000;
}

#content dd.summary a:link, #content dd.summary a:visited { border-bottom-width: 0px; color:#ccc; }
#content dd.summary a:hover { color:#fff; }

#content dd p.img { margin: 0 15px 0 0; }

#content dl p.headlineImg img {
	margin: 0 15px 0 5px;
	border:1px solid #555555;
	float:right;
	background-color:#000000;
} /* added */

#content dd p.img img { padding: 0px; border: 1px solid #555555 background-color: #f9f9f9; }

/* right content */

#rightcontent ul { padding: 0; list-style-type: none; margin: 15px 25px 50px; }

#rightcontent li {
	margin: 0;
	padding: 0;
	color: #000000;
	border-bottom: 1px solid #ddd;
}

#rightcontent li.title { margin: 0 5px 10px; text-transform: uppercase; border-bottom-color: #ddd; color: #ddd; }

#rightcontent li a:link, 
#rightcontent li a:visited
{
	color: #ddd;
	display: block;
	padding: 10px 5px; 
	border-bottom-width: 0;
}

#rightcontent li a:hover,
#rightcontent li a:active
{
	color: #eeeeee;
	background-color: #000;
}

/* Footer */

#footer p { margin: 0; padding: 0 10px 10px; }

#footer a:link, #footer a:visited { color: #999999; border-bottom-color: #999999; }

#footer a:hover, #footer a:active { color: #bbbbbb; border-bottom-color: #bbbbbb; }


input,
textarea {
	padding: 1px 3px;
	margin: 5px 0;
	font: 1em verdana, arial, sans-serif;
	color: #000000;
	background-color: #eee;
	border: 1px solid #000000;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	color: #000;
	background-color: #fff;
	border: 1px solid #777777;
}

