/*
* Riccardo Giraldi
* www.riccardogiraldi.com
*/

/* basic settings */
* {margin:0; padding:0; border:none;}
html { height: 100%; overflow: auto;}
body{ background-color:#f3f3f3; color:#222; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:0; height: 100%; }
div.clear { clear:both}

/* general style */
h1{ font-size:13pt; color:#333;}
h2{font-size:11pt; color:#333;}
p{font-size:10pt; color:#333;}
a{ color:#F30; text-decoration:none;}

/* content */
#container {min-height: 600px; min-width: 950px; height: 100%; line-height:1.3;}

/* wrapper */
#r_wrapper{ width:750px; margin:40px auto; background-color:#f3f3f3; }

/* header */
#r_header{ height:350px; width:750px; margin-bottom:50px;}

#r_logo{	float:left;	width:350px; }
#r_alert{	float:right; width:300px; margin: 70px 20px 0 0; background-color:#FAA; border:1px solid #f33; padding:30px 0;}
#r_alert p{  font-size: 9pt; width: 260px; margin: 2px auto;}


/* navigation */
#r_navigation { width:300px; float:right; margin: 70px 20px 0 0;}	
#r_navigation a {  color:#333;}	
#r_navigation h1{ border-bottom: 1px solid #999; text-align:center; margin:5px; color:#F30;}	
#r_navigation ul { margin-top: 10px; list-style-type:none;}	
#r_navigation ul li { list-style-type:none; list-style-position:inside; margin:2px 0; font-size:8pt;}	
#r_navigation ul li li {  margin-left:10px;}	

/* data */
#r_data { width:350px; float:left;}	
#r_data p{ margin:5px auto; width:300px;}	
#r_data h1, #r_data h2, #r_data h3{  margin:5px auto; width:300px;}	


