

* {margin: 0px; padding: 0px;}


body	{
	background: #fff;
	font: 62.5% georgia;
	color: #444;
	margin-top: 10px;
	}


#page	{width: 960px; margin-left: auto; margin-right: auto;}


#left	{width: 500px; height: 1600px; background-image: url(1.jpg); 
	background-repeat: no-repeat;
	float: left;
	color: #fff;
	text-align: right;
	}

#left img	{margin-top: 300px; margin-right: 40px;}
#left h1	{margin-top: 330px; margin-right: 40px;}
#left h2	{margin-top: 10px; margin-right: 40px;}

#left ul	{margin-right: 40px;margin-top: 10px; 	font: 1.4em/1.5em arial;  }

#left A:link		{ text-decoration: none; color: #0cf;}
#left A:visited		{ text-decoration: none; color: #09c;}
#left A:hover		{ text-decoration: none; color: #909;}


#right	{width: 440px; float: right;}

p	{
	word-spacing: 0.2em;
	font: 1.2em/1.4em arial;
	margin-bottom: 10px;
	}

#right h2	{
		margin-top: 50px; color: #300;
		}

#right h3	{
		margin-top: 20px; color: #300;
		}


