/*  
Made by Dave Glass [at] easytiger.tv
*/


body {
	padding-top:20px;
	font-family: 'lucida grande', 'arial', sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
	background-color:#FFF;
}

body a, body a:visited, body a:hover{
	color: #999;
}


h1 {
	font-family: georgia, serif;
	color: #000;
	
	font-size: 30px;
	line-height: 130%;
	text-align: left;
	font-style:normal;
	font-weight:normal;	
	
	margin-bottom:0px;
}

h2 {
	font-family: georgia, serif;
	color: #999;
	font-style: italic;
	font-size: 19px;
	line-height: 130%;
	text-align: left;
	font-weight:normal;	
	
	margin-top:0px;
}

li{

	padding-left: 0px; 
}

p, li {
	line-height: 130%;
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 17px;
	font-weight:normal;	
	color: #999;
}

p a, li a, p a:visited{
	color: #999;	
	text-decoration: none;
	border-bottom: thin dotted #1199cc;
}

p a:hover, li a:hover{
	color: #EE1188;
	text-decoration: none;
	border-bottom: thin dotted #EE1188;
}

 a img {
    border: 0 none;
 }

img {
 	border: 0 none;
}



#content {
  width: 500px ;
  margin-top: 50px;
  margin-left: auto ;
  margin-right: auto ;
 
}
