﻿

.clear-both { clear:both; }
p { font-size:14px; font-family: 'Calibri'; color: #00000; line-height: 1.4em; }
a {  color: #666; text-decoration:underline; }
a:hover {  color:#CCCCCC; text-decoration:underline;  }

/*____________________________________ MAIN CONTAINER ____________________________________*/

#mainContainer {  	width: 720px; 
					padding: 20px 20px 20px 20px;   
					margin-left: auto; 
					margin-right: auto; 
					text-align: justify; 
				    border-style                :   solid;
				    border-width                :   8px;
				    border-color                :   #F7F7F7;
				    -webkit-border-radius       :   5px;
				    -moz-border-radius          :   5px;
				    border-radius               :   5px;
  					background-color: #000000;	/* item background color */
 }