#summary	{	background-color: white;
			height: 1200px;
}
#wrapper	{
			width: 1200px; margin: 0 auto;
			font: 12px Arial, Helvetica, sans-serif;
			color: #FFE3E6;
			bgcolor: #000000;
			background-color: #333333; 
			text-transform: lowercase;
}
#header		{
			width: 100%;
}
#header h1	{
			color: #999999;
			background-color: #000000;
			text-align: center;
			padding: 35px 10px 30px 50px;
			margin: 0px 0px 0px 0px;
			border-bottom: 1px solid #C57862;		
}
#menu		{
			width: 15%;
			height: 1000px;
			position: absolute;
			padding: 20px 40px 0px 0px;
			border-right: 1px solid #C57862;
			float: left;
			line-height: 4em;			
}
#menu ul  {
			list-style: none;
}
#menu a:link, #menu a:visited {
			display: block;
			background-color: #333333;
			font-size: 160%;
			color: #999999;
			text-align: center;
			text-decoration: none;
}
#menu a:hover {
			background-color: #C57862;
}
#link a:link, #link a:visited {
			background-color: #333333;
			font-size: 140%;
			color: #777777;
			text-align: left;
			text-decoration: none;
}
#link a:hover {
			background-color: #C57862;
			color: #FFFFFF;
}
#menu2		{
			height: 50px;
			padding: 20px 10px 0px 0px;
			float: right;
}
#menu2 ul  {
			list-style: none;
}
#content	{
			width: 800px;
			height: 1000px;
			float: right;
			padding: 35px 50px 10px 0px;
			text-transform: none;
}
#content h1	{
			font: 140% Garamond;
}
#content p	{
			font-size: 100%;
			text-align: left;
}
#content2	{
			width: 800px;
			height: 100%;
			float: right;
			padding: 35px 50px 10px 0px;
			text-transform: none;
}
#content2 h1	{
			font: 140% Garamond;
}
#content2 p	{
			font-size: 100%;
			text-align: left;
}
#footer		{
			clear: both;
			text-align: center;
			font-size: 80%;
			padding-bottom: 10px;
			padding-left: 100px;
}
