html,
body
{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../images/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:black;
	text-align:center;
}

img
{
	border:0;
	padding:0;
	margin:0;
}

a:link,
a:hover,
a:active,
a:visited
{
	color:white;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.verdana_10
{
	font-family:verdana,sans-serif;
	font-size:10px;
}

.verdana_11
{
	font-family:verdana,sans-serif;
	font-size:11px;
}

.verdana_12
{
	font-family:verdana,sans-serif;
	font-size:12px;
}

.verdana_14
{
	font-family:verdana,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e0e0e0;
}

#container
{
	width:564px;
	padding:0 18px;
	margin:auto;
	text-align:left;
	line-height:18px;
	color:white;
}

#info
{
	position:absolute;
	top:0;
	left:0;
	padding:5px 10px;
	background-color:#262626;
	color:#e0e0e0;
	border:1px solid #e0e0e0;
	display:none;
}

#header
{
	width:535px;
	height:65px;
	margin:60px 14px 10px 14px;
	float:left;
}

#language_container
{
	width:544px;
	height:40px;
	color:#e0e0e0;
	text-align:right;
	margin-bottom:30px;
	float:left;
}

#no_flag,
#int_flag
{
	width:18px;
	height:12px;
	margin-top:4px;
	float:right;
}

#no_flag
{
	margin-right:15px;
	margin-left:15px;
}

#latest_project_container
{
	width:300px;
	margin-right:40px;
	float:left;
}

#latest_project_image
{
	width:130px;
	height:236px;
	margin-right:10px;
	border:1px solid #e0e0e0;
	float:left;
}

#about_us_container
{
	width:224px;
	text-align:justify;
	text-justify:newspaper;
	float:left;
}

#contact_details_container,
#copyright_container
{
	width:564px;
	margin-top:60px;
	float:left;
}

.contact_box
{
	width:188px;
	margin-top:20px;
	float:left;
}

#copyright_container
{
	text-align:center;
}