body {
	font-family	: Arial;
	color		: #ffffff; 
	font-size	: 16px;
	text-align	: justify;
}

img {
	border		: 0px;
}

h1, h2, h3 {
	padding		: 6px 0px 6px 0px;
	margin		: 0px;
	font-size	: 18px;
	line-height	: 150%;
	font-weight	: bold;
}

h1 {
	font-size	: 22px;
}

a {
	color		: #ffffff;
}

a.hover {
	color		: #ffffff;
}

table {
	width		: 100%;
	padding		: 0px;
	margin		: 0px;
}

table tr {
	padding		: 0px;
	margin		: 0px;
	border-spacing:0px; 
	border-collapse: collapse;
}

table tr td {
	padding		: 0px;
	margin		: 0px;
	width		: 50%;
}

p {
	padding		: 0px;
	margin		: 0px;
}

#web_container {
	position		: absolute;
	top				: 0px;
    left			: 50%;
    width			: 1200px;
    min-height		: 800px;
    margin-left		: -600px; /* half of width */
	}

#top_container {
	background		: url('../images/background_top.png');
	position		: relative;
    width			: 1000px;
    height			: 520px;
    float			: left;
    margin     		: 0px 100px 0px 100px;
	}

#bodystar {
	width			: 255px;
	height			: 135px;
	position		: absolute;
	top				: 120px;
	left			: 150px;
}

#language {
	position		: absolute;
	top				: 20px;
	right			: 100px;
	
	font-size		: 12px;
	color			: #48c5ff;
}

#language ul {
	list-style-type	: none;	
	padding			: 0px;
	margin			: 0px;
}

#language ul li {
	list-style-type	: none;	
	padding			: 0px;
	margin			: 0px 5px 0px 0px;
	float			: left;
}

#language ul li a {
	color			: #48c5ff;	
	text-decoration	: none;
}

#language ul li a:hover, #language ul li a.active {
	color			: #ffa321;
}

#navigation {
	position		: absolute;
	top				: 300px;
	left			: 192px;
}

#navigation ul {
	list-style-type	: none;	
	padding			: 0px;
	margin			: 0px;
}

#navigation ul li {
	list-style-type	: none;	
	padding			: 0px;
	margin			: 0px;
}

#navigation ul li a {
	font-weight     : bold;
	line-height		: 125%;
	color		    : #ffffff;
	text-decoration : none;
	font-size		: 24px;
}

#navigation ul li a:hover, #navigation ul li a.active {
	color			: #ffa321;
}

/*
#main_container {
	background	: url('../images/background.png') repeat-y; 
	position	: relative;
	min-height	: 300px;
	float		: left;
	width		: 1000px;
}
*/
#main_container {
	background		: url('../images/background.png') repeat-y; 
	position		: relative;
	float			: left;
	width			: 1200px;
	margin			: 0px 0px 0px 100px;
}

#content	{
	position		: relative;
	float			: left;
	margin			: 0px 0px 100px 192px;
	width			: 600px;
	min-height		: 300px;
}


#right_content {
	position		: relative;
	float			: left;
	width			: 300px;
}


br.both {
	clear			: both;
}


