@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	background-color: #333;
	color: #ccc;
	background-image: url(dev5.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#header {
	width: 750px;
	font-size: 9pt;
	color: #999;
}
#header ul {
	margin: 0px;
	padding: 0px;
	margin-left: -1px;
}

#header li {
	display: inline;
	list-style: none;
	margin-right: 20px;
	padding: 5px;
}
#header li a {
}

h1 {
	margin: 0px;
	margin-top: 60px;
	padding: 0px 20px;
	font-size: 62pt;
	color: #ddd;
}
h2 {
	margin: 0px;
	padding: 0px 107px;
	font-size: 40pt;
	font-weight: 100;
	color: #bbb;
}

#box {
	color: #555;
	margin-top: 50px;
	text-align: center;
}
#box li {
	width: 200px;
	border: 1px solid #ccc;
	list-style: none;
	float: left;
	margin: 5px;
	padding: 5px 5px 10px 5px;
	background-color: #ddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	-moz-box-shadow: 0px 0px 15px #bbb;
	-o-box-shadow: 0px 0px 15px #bbb;
	-webkit-box-shadow: 0px 0px 15px #bbb;
}
#box li p {
	font-size: 11pt;
	text-align: justify;	
	padding: 0px 5px;
	margin: 10px 0px;
	height: 120px;
}
#box li div.title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16pt;
	font-weight: 700;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#box li a{
  background: #005cd5;
  color: white !important;
  padding: 0.33em 0.67em;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
a {		
	text-decoration: none;
	color: #008cd5;
}
a:hover {
	text-decoration: none;
}
