* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(css/images/stripe.png) repeat;*/
	//background-color: #777777;
	font-family: Lucida, sans-serif;
}

#main-content p{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	}
	
#main-content li{
	margin-left: 15px;
	}


#left-sidebar p, li {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

img {
	border: none;
}

#page-wrap {
	min-width: 780px;
	//max-width: 1260px;
	margin: 10px auto;
	}
#page-wrap #inside {
	//background-color: white;
	margin: 10px 10px 0px 10px;
	//padding-top: 10px;
	//padding-bottom: 10px;
	}
	
#main-content {
	background: url(img/left-sidebar3.gif) repeat-y white;
	//padding-left: 230px;
	padding-left: 190px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;	
	font-size: 0.9em;
	}
	
#header {
	//background: white;
	text-align: left;
	//border-width: 1px;
	//border-style: solid;
	padding-left: 10px;
	padding-bottom: 2px;	
	padding-top: 10px;
	font-size: 1.2em;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
		}
	

#nav {
	//background-color: #376fe1;
	text-align: left;
	padding: 5px;
	font-size: 1em;
	color: white;
	}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding: 10px;
	font-size: 0.9em;
}

#left-sidebar ul {
	margin-left: 15px;
}

#footer {
	//background-color: #376fe1;
	text-align: center;
	color: white;
	padding: 5px;
	font-size: 0.6em;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


/* Menu decoration */
#nav tr {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	//border-color: black;
}

#nav td {
	border-width: 0px;
	padding: 0px 5px;
	border-style: inset;
	//border-color: black;
}

#nav table {
	border-width: 0px;
	border-spacing: 1px;
	border-style: outset;
	//border-color: black;
	border-collapse: collapse;
	text-align: center;

}

#nav th, td, table {
	border-color: white;
	} 

#nav a {text-decoration: none; }
#nav a:link {color: white; }
#nav a:active {color: white; }
#nav a:visited {color: white;}
#nav a:hover {color: black; }
#nav b {color: black; }	


table.navbar {
   border-collapse: collapse;

}

table.navbar td a{
   display: block;
   text-decoration: none;
   padding: 3px 5px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   
}


