
	.menu	{
			background: transparent url(i/white-corner.gif) no-repeat 100% 0;
			height: 1%;
			}
	.content
			{
			background: #062f67 url(i/menu-shadow.gif) no-repeat 0 5%; 
			padding:15px 10px 75px 30px;
			height: 450px;
			color:#cad3df;
			}
	
	.content h1
			{
			font-weight: normal;
			font-size:1.8em;
			color:white;
			display: block;
			margin-top: 15px;
			margin-left:-15px;
			margin-bottom:15px;
			}
	.content h2
			{
			font-weight: normal;
			font-size:1em;
			color:white;
			display: block;
			}
	.content h3
			{
			color:white;
			display: block;
			}
	.content h4
			{
			font-size:1.1em;
			}
	.content p
			{
			margin:10px 0;
			}
	.content blockquote
			{
			margin:0px;
			text-align: center;
			}

	.content cite
			{
			background: #54729b;
			color:white;
			padding:0 1px;
			font-style: normal;
			}
			
	.content ul
			{
			margin:10px;
			list-style-image: url(i/list-style-arrow-white.gif);
			margin-left:20px;
			}		

			
	.content.text
			{
/*  :[[ <'font-style'> || <'font-variant'> || <'font-weight'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar | inherit */
			font: normal normal normal 1em/18px "verdana",arial;
			}		

	.content.text a
			{
			color:white;
			}			
	.content.text a:hover
			{
			color:yellow;
			}						
			
	.content.text h4
			{
			color:white;
			}
			