/* General Styles */* {	margin: 0;	padding: 0;}body {	/*background: #E7E8E9 url('/files/1_background.gif') 0 0;*/	background-color: #fff;	background-repeat: no-repeat;	background-attachment: fixed;	font-size: 10px;	font-family: arial, sans-serif;}body.section-1 { }body.section-2 { }body.section-3 { }a img { border: none; }/* Menu */#menu {	background-color: #fff;	display: block;	float: left;	margin: 40px 0 0 40px;    overflow: auto;	padding-top: 0px;    width: 215px;
    line-height: 14px;
}#menu ul {	list-style: none;	margin: 10px 0 10px 0; /* this is for the items inside menu*/}#menu ul li.section-title { 

	font-size: 10px;	font-style: normal;	font-variant: normal;	font-weight: bold;
}
/* Menu Links */#menu a:link {  	color: #000;
	text-decoration: underline; }#menu a:visited { 	color: #000;
	text-decoration: underline; }#menu a:hover { 	color: #000;
	text-decoration: line-through; }#menu a:active { 	color: #000; 	text-decoration: line-through; }#menu > .container p:first-child {	display: block;}#menu p {	font-size: 10px;	font-style: normal;	font-variant: normal;	font-weight: bold;
		/*font-style: italic;*/}/* Content Styles */.section-title {	font-size: 10px;	font-style: normal;	font-variant: normal;	font-weight: bold;}#content {	/*display: block;*/	/*float: left;*/
    position: absolute;
    margin: 40px 0px 0px 320px;    top: 0;
    left: 0;
    line-height: 14px;}.container {    padding: 0 15px 15px 15px;}#content > .container {        width: 500px;
}/* this is the content box */#content p { 	background-color: #fff;	/*margin-bottom: 9px; this is to move box in space */	width: 500px; 
}#content .container p a:link { 	color: #000; 	text-decoration: underline; }#content .container p a:visited { 	color: #000;
	text-decoration: underline;}#content .container p a:hover { 	color: #000;
	text-decoration: line-through; }#content .container p a:active { 	color: #000; 	text-decoration: none; }p {    /*margin: 0 0 9px 0;*/}h1 { 	font-size: 32px; }h2 { 	font-size: 24px; }h3 { 	font-size: 16px; }h4 { 	font-size: 12px; }#img-container	{ 	margin: 0; 	padding: 0; }#img-container p { 	margin: 0; 	padding: 0 0 12px 0; 	width: 200px; }#once { 	clear: left; }/* Thickbox Styles */a.thickbox img { 	background-color: #fff; 	margin: 0 20px 9px 0; 	padding: 10px 10px 10px 10px;}a:link.thickbox img, a:visited.thickbox img  {	border-bottom: 9px solid #fff;}a:hover.thickbox img, a:active.thickbox img {	border-top: 0px solid #fff;	border-right: 0px solid #fff;	border-bottom: 9px solid #fe0;	border-left: 0px solid #fff;}