/* CSS Document */

body {
	margin:0px 0px 0px 0px; 
	padding: 0;
	text-align: left;
	color: #58595b;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
}

#wrapper {
	background-color: #000000;
	margin:0 auto;
	width: 900px;
	
	margin-top:30px;
}

#header {
    background-image: url(images/bg-header.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	letter-spacing:1px;
	height: 138px;
	width: 932px;
	text-align:right;
    padding-top:0px;
	padding-right:55px;
}

#text {
	width: 470px;
	padding-left:315px;
	padding-top:30px;
}

#text-contact {
	width: 470px;
	padding-left:50px;
	padding-top:120px;
}

strong{
color:#ff9933;
}


a:link {
	color:#ff9933;
	text-decoration: none;
}
a:visited {
	color:#ff9933;
	text-decoration: none;
}

a:hover {
	color: #535353;
	text-decoration:underline;
}
a:active {
	color:#ff9933;
	text-decoration: none;
}

a.footlink:link {
	color:#535353;
	text-decoration: none;
}
a.footlink:visited {
	color:#535353;
	text-decoration: none;
}

a.footlink:hover {
	color: #535353;
	text-decoration:underline;
}
a.footlink:active {
	color:#535353;
	text-decoration: none;
}


h1{
color:#7ca7bc;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
line-height:1em;
font-weight: normal;
letter-spacing:2px;
padding-left:0px;
padding-top:20px;
}

h2{
color:#7ca7bc;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
line-height:1em;
font-weight: normal;
letter-spacing:1px;
padding:0px;
}

#txtcolumn {
clear:right;
display:inline;
float:left;
height:230px;
overflow:auto;
padding:0 10px 0 0;
width:500px;
}

#txtcolumn1 {
height:140px;
overflow:auto;
padding:30px 55px 0px 10px;
width:400px;
}

.small{
font-size:10px;
}



