body {
	padding : 0px;
	margin : 10px;
	color : #444;
	font-family: Verdana, Helverica, sans-serif;
}

html {
	/* Se eu colocar o bg no body, ele não aparecerá no firefox em application/xhtml+xml */
background-image: url(images/bg_home.jpg);	
	background-repeat: no-repeat;
	background-position: right bottom;
 	background-attachment: fixed;
	background-position: 98% 98%;
}

#menu {
	float: left;
	position: fixed;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	padding-right: 10px;
	border-right: 1px dotted #ccc;
}

#menu li a {
	display: block;
	height: 32px;
	padding: 2px 2px 2px 35px;
	border: 1px solid white;
	background-position: 2px 2px;
	text-decoration: none;
	color: #444;
	line-height: 32px;
}

#menu li a:first-letter {
	font-size: 20px;
	font-weight: bold;
	color: #136C8F;
}

#menu li a:hover:first-letter {
	color: #444;
}

#menu li a:hover {
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
}

#menu li a:active {
	background-color: #ccc;
}

#home {
	background: url(images/home.png) no-repeat;
}
#news {
	background: url(images/news.png) no-repeat;
}
#features {
	background: url(images/features.png) no-repeat;
}
#download {
	background: url(images/download.png) no-repeat;
}
#installation {
	background: url(images/installation.png) no-repeat;
}
#faq {
	background: url(images/faq.png) no-repeat;
}
#license {
	background: url(images/license.png) no-repeat;
}
#bugs {
	background: url(images/bugs.png) no-repeat;
}
#todo {
	background: url(images/todo.png) no-repeat;
}
#credits {
	background: url(images/credits.png) no-repeat;
}

#signature {
	clear: both;
	color: #ccc;
	font-size: 11px;
	text-align: center;
	margin-top: 30px;
}

#sflogo {
	position: fixed;
	left: 10px;
	bottom: 10px;
}

#getfirefox {
	position: fixed;
	right: 10px;
	top: 10px;
}

#langnotfound {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

/**
*	Conteudo
*/
#content {
	margin-left: 160px;
	font-size: 12px;
	text-align: justify;
}

h1 {
	font-size: 24px;
	border-bottom: 1px dotted #ccc;
	font-weight: bolder;
	color: #136C8F;
}

h2 {
	font-size: 12px;
	color: #136C8F;
	margin-bottom: 5px;
}

h2+p {
	margin-top: 0px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #136C8F;
}

dt {
	font-weight: bold;
	float: left;
}

ul {
	list-style-type: circle;
}

a {
	color: #136C8F;
	text-decoration: none;
}

a:hover {
	color: black;
}

input, textarea {
	font-family: Verdana, Helverica, sans-serif;
	font-size: 11px;
	color: #444;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

input:hover, textarea:hover {
	border-color: #999;
}

input:focus, textarea:focus {
	color: #136C8F;
}

input[type=submit] {
	font-weight: bold;
}

cite:before {
	content: open-quote;
}
cite:after {
	content: close-quote;
}

acronym[title] {
	cursor: help;
}

a img {
	border: none;
}

p.question {
	color: black;
	margin-bottom: 0px;
}
p.question:before {
	content: "Q. ";
	font-weight: bolder;
}
p.answer:before {
	color: black;
	content: "A. ";
	font-weight: bolder;
}

p.answer {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Formata�o da GPL */
#gpl h2, #gpl h3, #gpl h4 {
	text-align: center;
}

#gpl h2+h4 {
	margin-top: 0px;
	font-size: 11px;
}
#gpl h3 {
	font-size: 12px;
}