html, body { 
  
  
	margin-top: 0px;  padding:0; 
                 border:none; 
                  background-image: url(bg.jpg); 
	background-repeat:repeat-x;
	
	margin-bottom: 50px;
                  text-align: center;
	  height: auto;
	
	padding-right: 0px;
             padding-left: 0px;
             padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	 font-family: Calibri, Times New Roman, Times, serif;
	font-size: medium;
	
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	

}


#header {
  width: 900px;
 
 text-align: center;
  
  margin: 0 auto; 
  padding: 0;
  background-color: #FFFFFF;

}

#nav ul {
	margin: 0px;
	padding: 0px;
                background-color: #000000;
}
#nav {
	padding: 0px;
	text-align: center;
                background-color: #000000;
                margin-bottom: 10px;
}

#nav li {
	text-decoration: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
                list-style-type: none;
                background-color: #000000;
}

a {
	font-size: small;
	color: #FFFFFF;
	font-style: italic;
}

a:link {
	text-decoration: none;
                color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF33;
}

a:active {
	text-decoration: none;
	color: #3399FF;
}


#container {
  width: 900px;
    margin-right: auto;
   margin-left: auto;
   padding-top: 10px;
 clear: both;
background-color: #000000;
  
  
  text-align: left;
 

}

#container1 {
  width: 350px; 
  float: left; /* switch this to left and col1 to right to change the column locations */
  background-color: #000000;
  margin-right: auto;
   margin-left: auto;
    height: auto;

clear: both;



}


#container2 {
  width: 540px; 
  float: right; /* switch this to left and col1 to right to change the column locations */
  background-color: #666666;
  padding-right: 5px;
  padding-left: 5px;
margin-bottom: 5px;
}


#container3 {
  width: 540px; 
  float: right; /* switch this to left and col1 to right to change the column locations */
  background-color: #000000;
  padding-right: 0px;
  padding-left: 0px;

}







#footer {
	width: 890px;
	text-align: left;
	clear: both;
	font-size: x-small;
	color: #999999;
	margin: 0px;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
                padding-top: 5px;
}
#footer2 {
	width: 890px;
	text-align: center;
	clear: both;
	font-size: x-small;
	color: #999999;
	margin: 0px;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}


#tagContainer
{
	margin:0 0 0 16px;
	padding:0px 8px 5px 8px;
	border:1px dashed #FFFFFF;
	width:282px;
	height:225px;
	background:#666666;
	color:#F8FCFD;
	/*overflow:hidden !important;  this is for line height problem in ie6-7 */
	text-align:center;
	font-size:12px;
}

.tagFont16
{
	font-size:16px;
	font-weight:normal;
}

.tagFont16Bold
{
	font-size:16px;
	font-weight:bold;
}

.tagFont18
{
	font-size:18px;
	font-weight:normal;
}

.tagFont20
{
	font-size:20px;
	font-weight:normal;
}


<style type="text/css">
<!--
a.blue:link {color: #666666; font-size: x-small}
a.blue:active {color: #666666; font-size: x-small}

a.blue:visited {color: #666666; font-size: x-small}

a.blue:hover {color: #ffffff; font-size: x-small}


-->
</style> 



