body {
	font-family : Verdana, Arial, sans-serif;
	color : #black;
	width : 800px;
	margin : auto;
	background : #343D69;
}

#header img {
	margin-left : 30px;
}

#container {
	background : url("http://transmissaosado.pt/images/container.gif") repeat-y;
	padding-bottom : 3px;
}

#menu {
	font-weight : 700;
	color : #000;
}

#text {
	width : 80%;
	margin : 50px auto 50px auto;
	padding : 10px;
	background : #C6C9D3;
	text-align : left;
}

#legenda {
	text-align : center;
        color : #black;
        font-family : Verdana, Arial, sans-serif;
        text-decoration : bold;
        font-size : 10px;
}

#address {
	align : center;
	text-align : center;
	margin : 10px auto 40px auto;
}

#destak {
	margin-left : 30px;
}

h1 {
	margin-left : 30px;
	text-transform : uppercase;
	color : #343D69;
	display : inline;
}

p {
	text-indent : 20px;
}

img {
	border : 0;
}

ul {
	list-style-type : none;
	padding : 20px 0 20px 20px;
	background : url("http://transmissaosado.pt/images/menu.gif") repeat-x;
	margin : 0 30px 0 30px;
}

li {
	padding : 0 20px 0 20px;
	color : #FFF;
	display : inline;
}

dl {
	margin : 60px auto 30px auto;
}

dd {
	display : inline;
}

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

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

a:hover {
	text-decoration : underline;
	color : #FFF;
}

a:active {
	text-decoration : none;
	color : #DDD;
}

.float_left {
	float : left;
	padding-right : 30px;
	padding-bottom : 10px;
}

.float_right {
	float : right;
	padding-left : 30px;
	padding-bottom : 10px;
}

.spacer {
	clear : left;
}