/* Simple CSS for the site */

body {
	background: white; /* #f1f1f1; */
	background-image: url('438.gif');
	background-repeat:repeat;
	color:#252525; 
	font-family:Arial; 
	font-size:.8em; 
}
.draggable {
	background: #FF0000; /* red background */
	width:550px;
	height:200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#header {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height: 60px;
	width: 100%;
	background-image: url('rd.png');
	background-repeat: repeat;
	text-align:left;
}
#main {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:550px;
	height:200px;
	margin: 15% auto auto auto;
	text-align:center;
	background: #dddddd;
	background-image: url('rd.png');
	background-repeat: repeat-x;
	
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	box-shadow: 3px 3px 3px #888888;
	/*border: 2px solid black;*/
}

#main2 {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:550px;
	height:200px;
	margin: 5% auto auto auto;
	text-align:center;
	background: #dddddd;
	background-image: url('rd.png');
	background-repeat: repeat-x;
	
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	box-shadow: 3px 3px 3px #888888;
	/*border: 2px solid black;*/
}
#twitter {
	/*background-image:url('twitter_logo_100px.gif');
	background-repeat:none;*/
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:500px;
	height:100px;
	margin:auto auto none auto;
	text-align:center;
}		
#twitter_pic {
	background-image:url('twitter_logo_100px.gif');
	position:relative;
	width: 100px;
	margin: auto auto none auto;
}	
#twitter_update_list ul {
	list-style-type: none; 
}

#twitter_update_list li {
	list-style-type: none;
	font-family:"Palatino", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	font-size:1.2em;
	text-align: left;
	font-style:italic;
}

#twitter_update_list a {
	color:black;
	text-decoration:none;
}

h1 {
	font-family:"Palatino", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	text-stroke:2px;
	font-size:2em;
}

p {
	font-family:"Palatino", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	font-size:1.3em;
 }
a {
	font-family:"Palatino", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	text-stroke:2px;
	color: #252525;
	text-decoration: none;
} 
h1.head {
	font-family:"Palatino", "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	text-stroke:2px;
	font-size: 1.7em;
	padding: 0 0 0 25px;
}