*
{
	color: #505050;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height:150%;
}

* a
{
	text-decoration: none;
}

body
{
	background: #e0e0e0;
	margin: 0px;
}

#header
{
	text-align: center;
}

	#header #logo
	{
		margin-top: 60px;
		margin-bottom: 15px;
	}

	#header #menu
	{
		list-style: none;
		padding: 0;
		margin: 0;
		margin-bottom: 80px;
	}

		#header #menu li
		{
			display:inline;
			text-transform: uppercase;
			margin: 0 4px;
		}

		#header #menu li a
		{
			font-size: 10px;
			color: #868686;
			background-color: transparent;
			padding: 0px 5px;
		}

		#header #menu li.selected a
		{
			background-color: #f0f0f0;
		}

		#header #menu li a:hover
		{
			background-color: #ffffff;
		}

	#content
	{
		overflow-x: hidden;
		/*border: 1px solid #ffff00;*/
	}

	#content #sections
	{
		/*width: 5000px;*/
		/*margin-left: 50px;*/
		/*border: 1px solid #ff0000;*/
		float:left;
		margin-right:-20000px;
	}

	#content .section
	{
		display: inline-block;
		height: 580px;
		margin-left: 100px;
		/*border: 1px solid #0000ff;*/
		float: left;
	}

	#content .section strong
	{
		font-family: 'Georgia';
		font-style: italic;
		font-weight: normal;
		background-color: #d4d4d4;
		padding: 0px 5px;
	}

	#content .section a
	{
		font-family: 'Georgia';
		font-style: italic;
		background-color: #f0f0f0;
		padding: 0px 5px;
	}

	#content .section a:hover
	{
		background-color: #ffffff;
	}


	#content .section a.noUnderline
	{
		background-image: none;
		padding: 0px;
		margin: 0px;
	}


		#content #projects .project
		{
			display: inline-block;
			text-align: center;
			margin: 0px 200px 0px 0px;
			/*border: 1px solid #00ff00;*/
			float: left;
		}

		#content #projects .android
		{
			width: 218px;
			height: 484px;
			padding: 61px 0px 0px 0px;
			background-image: url('../files/platform_android.png');
			background-repeat: no-repeat;
		}

			#content #projects .project .title
			{
				text-transform: uppercase;
				margin-top: 155px;
			}

			#content #projects .project .timestamp
			{
				font-family: 'Georgia';
				font-size: 11px;
				font-style: italic;
				color: #a0a0a0;
				margin-bottom: 15px;
			}

			#content #projects .project .action a
			{
				font-size: 9px;
				text-transform: uppercase;
				padding: 0px;

			}

	#content #about, #content #contact
	{
		width: 300px;
		text-align: justify;
	}

