	* {
		margin: 0;
		padding: 0;
	}
	
	html
	{
		overflow-y: scroll !important;
		background: #1f1f1f url( '../images/bgr.jpg' ) repeat-x top;
	}
	
	body {
		font-family: Arial;
		font-size: 11px;
		color: #1f1f1f;
	}
	
	#wrapper {	
		margin: 30px auto;
		width: 960px;
	}
	
	a {
		color: #ccc;
		text-decoration: none;
	}

	a:link, a:visited {
		outline: none;
	}
	
	a img {
		border: 0;
	}
	
	p {
		padding: 7px 0;
	}

	form, fieldset {
		border: 0;
	}
	
	h3
	{
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}

	.hidden {
		display: none;
	}
	
	.breaker {
		clear: both;
		height: 0;
		font-size: 0;
	}
	
	.border
	{
		font-size: 0;
		clear: both;
		width: 100%;
		height: 7px;
		background: #909090;
	}

/*********************
*	HEADER
*********************/
	#header {
		padding-top: 25px;
		float: left;
		width: 100%;
	}

	#logo
	{
		color: #fff;
	}

	#logo img
	{
		float: left;
		margin-left: 25px;
		margin-bottom: 5px;
	}
/*********************
*	CONTENT
*********************/	
	#content
	{
		background: #fff;
		margin: 0 25px;
	}

	#main
	{
		margin: -40px 20px -50px 20px;
	}

	#content .top
	{
		clear: both;
		height: 66px;
		background: url( '../images/content_bgr_top.png' ) repeat-x top;
	}

	#content .bottom
	{
		height: 66px;
		background: url( '../images/content_bgr_bottom.png' ) repeat-x bottom;
	}

	.panel
	{
		float: left;
		width: 200px;
		padding: 0 7px;
		margin-bottom: 20px;
	}

	.panel img
	{
		border: 1px solid #929292;
		margin: 0 -7px;
		
	}
	
	.title
	{
		float: left;
		clear: both;
		font: 11px "Arial";
		color: #1f1f1f;
		line-height: 18px;
		position: relative;
	}

	.actions
	{
		float: right;
	}

	.actions a
	{
		display: block;
		margin: 2px 5px;
		width: 26px;
		height: 11px;
		color: #d70d0d;
		background: #fff;
		padding-left: 4px;
	}

	.actions a:hover
	{
		background: #909090;
	}

	.actions img
	{
		border: 0;
	}

	.actions .flash
	{
		/*background: url( '../images/icons/flash.png' ) no-repeat;*/
	}

	.actions .java
	{
		/*background: url( '../images/icons/java.png' ) no-repeat;*/
	}

/*********************
*	FOOTER
*********************/
	#footer
	{
		background: #1F1F1F;
		display: block;
		padding-top: 5px;
		margin-left: 25px;
		color: #fff;
	}
