body {
	margin:0;
	padding:0;
	font:1em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#336666; 
	background-image:url(pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;

}

#wrapper {
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	margin-top:20px; 
	margin-bottom:20px;
	padding:10px 4px 10px 10px;
}

.clear {
	clear:both;
}

#header {
	background-image:url(pix/header.jpg);
	width:846px;
	height:260px;
	border-bottom:5px solid #336666;
}

#top-bar {
	height:43px;
	width:848px;
	background-image:url(/inc/html/milngavie/pix/top_bar_repeat.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0 0 2px 0;
}

#menu {
	padding:0;
	margin:228px 0 0 0; 
	list-style-type:none;
	float:right;
	font-size:0.8em;
}

#menu li {
	text-align:center; 
	position:relative; 
	float:left;
}

#menu a, #menu a:visited {
	position:relative; 
	text-decoration:none; 
	background-color:#336666; 
	color:#fff; 
	display:block; 
	width:70px; 
	height:15px; 
	padding:5px;
	margin:0 0 0 2px;
	text-transform:uppercase;
}

#menu a:hover {
	text-decoration:underline;
}

#left-content {
	width:150px;
	background-color:#e6e8e8;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

#left-content h2 {
	font-size:1.3em; 
	margin:10px;
	color:#006633;
}

#scm-sidebar-main-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.8em;
}

#scm-sidebar-main-menu li {
	border-bottom:1px solid #fff;
}

#scm-sidebar-main-menu li a, #scm-sidebar-main-menu li a:visited {
	color:#333333;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-left:10px solid #006633;
	display:block;
	padding:5px 10px 5px 10px;
}

#scm-sidebar-main-menu li a:hover {
	text-decoration:underline;
	border-left:10px solid #009933;

}

#scm-sidebar-main-menu li li a, #scm-sidebar-main-menu li li a:visited {
	padding-left:25px;	
}

#scm-sidebar-main-menu li li a:hover {
	padding-left:25px;
}


#center-content {
	width:680px;
	float:right;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin-top:5px;
	color:#333333;
	padding:0 10px 0 0;
}

#center-content img {
	margin:15px;
	padding:2px;
	border:1px solid #ccc;
}

#center-content h1 {
	font-size:1.4em;
	padding:0;
	margin:10px 0 10px 0;
	font-weight:normal;
	color:#336666;
}

#center-content h2 {
	font-size:1em;
	color:#006666;
}

#center-content h3 {
	font-size:1em;
	font-weight:bold;
	color:#000;
}

#center-content a, #center-content a:visited {
	color:#3333FF;
	text-decoration:underline;
}

#center-content ul {
	list-style:square;
}

#footer {
	background-color:#336666;
	background-image:url(/inc/html/milngavie/pix/top_bar_repeat.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:9px 5px 5px 5px;
	margin-top:5px;
	color:#fff;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}

#footer-left {
	float:left;
	font-size:0.7em;
}

#footer-right {
	float:right;
	font-size:0.7em;
}