html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	margin-left: 30px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 14px/19px Trebuchet MS, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #006699;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 388px;
	background: url(design.jpg) no-repeat;
}
.logo {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	padding: 80px 0 0 60px;
}
.logo span {
	text-transform: uppercase;
}
.tel {
	padding: 30px 0 0 60px;
	font-size: 24px;
	color: #456776;
	line-height: 32px;
}
.menu {
	padding: 30px 0 0 60px;
	font-size: 18px;
}
.menu a {
	padding-right: 30px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 260px;
}
h1 {
	font-size: 20px;
	padding-bottom: 10px;
}
.foto {
	padding: 5px 0;
}
.foto img {
	padding: 4px;
	border: 1px solid #666;
}
#content table td {
	vertical-align: top;
}
.square {
		font-size: 18px;
		text-align: center;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}
.left {
	padding-left: 60px;
}
.left img {
	padding-bottom: 60px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #BFF08E;
}