body {
	margin:10px;
	padding:0px;
	background-color:#F6EBDA;
	}
	

#layout {
	margin:auto;
	width:670px;
	}

#top {
	width:670px;
	position:relative;
	top:0px;
	}
	
#content_home {
	width:670px;
	position:relative;
	top:0px;
	background-image:url(images/back_home.jpg);
	background-repeat:no-repeat;
	height:480px;
	overflow:none;
	padding-top:20px;
	}
	
#content {
	width:670px;
	position:relative;
	top:1px;
	background-image:url(images/back.jpg);
	min-height:440px;
	padding-top:20px;
	}

#navigation {
	position:absolute;
	left:1px;
	top:29px;
	}

.nav_item {
	padding:0px 0px 10px 33px;
	}

#text {
	color:#000000;
	font-family:times;
	font-size:13px;
	line-height:18px;
	width:430px;
	position:relative;
	left:193px;
	padding:20px 0px 20px 0px;
	top: -19px;
	}
	
.red_bold {
	color:#8A121D;
	font-weight:bold;
	}
	
.red_italic {
	color:#8A121D;
	font-style:italic;
	}

