body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
html {
	min-height: 100%;
}
body {
	background-image: url(../images/page_back.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #3e3e3e;
	font-size: 12px;
	min-height: 100%;
}
.wrapper {
	min-height: 100%;
	background-image: url(../images/content_back.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
}
a {
	color: #b30000;
}
a:hover {
	text-decoration: none;
}
h1 {
	height: 83px;
}
h1 a {
	display: block;
	height: 83px;
	width: 200px;
	text-indent: -3000px;
	text-decoration: none;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
.menu{position:relative; width: 500px; margin-left: 48px;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(../images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}
.menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
.menu ul li{display:block;float:left;margin:0;}
.menu ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;}
.menu ul li a:hover,.menu ul li a.current{color:#B30000;background:#fff url(../images/bgON.gif) no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

.content {
	clear: both;
	position: relative;
	min-height: 350px;
}
.homepageBox1 {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 320px;
}
.homepageBox2 {
	top: 50px;
	position: absolute;
	left: 400px;
	width: 320px;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #b30000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #b30000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
p.footer {
	margin-left: 50px;
	font-size: 10px;
	line-height: 23px;
	width: 680px;
	border-top: 1px solid #eee;
	padding-top: 6px;
	margin-top: 15px;
}
.realContent {
	margin: 50px 50px 0;
	width: 680px;
}
.realContent ul,
.realContent p {
	margin: 20px 0;
	line-height: 18px;
}
.realContent ul {
	list-style: disc;
}
.realContent li {
	margin-left: 30px;
	margin-top: 5px;
}
.realContent strong {
	font-weight: bold;
}
.realContent em {
	font-style: italic;
}
.domeniu {
	width: 330px;
	float: left;
}
.clearer {
	clear: both;
}
.homepageBox2 p, .homepageBox1 p {
	line-height: 18px;
	margin-top: 20px;
}
p.footer img {
	float: right;
}
