@charset "utf-8";
/* CSS Document */



*	{
	margin:0;
	padding:0;
	}

body	{
		font-size:75%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:1.4;
		background-color:#ffffff;
		}
		
img		{border:none;}
		
a:link	{line-height:1.2em;
		color:#585858;
		font-weight:bold;
		text-decoration:none;
		}
		
a:hover	{line-height:1.2em;
		color:#333333;
		font-weight:bold;
		text-decoration:underline;
		}
		
a:visited	{line-height:1.2em;
		color:#666666;
		font-weight:bold;
		text-decoration:none;}
		
h4		{
		color:#FFFFFF;
		font-size:1em;
		}

#container	{
			margin:auto;
			width:800px;
			margin-top:20px;
			}

#header	{
		height:119px;
		}

#nav	{
		height:22px;
		background:url(images/navbg.jpg) repeat-x;
		}

#nav ul {overflow: hidden; display: inline-block;} 

#nav ul {display: block; width:100%; float:right;}
  
#nav ul li	{
				list-style:none;
				float:right;
				width:80px;
				text-align:center;
				background:url(images/navbtnbg.jpg) repeat-x top right;}

  

    #nav ul li a  {display: inline; padding: 0 1em; line-height: 22px; height: 22px; color:#FFFFFF;} 
      
	  #nav ul li a:hover{color:#FFFFFF;}        
		
		#nav ul li.lastlink {border:none;}
		
		

#left	{
		width:157px;
		float:left;
		border-left: #333333 1px solid;
		border-right: #333333 1px solid;
		border-bottom: #333333 1px solid;
		padding: 5px 5px 5px;
		}
		
#left ul li {
    list-style: none;
    font-size: 1em;
	display:block;
 
  }

#content	{
			margin-top:12px;
			width:430px;
			float:left;
			margin-left:18px;
			margin-bottom:12px;
			text-align:center;
			}
			
#content img	{
				margin-bottom:12px;
				}

#right	{
		width:163px;
		float:right;
		}
		
#r1		{
		margin-top:12px;
		margin-bottom:12px;
		height:125px;
		border:#333333 1px solid;
		text-align:center;
		}
		
#r2		{
		margin-top:12px;
		margin-bottom:12px;
		height:280px;
		border:#333333 1px solid;
		text-align:center;
		}
		
.title	{
		background:url(images/navbg.jpg) repeat-x;
		height:22px;
		}

#footer	{
		clear:both;
		border-top: #b31a2c 1px solid;
		text-align:center;
		color:#999999;
		font-size:0.9em;
		}

.btn	{margin-right:11px;}