/* ----------------------------------------------
	Template Name : UrbanArtist
	Template Code : S-0025
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : June 30, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html { background: #000000 repeat-x; }

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	margin: 0; 	padding: 0; 
	align: center;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #BEBEBE;	
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #438800;
}
a.links {
	text-decoration: none;
	color: #FFFFFF;	
}
a.img {
	border: none;
}
a.img:visited {
	border: none;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
div {	text-align: left;
      font-size: 1em;	
	color: #ffffff;
	}
