/* CSS Document */


a:link {
	color: #2584c5;
	text-decoration: none;
	font-size:11px;	
}
a:visited {
	text-decoration: none;
	color: #2584c5;
	font-size:11px;	
}
a:hover {
	text-decoration: none;
	color: #fdb813;
	font-size:11px;	
}
a:active {
	text-decoration: none;
	color: #2584c5;
	font-size:11px;	
}

.wrapper {
 width: 1005px;
 min-height:600px;
 margin:0 auto; 
 padding: 0 auto;
 background-image:url(images/bg4.jpg);
 background-position:top;
 background-repeat:no-repeat;
 }
 
* html .wrapper {height:600px} /* IE Min-Height Hack */

body {
 padding: 0 auto;
 margin: 0 auto;    
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color: #666666;
 line-height: 180%;  
 }

#header {
 padding: 0 auto;
 margin-top: 0px;
 height: 215px;
 width: 490px;
 padding-right: 0px;
 position: relative;
 float:right;
 }
 
#container {  
 width:720px;
 height:425px;  
 padding-top: 200px; 
 }
 
.menu {
 width:200px;
 padding-top:180px;
 display:inline;
 float:left;
 text-align:left; 
 }

.left_column {
 width:200px;
 padding-top:165px;
 padding-bottom:12px; 
 text-align:left;
 display:inline;
 float:left;
 background-image:url(images/bg-ctc.gif);
 background-position:bottom;
 background-repeat:no-repeat; 
 }

.contact {
 padding-left:10px;
 }

.right_column {
 width:500px;
 padding-top:70px;
 text-align:justify;
 display:inline;
 float:right;
 }  

img.float {float:left; margin: 5px 14px 10px 0px; 
}

#footer {
 height:219px; 
 width:1005px;  
 margin:0 auto;  
 position: relative; 
 text-align: center;
 display: block;
 float:left;
 background-image:url(images/bg-footer.jpg);
 background-position:bottom;
 background-repeat:no-repeat;  
 }

.copyright {
 width:680px;
 padding-top:100px; 
 text-align: center;
 }

