* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background: #f5e8b1;
  font: 14px Arial, Helvetica, sans-serif;
  color: #4d1f16;
  text-align: center;
}

hr {
  color: black;
  background-color: black;
  height:2px;
  margin:6px 0 6px 0;
  border-bottom: 1px solid #696969;
}

h3 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: Blue;
  background: transparent none;
}

a:hover, a:active {
  text-decoration: underline;
  color: #15BCDA;
  background: transparent none;
}

#page {
  text-align: left;
  margin:10px auto;
  width: 964px;
}
#header-bara-sus {
	width: 900px;
	height: 16px;
	background-image: url(images/bara-sus.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	float:left;
}
#header-left {
	width: 32px;
	height: 205px;
	background-image: url(images/head-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	float:left;
}
#header {
	width: 900px;
	height: 185px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: right;
	float:left;
}
#header-right {
	width: 32px;
	height:205px;
	background-image: url(images/head-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:auto;
	float:right;
}

#content {
	width: 950px;
	height: auto;
	float:left;
	margin: 20px 0 50px 0;
}
#content-stanga {
	width: 455px;
	height: auto;
	float:left;
	margin: 20px 0px 0 20px;
	text-align:left;
}
#content-dreapta {
	width: 450px;
	height: auto;
	float:left;
	margin: 30px 0px 0 20px;
}
.slideshow { height: 352px; width: 452px; margin: auto }
.slideshow img { padding: 10px; border: 1px solid #ccc; background-image: url(images/chenar.jpg);}
#footer {
	width: 950px;
	height: 43px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px auto;
}


		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 100%;
			position: relative;
			margin: 20px 0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 50px; height: 20px; background: #f5e8b1; overflow: hidden;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #491811; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 560px;
			clear: both;
			background: #f5e8b1;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 600px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #e8c27f;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #491811;
			color:#FFF;
		}
		
		.stripNav a.current {
			background: #491811;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.html") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.html") no-repeat center;
		}