/* CSS Document */

* {
	font-family: Arial;
}
body {

	background-color:#8db3dd
	
}

a {

	font-size: 11px;
	color: #0e539f;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/* Wrapper */

#wrapper {
	margin-left:auto;
	margin-right:auto;  
	background: #8db3dd url("images/bg.gif") no-repeat;  
	padding: 0px;
	width: 1084px;
	height:1654px;
	position:relative;
}
/* bgvideos */

#bgvideos {
	width:901px;
	height: 1049px;
	position:absolute;
	z-index:1;
	left: 90px;
	top: 315px;
}

/* topbanner */

#topbanner {
    float:right;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	width:468px;
	height: 60px;
	position:absolute;
	right: 46px;
	top: 56px;
}

/* numpage */
#numpage {
    float:right;
	padding:8px 10px 10px 42px;
	background: url("images/bg_num_pages.gif") no-repeat;
	z-index:5;
	width:213px;
	height: 39px;
	position:absolute;
	right: 200px;
	top: 470px;
}
/* numpagebottom */
#numpagebottom {
    float:right;
	padding:8px 10px 10px 42px;
	background: url("images/bg_num_pages.gif") no-repeat;
	z-index:5;
	width:213px;
	height: 39px;
	position:absolute;
	right: 200px;
	top: 1410px;
}
/* topmenu */

#topmenu {
	width:1000px;
	background-color:#8db3dd;
	height: 47px;
	position:absolute;
	z-index:1;
	left: 50px;
	top: 180px;
}
/* title */

#title {
    float:left;
	background-color:#8db3dd;
	width:446px;
	height: 134px;
	position:absolute;
	left: 38px;
	top: 20px;
}

/* boxlat */

#boxlat {
    float:left;
	background: #8db3dd url("images/bg_lat_videos.gif") no-repeat;
	width: 312px;
	height:230px;
	position:absolute;
	z-index:3;
	top: 251px;
}
.articles {
	margin-top:65px;
	margin-left:60px;
}
.videos {
	margin-top:0;
	margin-left:60px;
}

/* news7 */
.news7 {
    float:left;
	width: 260px;
	height:273px;
	position:absolute;
	z-index:3;
	left: 340px;
	top: 380px;
}
.titlenews7 {
	font-size:16px;
	color:#0e539f;
	font-weight:bold;
}
.authorenews7 {
	font-size:13px;
	color:#0e539f;
}
.publishednews7 {
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.textnews7 {
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	
}
.linknews7 a {
	font-size: 10px;
	color: #0e539f;
	font-weight:bold;
	text-decoration:none;
}
.linknews7 a:hover {
	text-decoration:underline;
}

/* tvsmall */
#tvsmall {
    float:right;
	width: 201px;
	height:291px;
	position:absolute;
	z-index:3;
	right: 260px;
	top: 260px;
}
/* filmstrip */
#filmstrip {
    float:right;
	width: 792px;
	height:728px;
	position:absolute;
	z-index:3;
	right: 165px;
	top: 490px;
}

#quotes {
    float:right;
	width: 274px;
	height:255px;
	position:absolute;
	z-index:6;
	right: 350px;
	top: 1020px;
}

#micro {
    float:left;
	width: 224px;
	height:227px;
	position:absolute;
	z-index:6;
	right: 21px;
	top: 561px;
}
#pizza {
    float:left;
	width: 209px;
	height:174px;
	position:absolute;
	z-index:6;
	left: 38px;
	top: 823px;
}

/*Footer */

#footer {
	width: 1084px;
	height:30px;
	position:absolute;
	top:1620px;
}


/* FooterMenu */

#footermenu {
	float: right;
	width: 1084px;
	height: 30px;
	position:absolute;
}
#footer ul {
    float:right;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0 8px 0 8px;
	border-color: black;
    border-width: 0px 0px 0px 1px;
    border-style: dotted;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #000000;
}
#footer a:hover {

	text-decoration: underline;
}
#copyright {
    float: left;
	position:absolute;
	top:1625px;
	width: 150px;
	height: 30px;
	margin: 0 0 0 40px;
	text-align: left;
	font-size: 11px;
	color: #000000;
}



