#main {
	position:absolute;
	top:136px;
	left:0px;
	width:960px;
/*	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

#sidebar {
	float:left;
	width:250px;
/*	background:#fff;
	background-image:url(../images/sidebar_bg.png);*/
	font-size:12px;
	padding-top:16px;
	line-height:140%;
}
#sidebar a {
	font-size:12px;
	color:#666666;
}
#sidebar a:hover {
	color:#cc0000;
}
#sidebar h3 {
	font-size:14px;
	color:#666666;
}
#subpagepix {
	padding-top:16px;
}

#content {
	float:right;
	width:688px;
	background:#fff;
	font-size:12px;
	text-align:left;
	line-height:150%;
/*	border-left:1px solid #e8e8e8;*/
	padding:16px 10px 16px 10px;
}
#content p {
	font-size:12px;
	color:#333;
}
#content a {
	text-decoration:underline;
	color:#333
}
#content a:hover {
	color:#c00;
}
#content h2 {
	text-align:center;
	font-size:16px;
	color:#333;
}
#content h3 {
	text-align:center;
	font-size:14px;
	color:#666;
}
#content table {
	border-collapse:collapse;
	border:1px solid #ccc;
}	
#content td {
	border:1px solid #ccc;
}
#subpagefooter {
	clear:both;
	width:960px;
	background:#e8e8e8;
	text-align:center;
	font-size:11px;
	height:20px;
	line-height:20px;
}
#subpagefooter a {
	color:#666;
}
#subpagefooter a:hover {
	color:#c00;
}

.buttonscontainer {
	width: 250px;
}

.buttons a {
	color: #000000;
/*	background-color: #fff;*/
	background-image:url(../images/flag_sm.png);
	background-repeat:no-repeat;
	padding: 2px;
	padding-left: 28px;
	display: block;
	border-bottom: 1px solid #ccc;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #e8e8e8; /*#33486c;*/
	color: #666;
	text-decoration: none;
}

dt {
	font-weight:bold;
	padding-top:12px;
}

