*
{
	margin:0;
	padding:0;
}

body, html
{
	background: #000000;
	color: #FFFFFF;
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.border
{
	border : 1px solid White;
}

a
{
	color : #FFCC00;
	text-decoration : underline;
}

a:hover
{
	color : #FFCC00;
	text-decoration : none;
}

.bold
{
	font-weight : bold;
}

p
{
	padding : 0 0 10px 0;
}

.center
{
	text-align : center;
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

.logos
{
	float : left;
	width : 150px;
	text-align : center;
	font-size : 15px;
	color : #FFCC00;
}

.logos img
{
	display : block;
	margin-bottom : 5px;
}

#container
{
	width : 740px;
	margin : 0 auto;
}

/* start top */

#top
{
	width : 740px;
	height : 264px;
	background : url(../images/back-menu.jpg) no-repeat;
}

#flags
{
	width : 730px;
	height : 55px;
	text-align : right;
	padding : 5px;
}

#title
{
	width : 283px;
	float : right;
}

h1
{
	font : 15px Europe_Ext, Arial, Helvetica, sans-serif;
	color : #BAB9B9;
}

/* end top */

/* start bottom */

#bottom
{
	padding : 15px 0;
	text-align : center;
	font-size : 9px;
	color : #BAB9B9;
}

#bottom a
{
	font-size : 9px;
	text-decoration : underline;
	color : #BAB9B9;
}

#bottom a:hover
{
	text-decoration : none;
}

/* end bottom */

/* start home */

#home
{
	background : url(../images/dot.gif) repeat-y 246px;
}

#home #homeBack
{
	background : url(../images/dot.gif) repeat-y 493px;
}

#home #homeBack #leftColumn
{
	width : 228px;
	padding : 0px 9px;
	float : left;
}

#home #homeBack #centerColumn
{
	width : 228px;
	padding : 0px 9px;
	float : left;
}

#home #homeBack #rightColumn
{
	width : 228px;
	padding : 0px 9px;
	float : left;
}

#home #homeBack #leftColumn h2
{
	width : 228px;
	height : 35px;
	background : url(../images/title-mission-bg.gif) no-repeat;
	font-size : 2px;
	text-indent : -5000px;
}

#home #homeBack #leftColumn h2.en
{
	width : 228px;
	height : 35px;
	background : url(../images/title-mission.gif) no-repeat;
	font-size : 2px;
	text-indent : -5000px;
}

#home #homeBack #centerColumn h2
{
	width : 228px;
	height : 35px;
	background : url(../images/title-about-bg.gif) no-repeat;
	font-size : 2px;
	text-indent : -5000px;
}

#home #homeBack #centerColumn h2.en
{
	width : 228px;
	height : 35px;
	background : url(../images/title-about.gif) no-repeat;
	font-size : 2px;
	text-indent : -5000px;
}

#home #homeBack #rightColumn h2
{
	width : 228px;
	height : 35px;
	background : url(../images/title-action-bg.gif) no-repeat;
	font-size : 2px;
	text-indent : -5000px;
}

#home #homeBack #rightColumn h2.en
{
	width : 228px;
	height : 35px;
	background : url(../images/title-action.gif) no-repeat;
	font-size : 2px;
	text-indent : -5000px;
}

/* end home */

/* start inside */

#inside
{
	background : url(../images/dot.gif) repeat-y 240px;
}

#inside #leftColumn
{
	width : 242px;
	padding : 0px 7px;
	float : left;
}

#inside #rightColumn
{
	width : 465px;
	padding : 0px 9px;
	float : left;
}

h2
{
	width : 228px;
	height : 35px;
	background : url(../images/title-about-bg1.gif) no-repeat;
	font-size : 20px;
	color : #FFCC00;
	font-weight : normal;
}

#inside #leftColumn ul
{
	list-style-type : none;
}

#inside #rightColumn ul
{
	list-style-type : disc;
	padding : 12px 0 12px 35px;
}

#inside #leftColumn ul li a
{
	display : block;
	width : 190px;
	text-decoration : none;
	background-color : #1D1D1D;
	border-bottom : 1px solid #000000;
	padding : 3px 5px;
	color : White;
}

#inside #leftColumn ul li a:hover
{
	background-color : #333333;
	color : White;
}

#inside #leftColumn ul li #selected
{
	background-color : #333333;
	color : White;
}

.gallery
{
	width : 230px;
	float : left;
	height : 170px;
}

/* end home */

/* start menu */

#menu ul
{
	float : right;
	list-style-type : none;
}

#menu ul li
{
	float : left;
}

#menu ul li a
{
	display : block;
	width : 87px;
	height : 35px;
	float : left;
	background : url(../images/back-menuItem.gif) no-repeat 0px 10px;
	text-align : center;
	color : White;
	margin-left : 2px;
	text-decoration : none;
}

#menu ul li a:hover
{
	background : url(../images/back-menuItem.gif) no-repeat 0px 15px;
	text-decoration : none;
}

/* end menu */