/* Start of CMSMS style sheet 'base' */
/* Graphic & Web Design by Thanit - www.thanit.com */
/* Web Standards, CSS & Accessibility by Dunia Basciu  - www.duniabasciu.it */

html {
	   margin: 0px;
	   padding: 0px;
	   height: 100%;
	   width: 100%;
	   background-color: #FFF;
	   }

body {
		 min-height: 650px;
     height: 650px;
		 height: auto !important;
		 width: 750px;
		 margin: 0 auto auto auto;
	   padding: 0;
		 font: 0.7em Tahoma, sans-serif;
     }
		 
#container {
		 margin: 0;
		 height: 100%;
                 width: 100%;
		 padding: 0;
          }
					
#container img {
          border: none;  
          }
					
/* link */	 
a:link, a:active {
	text-decoration : none;
	color: #000;
	}

a:visited {
	text-decoration : none;
	color: #000;
	}

a:hover {
  text-decoration : underline;
	font-weight: bold;
	color: #000;
	}
/* End of 'base' */

/* Start of CMSMS style sheet 'intro' */
/* Graphic & Web Design by Thanit - www.thanit.com */
/* Web Standards, CSS & Accessibility by Dunia Basciu  - www.duniabasciu.it */

/* container */
	#container{ text-align: center;}				 
#container img{ 
           /*width: 298px;
					 height: 298px;
					 margin: 23px 226px 0;
					 padding: 0;*/
           }
					
#container p {
           width : 298px;
					 text-align: right;
					 margin: 13px auto 0;
           }					
					 
#container img#logo {
           width: 269px;
					 height: 48px;
					 margin: 55px 240px 0;
           }

#container #content p {
           margin: 0 auto;
					 padding: 0;
           width: /*420px;*/auto;
					 text-align: center;
           }
					
#container #copyright img{
           margin: 20px 339px 0;
					 padding: 0;
					 width: 71px;
					 height: 66px;
					 border: none;
           }
					 
/* Enter site */
					 
#container #navigation {
           margin: 9px auto 30px;
					 padding: 0;
					 width: 269px;
					 height: 15px;
           }
					 
#container #navigation ul {
						 margin: 0;
             padding: 0;
             list-style-type: none;
             text-align: right; 
						 width: 95px;
						 float: right;
						 }

#container #navigation ul li {
            background-color: transparent;
						padding: 0;
						display: inline;
            }			


		
/* End of 'intro' */

