/* General styling */

body {
	background-color: #999;
}

img {
    border-width: 0;
}

p {
    margin-top: 0px;
    padding-top: 0px;
    margin-right: 15px;
}

#content A:link          { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }
#content A:visited       { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }
#content A:active        { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }
#content A:hover         { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }

/* Site parts positioning */
#container {
	position: relative;
	min-height: 500px;
	background-color: #FFF;
	border: 3px solid #000;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 700px;
}

#top {
	width:700px;
	height: 135px;
	background-color: #FFC;
}

#menu {
	width:700px;
	height: 86px;
	background-color: #FFF;
}

#header {
    float: right;
    position: relative;
}
#logo {
    float: left;
    position: relative;
}

#content {
	position: relative;
	width:690px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin:10px;
	top: -15px;
}

#line {
    position: relative;
    float: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
    top: -8px;
}


#site {
    width: 845px;
    min-height: 500px;
    margin-left: 0%;
    margin-right: 15%;
}

#mainLink {
    position: relative;
    float: right;
    height: 125px;
    width: 120px;
    text-align: right;
}

#aboutLink {
    position: relative;
    float: right;
    height: 148px;
    width: 120px;
    text-align: right;
}

#fotoLink {
    position: relative;
    float: right;
    height: 125px;
    width: 120px;
    text-align: right;
}

#routeLink {
    position: relative;
    float: right;
    height: 112px;
    width: 120px;
    text-align: right;
}
