html {	min-height: 100%;  }
* {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
a {
	color: #048;
}
a:hover {
	color: #06C;
}
body {
	background: #333 url(img/bg.gif) 4px 5px;
	color: #444;
	font: normal 62.5% Tahoma, sans-serif;
}
li {
	list-style: none;
}
h1 {
	font: normal 1.8em Tahoma, sans-serif;
}
h2 {
	font: bold 1.4em sans-serif;
}
h3 {
	font: bold 1em Tahoma, sans-serif;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	/* white-space: pre; */
}
blockquote {
	background: url('http://img.rammz.com.ar/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1, h2, h3 {
	padding-top: 6px;
	color: #553;
	margin-bottom: 4px;
}
/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}
/* headere & title */
.header {
	background: #222 url('http://img.rammz.com.ar/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.logo {
	float:right;
	margin-top: 50px;
	margin-right: 15px;
	border:0px;
}
/* quote */
.quote {
	background: #595957;
	color: #FFF;
	font: normal italic 1.1em Verdana, sans-serif;
	padding: 8px 12px;
}
/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}
/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
}
/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {
	border-bottom: 1px solid #EAEADA;
}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;
}
/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/* Contact Form */
.formcontainer fieldset {margin:10px 0;padding:10px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #ccc;background:#efefef;}
.formcontainer fieldset:hover {border:1px solid #666;}
.formcontainer legend {padding:7px 15px;-moz-border-radius:4px;-webkit-border-radius:4px;font-size:16px;font-weight:bold;color:#fff;background:#414141;}
.formcontainer input, .formcontainer textarea {margin-bottom:5px;padding:5px;font-family:Arial;font-size:12px;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #ccc;background:#fff;}
.formcontainer input:focus {border:1px solid #f88b00;background:#fafafa;}
.formcontainer input[type="text"] {width:250px;}
.formcontainer input.error {border:1px solid #ff6eae;background:#f4e7e7;}
.formcontainer textarea {width:75%;}
.formcontainer label {margin-bottom:5px;}
p.error {padding:5px;font-size:12px;font-weight:bold;-moz-border-radius:4px;-webkit-border-radius:4px;border:1px solid #ff6eae;color:#555;background:#f4e7e7;}
p.success {padding:5px;font-size:12px;font-weight:bold;-moz-border-radius:4px;-webkit-border-radius:4px;color:#555;background:#FFC;border:1px solid #FC9;}
.formcontainer span {display:inline;}
.formcontainer span.required {color:#00728f ;}

/* useless */
.article .title {font-size:24px;display:inline-block;}
.articles .title {font-weight:bold;font-size:14px;}
.articles .post {line-height:18px;}

/* Lists */
.content {list-style:none;}
.content a { text-decoration:none; }
.content a:visited { text-decoration:none; }
.content a:hover { text-decoration:none; color:#05a; }
.content > li {padding:15px 0;}
.content ul {margin:5px 0 5px;}
.content ul ul {margin:0;}
.content ul li {list-style:none;text-indent:15px;margin-left:12px;padding:3px 0;background:url('http://img.rammz.com.ar/list_bullet.gif') no-repeat 0 7px;}
.content li {list-style-position:inside;margin-left:10px;padding:3px 0;}

