﻿html, body { height: 100%; }
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	background-image: url(../images/gfx_11.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 24px;
	color: #eb6909;
	font-weight:normal;
}
h2 {
	font-size: 24px;
	color: #eb6909;
	font-weight:normal;
		margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	color: #eb6909;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}


a {
   text-decoration: none;
   color:#eb6909;
}
a:link      { text-decoration: none; }
a:visited   { text-decoration: none; }
a:active    { text-decoration: none; }
a:hover     { text-decoration:underline; }



#Container {
	width:960px;
	height:100%;
	margin: 0 auto;
	/* background-image: url(../images/gfx_10.png); */
	background-repeat: no-repeat;
	background-position: top;
}
#MainContainer {
	width:900px;
	height:100%;
	margin: 0 auto;
}

#Navigation {
	height:35px;
	padding-top:13px;
	padding-left:15px;
	margin-top:1px;
	background-image: url(../images/gfx_1.png);
	background-repeat: repeat-x;
	
}
#Navigation ul {
	margin:0; 
	padding:0; 
	list-style:none; 
}

#Navigation li {
	float:left; 
	margin:0;
	padding:0px;
	margin-right:15px;
}
#Navigation a  {
	font-size:12px;
	color: #666666;
	text-decoration:none;
}
#Navigation a:link  {
	color: #666666;
	text-decoration:none;
}
#Navigation a:hover {
	color: #000000;
}


#ContentMain {
    width:900px;
	height:100%;
	background-image: url(../images/gfx_12.png);
	background-repeat: repeat-y;
}
#ContentLeft {
	width:560px;
	padding:10px;
	margin-right:40px;
}

#ContentRight {
	width:280px;
	height:100%;
	
	background-image: url(../images/gfx_5.png);
	background-repeat: no-repeat;
	background-position: top;
	
	
}

.Thumbnail 
{
    width:90px;
    height:90px;
    overflow:hidden;
    margin-right:5px;
}
.RightBox 
{
       
	width:270px;
    margin: 0 auto;
}
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

.fltlft {
	float: left;
}
