div.container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid;
	background-color: #FFFFFF;
	padding: 10px;
}

div.toolbar {
	border-bottom: 1px solid;
	font-weight: bold;
}

div.news {
      background-color: #EEEEEE;
      padding: 5px;
      margin-bottom: 10px;
}

span.logo {
	float: right;
}

h5 {
      margin: 0px;
}

span.date {
      float: right;  
      margin: 0px;
}

img.reel {
	float: right;
}


/* LINKS */
a:visited { 
	color: #FF8600;
	text-decoration: none;
}
a:hover	 { 
	color: #FFD64F;
	text-decoration: none;
}
a:link { 
	color: #FF8600;
	text-decoration: none;
}
a:active { 
	color: #FF0000;
	text-decoration: none;
}

table.screenshots {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-align: center;
}

img.thumb {
	border: none;
}

div.contact {
	margin-left: 100px;
}

span.bolder {
	font-weight: bold;
}

div.promo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 700px;
}

div.release {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.leftpane {
	width: 240px;
	float: left;
}

div.rightpane {
	margin-left: 20px;
	maring-right: 0px;
}

h4 {
	margin-left: 50px;
	margin-top: 5px;
}

h3 {
      clear: both;
      margin-top: 20px;
      margin-bottom: 5px;
}

ul.changelog {
		list-style-type: square;
		margin-left: 50px;
		margin-right: 150px;
}

ul.files {
		list-style-image: url('gfx/bullet.png');
		margin-left: 50px;
}



body {
	margin: 30px;
	background: #968ba6 url(gfx/background.jpg) bottom left fixed repeat-x;
	font-family: Verdana, Arial, Sans;
	font-size: 10pt;
}

img.title {
	position: relative;
	left: 20px;
}

p {
}

p.release {
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

br {
	clear: both;
}

img.button {
	margin-left: 5px;
	margin-right: 5px;
	border: none;
}
