* 
{
 padding: 0;
 margin: 0;
}

body 
{
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 /*background: #585858;*/
 /*background-image: url(img/bg1.png);*/
 background: #585858 url(./img/bg_body.jpg) repeat-y top center;
 /*background: #585858 url(./img/carbonlook.gif);*/
}

#wrapper 
{
 width: 770px;
 margin: 0 auto;
 position: relative;
 background-color: white;
 /*background: #585858 url(./img/carbonlook.gif);*/
 /*background: #0c0c0c;*/
}

#navbar 
{
 border: 1px solid #ccc;
 margin: 0px 5px 5px 5px;
 padding: 4px;
 background-color: #FF0000;
 font-weight: bold;
}

#navbar a:link 
{
   color: white;
   font-weight: bold;
   background-color: #FF0000;
   text-decoration: none;
}

#navbar a:Hover
 {
   background-color: black;
   color: white;
}

#navbar a:active 
{
   background-color: black;
   color: white;
	text-decoration: none;
}

#navbar a:visited
 {
   color: white; 
   font-weight: bold;
   /*background-color: #FF0000;    */
	text-decoration: none;
}

#header 
{
 border: 1px solid #ccc;
 margin: 0 5px 0 5px;
 height: 211px;
 padding: 0px;
 background-color: #000000;
 text-align: center;
}

#header #tr 
{
   text-align: right;
   color: white;
   position: absolute;
   top: 0.5em;
   left: 610px ;
   font-size: 2.5em;
   font-variant: small-caps;
   line-height: 150%;
}


/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0 0px 5px 5px;
 display: inline; /* IE Hack */
 width: 176px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: #C9C9BE;
}
* html #leftcolumn1 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0 5px 0px 5px;
 display: inline; /* IE Hack */
 width: 177px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: white;
}
* html #leftcolumn2 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 p {
   text-align: center;
}

#leftcolumn3In1 { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 width: 559px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: #FFFFFF;
}
* html #leftcolumn3In1 {height:300px} /* IE Min-Height Hack */ 
/* ---------------------------- */


/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 176px;
 float: left;
 min-height: 300px;
 background-color: #C9C9BE;
}
* html #rightcolumn1 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 176px;
 float: left;
 min-height: 300px;
 background-color: white;
}
* html #rightcolumn2 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 p {
   text-align: center;
}
/* ---------------------------- */

#footer {
	color: white;
	border: 1px solid #ccc;
	background-color: #FF0000;
	margin: 0px 5px 5px 5px;
	display: inline; /* IE Hack */
	padding: 4px;
	float: left;
	width: 750px;
}

ul li {

margin-left: 20px; line-height: 120%;
}

h2 {
   font-variant: small-caps; color: #666; background-color: transparent;
}

blockquote {
   margin-left: 30px; padding: 5px;
   border-left: solid 5px #666;
}
