* {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}
html {
	background:#5E659B url('images/roundtop.png') no-repeat scroll center 0;
}
body { 
	overflow-y:scroll;
	color:#666;
	padding:33px 0;
	font:normal 1em "Arial","Tahoma","Trebuchet MS",sans-serif;
	list-style:none;
	line-height:1.6;
}
#roundBottom {
	position:absolute;
	left:0;
	width:100%;
	height:33px;
	background:transparent url('images/roundbottom.png') no-repeat scroll center bottom;
}
a { 
	text-decoration:none;
}
.clear { 
	content:"";
	display:block;
	font-size:0;
	height:0;
	line-height:0.0;
	overflow:hidden;
	visibility:hidden;
 	clear:both;
}
.hidden {
	visibility:hidden;
	display:none;
}
.ui-helper-hidden-accessible { 
	top: -99999999em; 
}
#siteContent {
	position:relative;
	width:950px;
	padding:10px;
	margin:auto;
	background:transparent url('images/roundcontent.png') repeat-y scroll 0 0;
}
#logo {
	display:block;
	margin:auto;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-213px;
}
#flags {
	padding:90px 0 0 0;
}
#index {
	text-align:center;
	font-size:76%;
}
#index h1 {
	border-bottom:1px solid #EAEBF2;
	border-top:1px solid #EAEBF2;
	font-size:140%;
	margin:10px 50px;
	text-align:left;
}
#index h1 a {
	color:#FF5800;
}
#index #categories img {
	margin:0 10px;
}
#index #paragraph {
	margin:10px auto 0 auto;
	padding:5px 0;
	width:850px;
	height:91px;
	background:transparent url('images/index_p.png') no-repeat scroll 0 0;
}
#index #paragraph p {
	height:27px;
	line-height:26px;
}
#index #paragraph a {
	color:#FF5800;
}
#index a:hover {
	text-decoration:underline;
}