@charset "utf-8";

* { list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background: #fff url("../img/bg_header.jpg") repeat-x 0 0px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: transparent;
	background-image: url(../img/fericitul-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:175px;
}

#logo { 
	visibility:hidden;
}

#content {
	position:absolute;
	float:left;
	top:175px;
	left: 0px;
	width:400px;
	height:700px;
	padding-top:20px;
	padding-left:20px;
	padding-right:70px;
	padding-bottom:15px;
}

#sidebar {
	position: absolute;
	float:left;
	top:175px;
	left:520px;
	width: 359px;
	height: 500px;
	background-image: url(../img/box.gif);
	background-repeat: no-repeat;
	padding-top:80px;
	padding-left:80px;
	padding-right:60px;
	padding-bottom:30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #50A9FB;
}

#footer {
    position: fixed;
    width: 100%;
	bottom:0px;
	left:0px;
	height:30px;
	width:100%;
	background-image: url(../img/bg_header.jpg);
}	


/*** Main Typographic Settings ************************************************/

body {
    font: small/150% Helvetica, Arial, Verdana, sans-serif;
}
a {
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	margin-bottom:10px;
}

.side a {
	color:#333333;
}

#content a {
	color:#333333;
}
