/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7E7E7;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { font-size: 30px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a {
	color: #FE4E00;
	text-decoration: none;
}

a:hover {
	background-color: #222;
}



.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header 
{
	width: 707px;
	margin: 0 auto;
	padding: 10px 0 0 13px;
	height: 135px;
	background: url(images/img1.gif) repeat-x left bottom;
}

#flags
{
	position:absolute;
	top: 115px;
	left: 5px;
}

#header h1 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	line-height: 30px;
	/*float: left;*/
	/*text-align: right;*/
}


#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 20px 7px 20px 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 4px 0 13px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica;/*Georgia, "Times New Roman", Times, serif;*/
	color: #FFFFFF;
}

img {
	border: 0;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 130px;
	padding: 0 0 0 5px;
}

#colOne h3 {
	margin-top: 14px;
}

#colOne h4 {
	font-size: 12px;
}

#colOne h5 {
	font-size: 10px;
}

#colTwo {
	float: left;
	width: 440px;
	padding: 0 0 0 5px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 0 5px 0 5px;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}

/* ugos */
.emph 
{
	/*color: #FE4E00;	*/
	/*color: #FFFF99;	
	font-style: normal; */
	text-align: justify;
	font-size: 11px;
	font-weight:bolder;
	margin: 20px 20px 20px 20px;
	/*border: dotted 1px #FE4E00;*/
}

.emphl 
{
	text-align: justify;
	font-size: 13px;
	font-weight:bolder;
	margin: 20px 20px 20px 20px;
}

.tutorial 
{
	text-align: justify;
	font-size: 11px;
	font-weight:bolder;
	margin: 20px 80px 20px 80px;

}

.bulletimg
{
	vertical-align:middle;
}

img#ugosweb
{	
	position:absolute;
	top: 5px;
	right: 1px;
	/*width: 90px;
	height: 25px;*/
}
/*
#flags
{
	position:absolute;
	top: 5px;
	left: 15px;
}
*/


#flags img
{
	border:0;
}

div#container
{
	position: relative;
	width: 720px; 
	height: 100%;
	margin: 0 auto;/*0;/*auto;  */
	text-align: left;
    background-color: #000000;
    /*border-left: dotted 1px gray;
    border-right: dotted 1px gray;    */
    border: dotted 1px gray;
}

body>div#container
{
	/* container fill all page in order to have footer at bottom */
	height:auto;
	min-height:100%
}

.hidden
{
	display:none;
}

#ver
{
	position:absolute;
	top: 75px;
	right: 10px;
	text-align: right;
}

