
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg01.jpg);
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #313131;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	background: url(../images/h1.gif) no-repeat top left;
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	padding : 0px 0 0 30px;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h5{

}


h4{
font-size: 18px;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	/*text-align: justify;*/
	line-height: 167%;
}

img {
border : 0px;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(../images/img07.gif) no-repeat left center;
}


a {
	text-decoration: underline;
	color:#313131;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: black;
}

td {

}

.right{
float : right;
}

.left{
float : left;
}

.cv li{
font-weight : bold;
font-size : 12px;
}

.submit{
border : none;
background : url(../images/bg01.jpg);
color : #FFFFFF;
border : 1px solid #BDB6BA;
}

/* Menu */

#menu {
	width: 970px;
	height: 40px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
	background-color : white;
}

#menu a{
text-decoration : none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu .current a {
	background: #DB5600;
	color: #FFFFFF;
	height: 32px;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	padding: 8px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFFFFF;
	height: 32px;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 990px;
	height: 180px;
	margin: 0 auto;
	background: #555753 url(../images/img02.JPG) no-repeat;
	background-color : black;
	border-TOP: 1px solid black;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
	height : 100%;
	position : relative;
	background-color : white;
	border-bottom: 1px solid #DB5600;
	border-left : 20px solid #DB5600;
	background: white url(../images/fdpage.jpg) no-repeat right bottom;
}



/* Content */
#wrapper {
	background: url(../images/bg02.jpg) repeat-x;
	padding-top : 40px;
	padding-bottom : 40px;
}
#wrapper2 {
	background: url(../images/bg03.jpg);
	height : 35px;
}

#content {
	width: 900px;
	padding: 10px 30px 20px 50px;
}

#galleria{
margin-top : 10px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(../images/img04.gif) repeat-x left bottom;
}

#index{
height : 330px;
padding-top : 15px;
text-align : center;
}


/* Footer */

#footer {
	width : 990px;
	margin : 0 auto;
	border-right: 1px solid #DB5600;
	border-bottom: 1px solid #DB5600;
	border-right: 1px solid #DB5600;
	height: 20px;
}

#footer .wrapper {
	width: 990px;
	margin: 0 auto;
	height:30px;
	background: #FFFFFF;
}

#footer .links {
	float: left;
	width: 670px;
	height: 33px;
	padding: 1px 30px 1px 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 70%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 28px;
	text-align : right;
	margin: 0 auto;
	padding: 2px 20px 5px 0px;
	background: #DB5600;
	font-size: 70%;
	color: #FFFFFF;
}