* {
    margin: 0;
    padding: 0;
}

html {
	background-color: #e9e9e9;
    text-align: center;
}

body { background: #fff url(../../images/footer.png) repeat-x bottom }

#welcome {
	margin: 0 auto;
    width: 750px;
}

li { list-style: none }

hr {
    border: 0;
    clear: both;
    visibility: hidden;
}

fieldset { border: none }

legend { display: none }

/*
Begin: Tipografia
*/
body, #content li p, input {
    color: #888;
    font-family: "Lucida Grande", Tahoma, Undotum, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
}

h1, h2, #content li {
    font-family: Helvetica, Undotum, Arial, sans-serif;
    letter-spacing: -2px;
    line-height: 1em;
}
h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 5px;
}
h2 {
	color: #c00;
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    line-height: 1.5em;
    margin-bottom: 15px;
	text-align: justify;
}

a:link { color: #c00 }
a:visited { color: #555 }
a:hover, a:focus, a:active { text-decoration: none }

em.mono {
    font-family: "Lucida Console", "Courier New", monospace;
    font-style: normal;
}
/*
End: Tipografia
*/

/*
Begin: Header
*/
#header {
	background: #c00;
    border-bottom: 1px solid #e3e3e3;
	margin-bottom: 25px;
	padding: 20px 0 10px 0;
}

#header div {
	background: url(../../images/logo_header.gif) no-repeat 0 50%;
	margin: 0 auto;
    padding-left: 100px;
    width: 650px;
}

#header p { 
	color: #f5cccc; 
	width: 580px;
}
/*
End: Header
*/

/*
Begin: Content
*/
#content {
    float: left;
    width: 450px;
}

#content li {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    list-style: decimal inside;
    margin-bottom: 15px;
}

#content li strong {
    -moz-margin-start: -10px; /* código proprietário, eu sei... mas foi a única forma de deixar as coisas mais bonitas */
    cursor: pointer;
}
#content li strong:hover {
    color: #555;
    text-decoration: underline;
}

#content li p {
    display: none;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    padding: 5px 0 0 18px;
}
/*
End: Content
*/

/*
Begin: Sidebar
*/
#sidebar {
    float: right;
    width: 265px;
}

#sidebar form {
    background: url(../../images/form.png) no-repeat 0 0;
    height: 33px;
}

#sidebar input {
	background: none !important;
    border: none;
    float: left;
    margin: 7px 0 0 5px;
    width: 170px;
}
input:focus {
    color: #333;
    outline: 0;
}

#sidebar button {
	background: none;
    border: none;
    cursor: pointer;
    float: right;
    height: 33px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 75px;
}

#sidebar ul { margin: 15px 0 30px }

#sidebar li a {
	background: url(../../images/bullet-point.png) no-repeat 5px 50%;
    color: #555;
    display: block;
    line-height: 25px;
    text-decoration: none;
    text-indent: 18px;
    width: 100%;
}
#sidebar li a:hover, #sidebar li a:focus {
	background-color: #eaeaea;
    color: #c00;
}
/*
End: Sidebar
*/

/*
Begin: Footer
*/
#footer {
    font-size: 11px;
	height: 102px;
    margin-top: 20px;
    padding-top: 5px;
}

#footer .left {
	background: url(../../images/logo_footer.gif) no-repeat 0 50%;
    float: left;
    padding-left: 40px;
}

#footer ul { margin: 3px 0 0 -5px }

#footer li {
	border-right: 1px dotted #CCC;
    display: inline;
    padding: 0 7px 0 5px;
}
#footer li.last { border: none }

#footer a {
    color: #888;
    text-decoration: none;
}
#footer a:hover, #footer a:focus {
    color: #000;
    text-decoration: underline;
}

#footer .right { float: right }

#footer img { vertical-align: text-bottom }
/*
End: Footer
*/