body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#e0e0e1;
	font:0.9em Arial, Verdana,"trebuchet MS";
}

.clear {
	clear:both;
}

#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(pix/wrapper_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/*---------- HEADER ----------*/

#header {
	height:160px;
	width:100%;
	margin-bottom:10px;
} 

#top-nav {
	margin:0;
	padding:130px 0 0 0;
	width:200px;
	height:40px;
	float:right;
	color:#fff;
	font-weight:bold;
	list-style:none;
}

#top-nav li {
	display:inline;
	text-transform:uppercase; 
}

#top-nav a, #top-nav a:visited {
	color:white;
	text-decoration:none;
}

#top-nav a:hover {
	text-decoration:underline;
}

/*---------- LEFT CONTENT ----------*/ 

#left-content {
	width:180px;
	float:left;
}

#left-content ul {
	margin:0 10px 0 10px;
	padding:0;
	list-style:none;
}

#left-content ul ul {
	margin:5px 0 0 0;
	padding:0;
}

#left-content ul li {
	border-top:1px solid #666;
	padding:5px 5px 5px 0;
}

#left-content ul ul li {
	border-top:1px solid #666;
	padding:5px 5px 5px 15px;
	/*background-image:url(pix/arrow_sub_menu_item.gif);
	background-position:left;
	background-repeat:no-repeat;*/
}

#left-content ul a, #left-content ul a:visited {
	text-decoration:none;
	color:#666;
}

#left-content ul a:hover {
	text-decoration:underline;
}

/*---------- CENTER CONTENT ----------*/

#center-content { 
	width:500px;
	float:left;
	margin-left:10px;
	margin-right:20px;
	line-height:1.5em; 
}
#center-content table{ 
	border:#600 1px solid;
}
#center-content td{ 
/*    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding: 4px;*/
}

#center-content h1 {
	font-size:1.2em;
	color:#333333;
	margin:0;
	padding-bottom:5px;
}

#center-content h2 {
	font-size:1em;
	color:#333333;
}

#center-content h3 {
	font-size:.98em;
	color:#333333;
}


#center-content a, #center-content a:visited {
	color:#333333;
	text-decoration:underline;
}
/*---------- CENTER CONTENT WIDE ----------*/

#center-content-wide { 
	width:700px;
	float:left;
	margin-left:10px;
	margin-right:20px;
	line-height:1.5em; 
}
#center-content-wide table{ 
	border:#600 1px solid;
}
#center-content-wide td{ 
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding: 4px;
}

#center-content-wide h1 {
	font-size:1.2em;
	color:#333333;
	margin:0;
	padding-bottom:5px;
}

#center-content-wide h2 {
	font-size:1em;
	color:#333333;
}

#center-content-wide h3 {
	font-size:.98em;
	color:#333333;
}


#center-content-wide a, #center-content-wide a:visited {
	color:#333333;
	text-decoration:underline;
}

/*---------- RIGHT CONTENT ----------*/

#right-content {
	width:200px;
	float:right;
}

#right-content img {
	margin-bottom:10px;  
}
#right-content a {
	color:#333333;
	text-decoration:underline;  
}
/*---------- FOOTER ----------*/

#footer {
	padding:10px;
	background-color:#666666;
	color:#fff;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#scm-sidebar-members {

	padding-left : 10px;

}