/* RESET CSS, Ricardo's version (16may09) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, font, img, strong,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: georgia;
}

body {
	color: #222222;
	background-color: #e8e7e7;
}

ol, ul {
	list-style: none;
}

h1 {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 12px;
	font-style: italic;
	width: 750px;
	border-bottom: dotted #666666 0.1em;
}

p {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 12px;
		width: 750px;
}

a

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* Anchors */

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

a:visited {
	color: #444444;
	text-decoration: none;
	border-bottom: dotted #444444 0.1em;
	}

a:hover {
	color: #222222;
	background-color: #ffffff;
	text-decoration: none;
	}

/* Main styles */

html {	
}

#container {
	width: 780px;
	margin: 40px auto;
}

#header {
	overflow: hidden;
	height: 100%; /* NEEDED FOR IE6 */
}

#header img {
	float: left;
}

#nav {
	left: 30px;
}

#nav ul#nav {
	float: left;
	font-size: 12px;
	position: relative;
	width: 750px;
	padding: 5px 0px 5px 0px;
	top: 20px;
	border-top: dotted #666666 0.1em;
	border-bottom: dotted #666666 0.1em;
	background-color: #e2e2e2;
}

#nav li {
	display: inline;
}

#featured {
	float: left;
	position: relative;
	top: 60px;
	left: 30px;
}

#featured img {
	margin-top: 20px;
}

#about {
	float: left;
	position: relative;
	top: 60px;
	left: 30px;
}

#about img {
	margin-top: 20px;
}

#contacts {
	float: left;
	position: relative;
	top: 60px;
	left: 30px;
}

#contacts img {
	margin-top: 20px;
}

#footer {
	float: left;
	position: relative;
	top: 90px;
	left: 30px;
	padding: 15px 0px 15px 0px;
	border-top: dotted #999999 0.1em;
	width: 750px;
	font-size: 10px;
	color: #999999;
	line-height: 1.5em;
	background-color: #e2e2e2;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
