/* CSS Document */
html {
	overflow-y: scroll;	
}
html, body {
	margin:0px;
	padding:0px;
	background:#DDDDDD;
	font-family:Trebuchet MS;
	font-size:10px;	
	color:#000000;
	height:100%;
	width:100%;	
}
#container {
	margin:auto;
	position:relative;
	background:url(../images/back.jpg) repeat-y;
	width:950px;
	min-height:700px;
}
#frame {
	margin:auto;
	position:relative;
	width:900px;
}
#logo_pleo {
	float:left;
	padding-left:30px;
	padding-top:20px;
}
#logo_ara {
	float:right;
	padding-right:30px;	
	padding-top:20px;
}
#clear {
	clear:both;
}
#menu {
	float:left;
	width:170px;
	padding-left:10px;
	padding-top:50px;
}
#content {
	float:right;
	width:720px;
	padding-top:50px;
}
a.menu:link, a.menu:visited {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#30872c;
	text-decoration:none;
}
a.menu:hover {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#30872c;
	text-decoration:underline;
}
a.footer:link, a.footer:visited {
	font-family:Trebuchet MS;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.footer:hover {
	font-family:Trebuchet MS;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
#buy_pleo {
	padding-top:70px;
	padding-left:5px;
	width:150px;
}
#buy_but {
	height:16px;
	background:url(../images/but.jpg) no-repeat center;
	text-align:center;
}
.title {
	font-family:Trebuchet MS;
	size:10px;
	color:#30872c;
	font-weight:bold;
}
.text {
	font-family:Trebuchet MS;
	size:10px;
	color:#666666;
	text-align:justify;
}
a.inline:link, a.inline:visited {
	font-family:Trebuchet MS;
	font-size:10px;
	color:#30872c;
	text-decoration:none;
}
a.inline:hover {
	font-family:Trebuchet MS;
	font-size:10px;
	color:#30872c;
	text-decoration:underline;
}
input.form {
	font-family:Trebuchet MS;
	background:#EBEBEB;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #a0cc9e;
	font-size:10px;
}
textarea.form {
	font-family:Trebuchet MS;
	background:#EBEBEB;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #a0cc9e;
	font-size:10px;
}
input.buton {
	font-family:Trebuchet MS;
	background:#a0cc9e;
	border:0px;
	cursor:pointer;
	font-size:10px;
}