﻿/* Global */
html 				{ }
body 				{ background-color:#eeeeee; }


/* Content */
#wrapper			{ width:900px; margin:0px auto;
						background-color:white; }

#topnav 			{ background-color:#CCCCCC; clear:both; }
#topnav ul 			{ width:860px; float:left; margin:0px; 
						background-color:#CCCCCC;
						border-bottom:4px white solid; 
						border-top:4px white solid; }
#topnav ul li 		{ display:inline; font-size:16px; font-family:Calibri; font-weight:bold; }
#topnav ul a 		{ float:right; padding:10px 20px; }

#topnav a:link 		{ color: #666666; }
#topnav a:visited 	{ color: #666666; }
#topnav a:active 	{ color: #666666; }
#topnav a:hover 	{ color: #666666; background-color:white; }
#topnav a:focus 	{ color: #666666; }

#top				{ background-color:black; width:100%;
						padding:10px 0; overflow:hidden;
						border-bottom:4px white solid; }

#logo 				{ margin:0 0 0 20px; float:left;}

#banner 			{ }
#banner img			{ width:900px; height:300px; padding:0px; margin:0px; }

#subbanner 			{ width:100%; background-color:#CCCCCC; padding:0 0 0 0; overflow:hidden; border-bottom:4px white solid; }
#subbanner h3		{ color: #666666; font-size:16px; font-family:Calibri; font-weight:bold; text-align:center; }

#content 			{ float:left; width:400px; margin:0 0 0 20px; }  
#content img		{ height:50px; padding:0px; margin:0px; }
#content h1			{ color: #666666; font-size:32px; font-family:Calibri; font-weight:bold; text-align:left; }
#content h2			{ color: #666666; font-size:16px; font-family:Calibri; font-weight:bold; text-align:left; }
#content p			{ color:black ; font-size:16px; font-family:Calibri; font-weight:bold; text-align:left; }

#rightside 			{ float:right; width:400px; margin:0 0 0 20px;}
#rightside img		{ height:50px; padding:0px; margin:0px; }
#rightside h1		{ color: #666666; font-size:32px; font-family:Calibri; font-weight:bold; text-align:left; }
#rightside h2		{ color: #666666; font-size:16px; font-family:Calibri; font-weight:bold; text-align:left; }
#rightside p		{ color:black ; font-size:16px; font-family:Calibri; font-weight:bold; text-align:left; }

#rightsidefirmy 	{ }
#rightsidefirmy img	{ width:380px; height:380px; padding:0px; margin:0px; }

#footer 			{ width:100%; background-color:#CCCCCC; padding:0 0 0 0; overflow:hidden; }
#footer p			{ color: #666666; font-size:10px; font-family:Calibri; font-weight:bold; text-align:center; }

	