  /*-------------------*/
 /*   COMMON STYLES   */
/*-------------------*/

body {
	margin:0px;
	padding:0px;
	font-family: "Century gothic", Arial, Verdana, "Lucida sans", Sans-Serif;
	font-size:12px;
	color:#333333;
	list-style-type: square;
	text-align: left;
}
a {
	color:#cc0033;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}

form {
	padding:0;
	margin:0;
}

ul {
	list-style: square;
}
	
b	{
color: #000;
letter-spacing: 0.1em;
}

font.tcc	{
font-style:normal;
font-weight:normal;
color:#999999;
letter-spacing: 0.02em;}

.subtext	{
color: #333;}

  /*---------------*/
 /*    LAYOUT    */
/*-------------*/

#header {
	padding:0px;
	background-color: #303030;
	height: 140px;
}
#menu {
	position:absolute;
	left: 165px;
	top:105px;
	width: 500px;
	line-height: 0;
}
#menu img { display: inline; margin-right: -3px; }
#menu a:hover { background-color: transparent; }

#submenuleft {
	width:167px;
}

#columnleft {
	position:absolute;
	width: 313px;
	left:192px;
	top:190px;
	line-height:18px;
	height: 539px;
}

#columnright {
	position: absolute;
	left:530px;
	top:140px;
	background-repeat:no-repeat;
	height: 450px;
	width: 310px;
	line-height:18px;
}

#columnright p {
margin-left: 6px;
}

#columnright p img {
margin-left: -5px;
}


  /*----------------*/
 /*   THUMBNAILS   */
/*----------------*/

.thumbrow {
    width:305px;
    }
	
.thumbrow a img {
	filter: alpha(opacity=20);
	opacity: .20;
	padding: 3px;
	margin: 1px;
	border: 1px solid #FFFFFF;
    }
    
.thumbrow a:hover img, .thumbrow a:focus img {
	filter: alpha(opacity=99);
	opacity: .99;
	border: 1px solid #cccccc;
    }  
	
.thumbrow a img.active {
	filter: alpha(opacity=99);
	opacity: .99;
	border: 1px solid #cccccc;
    }  
	
div.midcolumn span.links
{
	position: relative;
	z-index: 1;	
}

  /*------------------*/
 /*    NAVIGATION    */
/*------------------*/


#navcontainer ul
{
	margin: 0;
	margin-top:46px;
	padding: 0;
	list-style-type: none;
	font-size: 13px;	
	text-align: right;
}

#navcontainer li { margin: 0 0 0 0;
}

#navcontainer a
{
	display: block;
	font-weight:normal;	
	color: #000;
	background-color: #fff;
	width: 104px;
	padding: 10px 40px;
	text-decoration: none;
	height: 16px; 	
}

#navcontainer a:hover
{
	color: #cc0033;
}

#active a
{
	display: block;
	color: #cc0033;
	width: 104px;
	padding: 10px 40px;
	text-decoration: none;
	font-weight:normal;	
	height: 16px;
	}

