/* Eric Meyer's CSS Reset */
html, div, span, applet, object, iframe,
h1,h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u,  center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for  xolder browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	<!--background-image:url("imagini/fundal4.jpg"), url("imagini/fundal4.jpg");-->
	<!--background-position: right bottom, left top;-->
	<!--background-repeat: repeat-y, repeat-y;-->
	

  
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
    padding: 2px;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

	.boxed {
  border: 1px solid #315178;

	font: 16px Arial, sans-serif;

	font-weight: bold;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 280px;
	background: white;
	font:16px Arial;
	border-style:solid; 
	border-color:#FF0000;
	
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 240px;
	position: relative;

}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	
}
.content {
	padding: 0 0 0 220px;
	/*overflow: auto;
	height:600px;*/
/*	overflow-y:scrol;
	overflow-x: hidden;*/
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	background: white;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1024px;
	margin: -230px auto 0;
	height: 190px;
	background: #315178;
	position: relative;
	font-weight: bold;
}

/* unvisited link */
a:link {
    color: #315178;
}

/* visited link */
a:visited {
    color: #315178;
}

/* mouse over link */
a:hover {
    color: #315178;
}

/* selected link */
a:active {
    color: #315178;
}