body {
	background-color: #000;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	color: #aaa;
	font-family: "Lucida Grande", "Lucida Sans Regular", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div#container {
	width: 600px;
	margin: 0px auto 0px auto;
	border-left: 4px solid #222;
	border-right: 4px solid #222;
	padding: 30px;
	background-color: #000;
	font-size: 75%;
}

div#text {
	float: left;
	width: 600px;
	text-align: left;

}

img {
	border: 0;
}

div.box {
	border: 1px solid #444;
	padding: 10px 20px 10px 20px;
	margin: 20px 5px 10px 5px;
	width: 248px;
	height: 200px;
	float: left;
}

div.box h1 {
	background-color: #4dd211;
	color: #fff;
	padding: 2px 5px 2px 5px;	
	font-size: 13pt;
}

p {
	margin: 1em 0 1em 0;
}

b, strong {
	color: #fff;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #63cc00;
	font-family: Times;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

h2 {
	font-size: 120%;
	margin: 2em 0 1em 0;
	color: #fff;
	font-weight: normal;
}

h2 strong {
	font-size: 120%;
	color: #4dd211;
}

ul {
	margin: 10px 10px 10px 15px;
	padding: 0;
}

ul li {
	margin-top: 5px;
}

a:link,
a:visited {
	color: #63cc00;
}


a:hover {
	text-decoration: none;
}