/*
Theme: Leandro Pessoa
Author: Simple and Clean
URL: http://www.leandropessoa.com.br
Country: Brazil
*/

#offset_left{
	margin-left: 0px;
}
#home{
	background:#EBF8FE;
	margin-left: 25px;
	margin-right: 25px;
}
#welcome{
	width: 400px;
}

#welcome .hd1{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#welcome .hd2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#welcome .hd3{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#welcome .image{
	text-align: center;
}

#about{
	text-align: left;
	margin-left: 50px;
	font-size: 18px;
	background-color: #EBF8FE;
	width: 750px;
}

#contact{
	text-align: left;
	margin-left: 100px;
	width: 750px;
	background-color: #EBF8FE;
}

#contact .header{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

#contact .address{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #112233;
	margin: 3px 3px 3px 3px;
}

#contact .phone{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #112233;
	margin: 3px 3px 3px 3px;
}

#contact .email{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #112233;
	margin: 3px 3px 3px 3px;
}

#gift_shop{
	text-align: left;
	margin-left: 50px;
	width: 750px;
	background-color: #EBF8FE;
}

#gift_shop h1{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #112233;
	margin: 3px 3px 3px 3px;
}

#links{
	text-align: left;
	margin-left: 100px;
	width: 750px;
	background-color: #EBF8FE;
}


#links table {
	background:#EBF8FE;
	border-spacing: 1px;
	margin: 20px;
}
#links tbody tr td{
	margin-left: 10px;
	font-size: 13px;
	font-family: 'Verdana', Arial;
	color: #334455;
}
#links tbody tr th{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Verdana', Arial;
	font-style: italic;
	color: #112233;
	padding: 10 1 5 1;
}

#links table td a:link, #links table td a:visited{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
#links table td a:hover{
	color:#009900;text-decoration:underline;
	font-weight: bold;
}