@charset "UTF-8";
/*		irena fillipova     			*/
/*		Webdesign by Blue Media			*/
/*		http://www.blue-media.nl		*/

img{ border:0;}

body {
	background:url(../images/bg2.jpg);
	font-size: 60%;
	font-family:Arial;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #565656;
	}

.wrap {
	font-size:1.4em;
	line-height:1.5em;
	position:relative; 
	text-align:left;
	margin:0;
	padding:0;
	min-width:780px;
	}

.container {
	width:780px;
	min-width:780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	position:relative; 
	}
	
.videopagina {
	width:360px;
	min-width:360px;
	float:right;
	height:250px;
	margin:0 10px 10px 0;
	}

/* Links */
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #56A6D7;
}
a:active {
	color: #56A6D7;
}

a.button:link {border:none;}     /* unvisited link */
a.button:visited {border:none;}  /* visited link */
a.button:hover {border:none; background-color: inherit;}   /* mouse over link */
a.button:active {border:none;}   /* selected link */

a img {border:none;}

/* Header */

.header {
	background:url(../images/bg.jpg) 0 0 repeat-x;
	height:450px;}
	

/* Headers */

h2, h3, h4, h5, h6 {
	font-family:Arial;
	letter-spacing:-2px;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h2 {
	color:#337BD2;
	font-size:240%;
	line-height:110%;
	border-bottom:1px solid #b7af89;
	margin:20px 0 20px 0;
	}
	
h3 {
	color:#4d524b;
	font-size:190%;
	line-height:110%;
	}
	
h4 {
	color:#886231;
	font-size:120%;
	line-height:110%;
	}

/* home body */

.homebody {
	padding:0 0 20px 0;
	margin:0;
	position:relative;
	}

.main{
	width:440px;
	padding:0 20px 0 20px;
	float:left;
	font-size:11px;
	line-height:2em;
/*	text-align:justify; */
	text-align:left;
	}
	
.add{
	width:300px;
	float:right;
	font-size:11px;
	line-height:2em;
	text-align:justify;}
	

/* Footer */

.footer {
	height:75px;
	padding: 50px 0 0 0;
	margin: 0;
	text-align:center;
	color:#50524f;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Float Classes */
	
.fltlft{float:left;}
	
.fltrt{float:right;}
