table
{ 
margin-left: auto;
margin-right: auto;
}

#header {
	height: 141px;
	width: 741px;
	background-image: url(images/header.png); 
	border-bottom: thin solid white;
} 


#navigation {
	
	height: auto;
	width: 132px;
	background-color: #e8e8e8;
	vertical-align: top;
	border-top: 1px solid #bbbbbb;
	
	    
}
#content {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 420px;
	width: 608px;
	background-color: ;
	vertical-align: top;
	
	
}
#col_left, #col_middle, #col_right {
	
	width: 216px;
	text-align: left;
}
#footer {
	height: 25px;
	width: auto;
	background-color: e8e8e8;
	text-align: center;
	color: #4d4d4d;
	font-family: Calibri;
	font-size: 13;
	font-weight: bold;
	
}



ul li { 

	list-style: circle; 

	
}
A:hover,A:hover.navigation {
	color: red;
}
A.navigation {
	text-decoration: none;
	color: #4d4d4d;
	font-family: Calibri;
	font-size: 13;
	font-weight: bold;
	
	
}
A.sub_navigation {
text-decoration: none;
	color: #4d4d4d;
	font-family: Calibri;
	font-size: 12;
	font-weight: bold;
}

.navigation_button {

	width: 132px;
	background-color: white ;
	color: blue;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	padding: 4px 4px 4px 3px;
	background-image: url(navigation_background.png);
	background-repeat: repeat-y;
}
.sub_navigation_button {

	width: 132px;
	padding: 1px 2px 2px 4px;
	
}
img.flags {
	float: right;
	margin-right: 3px;
	margin-top: 17px;
	vertical-align: bottom;
}

div.left {
	float: left;
	margin-left: 5px;
}

div.right {
	float: right;
	margin-right: 5px;
}


Ul, Li, P, P.captionsmall,P.caption, P.highlight {
	font-family: Tahoma;
	font-size: 12;
	color: 535353;
	text-align: justify;
}
P.captionsmall {
	font-family: Cambria,Tahoma;
	font-weight: bold;
	font-size: 13;
	color: #050f4d;
}
P.caption {
	font-family: Cambria,Tahoma;
	font-size: 19;
	color: #050f4d;
	

}
P.highlight {
	border: 1px;
	backround-color: red;
}
img.thumbs {
	margin: 5 5 1 1;
	width: 120px;
	height: 180px;
	border-width:0px
}
img.interviews {
	margin: 4 4 4 4;
	float: left;
}
img.graphs {
	display: block;
    	margin-left: auto;
    	margin-right: auto;
	border: 1px solid #bbbbbb;
	text-align: center; 	
}