*
{
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13pt;
	/* text-align: justify; */	
}

body
{
	background-color: #F3F3F3;
	background-image: url("/files/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
}

ul
{
	margin-left: 15px;
	padding-left: 0px;	
}

a
{
	color: #FF005A;
	text-decoration: none;
}

a:hover
{
	color: #FF005A;
	background-color: #EDEDED;
	border-bottom: 1px solid #CCCCCC;
}

a:visited
{
	color: #FF005A;
}

a.noUnderline
{
	background-color: transparent;
	border: 0px none;
}

b, strong
{
	color: #111111;
	background-color: #EDEDED;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 0px 4px;
}

hr {
  border:0;
   background-color: #CCCCCC;
  height: 1px;
  width: 100%;
}

img
{
	border: 0px;
}

/* LAYOUT */

#container
{
	background-color: #FFFFFF;
	width: 780px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;	
}
	
	#header
	{
		position: relative;
		margin-left: 20px;
		padding-top: 10px;
		margin-bottom: 40px;
	}

		#header h1
		{
			color: #000000;
			font-size: 40px;
			font-weight: normal;
			margin-bottom: 0px;
		}

		#header h1 .version
		{
			color: #EDEDED;
			font-size: 20px;
		}

		#header h2 a, h2 a:visited
		{
			color: #888888;
			font-size: 30px;
			font-weight: normal;	
			line-height: 20px;
		}

		#header h2 a.selected
		{
			color: #FF005A;
		}

		#header #topleft
		{

			position:absolute;
			right:30px;
			top:30px;
			text-align:right;
		}

	#content
	{
		position: relative;
		margin-left: 20px;
		padding-top: 10px;
	}

		#content #left_column
		{
			position: relative;
			width: 350px;
			margin-left: 0px;
			float: left;
		}
	
		#content #right_column
		{
			position: relative;
			width: 350px;		
			margin-left: 30px;
			float: left;
		}
		

		#content h3
		{
			color: #666666;
			font-size: 20px;
			background-color: #EDEDED;
			border-bottom: 1px solid #CCCCCC;
			font-weight: normal;
			display: inline;
		}

		#content h3 a
		{
			font-size: 20px;
		}
		
		#content h4
		{
			color: #666666;
			font-size: 17px;
			background-color: #EDEDED;
			border-bottom: 1px solid #CCCCCC;
			font-weight: normal;
			display: inline;
		}
	
	#footer
	{
		clear: both;
	}
	
/* HELPERS */

.metadata
{
	color: #999999;
}

/* DEMOSCENE */

.demo {

	margin-right: 30px;
	margin-bottom: 30px;
	float: left;

}
