body
	{
		margin: 0;
		padding: 50px;
		font: 83% arial, helvetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color:#d8f1fe;
	}


        a:link { text-decoration:none; font-weight:bold; color:#6ce513; }
        a:visited { text-decoration:none; font-weight:bold; color:#6ce513; }
        a:hover { text-decoration:none; font-weight:bold; background-color:#ccc; color:#fff; }
        a:focus { text-decoration:none; font-weight:bold; background-color:#080; }


	{
		color: #fff;
		background-color: #B52C07;
	}

	#container
	{
		margin: 1em auto;
		width: 750px;
		text-align: left;
		background-color: #444;
		border: 1px solid grey;
	}

	#header
	{
		height: 100px;
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 2px solid grey;
		position: relative;
	}

	#header h1
	{
		font-size: 36px;
		text-align: left;
		color: #000;
		margin: 0;
		padding: 10px 20px;
	}

	#menu
	{

		color: #eee;
		margin-top: 20px;
		margin-left: 5px;
		padding-left: 5px;
		float: right;
		width: 280px;
		height: 280px;
		background-color: #444;
		border-left: 2px dotted #808080;
	}


	#contents
	{
		background-color: #444;
		margin-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#mainnav
	{

		background-color: #aaa;
		border-top: 1px solid grey;
		border-bottom: 1px solid grey;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}


	#footer
	{
		background-color: #444;
	}

	#footer li
	
	{
		margin:0;
		display: inline;
		padding: 0px;
		
	}
	
