*{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url(../images/TiledFlame.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: black;
	background-attachment: fixed;
	font-size: 16px;
	line-height: 1.4em;
	font-family: sans-serif;
}
p{
	margin-bottom: 20px;
}
h1,h2,h3{
	margin-bottom: 15px;
}
h1{
	font-size: 2.1em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.5em;
}
.big{
	font-size: 2.1em;
	margin: 10px;
}
#awards{
	width: 420px;
	height: 150px;
	background-color: #FFF;
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	float: left;
}
#awards p{
	font-size: 30px;
	line-height: 1.3em;
	padding: 10px;
	font-style: italic;
}
#right{
	float: right;
}
#clients li{
	list-style-type: square;
	font-size: 1.5em;
	margin-bottom: 10px;
}
#wrapper{
	width: 750px;
	background-color: white;
	border: 4px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#header{	
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding-left: 100px;
}
#header li{
	float: left;
	list-style: none;
	margin-right: 25px;
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 130px;

}
#header li a{
	text-decoration: none;
	color: #F60;
}	
#header li a:hover{
	text-decoration: underline;
}
#content{
	width: 420px;

}
#footer{
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	clear: both;
}
