@CHARSET "UTF-8";
/*
	gray: 		#606060
	orange: 	#ffc080
*/

* {
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #606060;
	background-image: url('../img/bg_page.png');
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img {
	border: 0px;
}

#container {
	width: 930px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}

#head {
	background-image: url('../img/head.png');
	height: 70px;
}

#middle {
	background-image: url('../img/bg_middle.png');
	min-height: 500px;
	overflow: auto;
}

#left {
	width: 255px;
	padding: 0px 0px 0px 30px;
	float: left;
}

#menu {
	float: right;
	width: 240px;
	padding-top: 20px;
}

.menu_item {
	height: 30px;
	padding: 0px;
}

.menu_icon {
	float: left;
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #cccccc;
}

.menu_link {
	float: right;
	width: 205px;
	height: 20px;
	padding: 7px 0px 3px 0px;
	border-bottom: 1px dotted #f0f0f0;
	font-weight: normal;
	font-family: Times New Roman, serif;
	font-size: 11pt;
}

.menu_link a:link, .menu_link a:visited  {
	color: #606060;
}

.menu_link a:hover {
	color: #c00000;
}

.menu_link a  {
	display: block;
}

#right {
	width: 590px;
	padding: 0px 35px 0px 20px;
	float: right;
}
#right h1 {
	font-size: 10pt;
	text-align: center;
	margin-bottom: 20px;
}

#foot {
	background-image: url('../img/foot.png');
	height: 100px;
}

.question {
	border-bottom: 3px solid #ffc080;
	border-left: 50px solid #ffc080;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 8px;
}

.answer {
	text-align: justify;
	color: #404040;
	margin-bottom: 15px;
}

.question, .answer {
	font-size: 8pt;
}

.life_img {
	margin-right: 5px;
}

.life_panel {
	padding: 5px;
	background-color: white;
	margin-bottom: 10px;
}

.pilla_lead, .pilla_par {
	font-size: 9pt !important;
}

.img_normal {
	margin: 10px 0px 15px 0px;
	border: 1px solid #606060;
}

.pilla_par a:link, .pilla_par a:visited  {
	color: gray;
}

.pilla_par a:hover {
	color: red;
}

.right_quote {
	float: right;
	width: 440px;
	text-align: justify;
}
