@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

body{
	/*background:#E0E0E0;*/
	background:url(../images/bg.jpg)
	}

h1{
	font-family: 'Ubuntu', sans-serif;
	font-size:1.75em;
	font-weight:700;
	line-height:1.1em;
	text-shadow: 1px 1px 1px #999;
	margin:25px 0 0 25px;
	color:#474747;
	}
	
a{
	font-family: 'Ubuntu', sans-serif;
	font-size:1em;
	color:#474747;
	}

ul{
	list-style:none;
	margin:10px 0 0 25px;
	}

ul li{
	font-family: 'Ubuntu', sans-serif;
	font-size:.75em;
	text-shadow: 1px 1px 1px #999;
	color:#474747;
	float:left;
	clear:right;
	}
	
	ul li:nth-child(2){
	margin:0 15px 0 15px;
	}
	
	ul li:nth-child(3){
	margin:0 15px 0 0;
	}
