/* -----------------------------------------------------------------------
	HTML MARKUP
----------------------------------------------------------------------- */

	body
		{
			font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
			font-size:16px;
			color:#222222;
		}

	a
		{
			color:#3C9BFF;
			outline:none;
			text-decoration:none;
		}

	a:hover
		{
			color:#0088CC;
			text-decoration:none;
		}

	h1, h2, h3, h4, h5, h6
		{
			font-weight:normal;
		}

	hr
		{
			border-color:#ededed;
		}

/*
	CONTAINER
*/

	#container
		{
			width:480px;
			margin:60px auto;
		}