/* CSS Document */

/*basics*/
html {
	font-size:100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

#main-wrapper {
	display: block;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	display: block;
	height: 141px;
	border-bottom: 4px solid #e85d02;
}

#header #logo-link {
	display:block;
	background: url(/images/chacon-logo.png) no-repeat;
	width: 462px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
}

#header ul{
	display: inline;
	list-style: none;
}

#header ul li{
	display: inline	;
}

#header ul li:first-child{
	float: left;
}

#header ul li{
	float: right;
}

#wrapper {

}

#wrapper #left-nav { 
	float: left;
	width: 260px;
}

#wrapper #left-nav ul { 
	display: block;
	background-color: #e85d02;
	list-style: none;
	margin-left: 15px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

#wrapper #left-nav ul li { 
	color: #fff;
	border-bottom: 1px solid #e2a66e;
	margin-top: 25px;
}

#wrapper #left-nav ul li a { 
	color: #fff;
	text-decoration: none;
	font-family: 'Cantarell', serif;
}

#wrapper #left-nav ul li a:hover { 
	color: #ccc;
}


#wrapper #content { 
	float: left;
	max-width: 789px;
	min-height: 400px;
	margin-top: 17px;
}

#wrapper #content-interior { 
	float: left;
	max-width: 700px;
	min-height: 400px;
	margin-top: 17px;
}

#wrapper #content #main-content { 
	text-align: center;
	float: left;
	width: 450px;
}

#wrapper #content #right-column {
	width: 260px;
	height: 420px;
	float: left;
}

#bottom-buttons {
	margin-bottom: 10px;
	text-align: center;
}

#bottom-buttons p {
	margin-left: 15px;
	font-size: 8pt;
	line-height: 30px;
	font-weight: bold;
}

#bottom-buttons img {
	margin-left: 15px;
}

#footer {
	clear: both;
	background-color: #e85d02;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	padding:18px;
}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}