/* 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;
}
/* tv */

#tv {
	width:699px;
	height: 719px;
	background: #8db3dd url(../css/images/bg_tv.gif);
	position:absolute;
	z-index:1;
	left: 180px;
	top: 230px;
}
#video{
	margin:223px 0 0 65px;
	z-index:3;
	width:425px;
	height:344px;
}
/* topbanner */

#topbanner {
    float:right;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	width:468px;
	height: 60px;
	position:absolute;
	right: 46px;
	top: 56px;
}

/* topmenu */

#topmenu {
	width:100px;
	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;
}

/* article1 */
.article1 {
    float:left;
	background: #8db3dd url(../css/images/bg_video.gif);
	width: 846px;
	height:358px;
	position:absolute;
	z-index:3;
	left: 100px;
	top: 930px;
}
.titlearticle1 {
    margin: 70px 0 0 75px;
	font-size:16px;
	color:#0e539f;
	font-weight:bold;
}
.authorearticle1 {
  margin: 0 0 0 75px;
	font-size:13px;
	color:#0e539f;
}
.publishedarticle1 {
	margin: 0 0 0 75px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.textarticle1 {
	margin: 0 70px 0 75px;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	
}
.linkarticle1 a {
	font-size: 10px;
	color: #0e539f;
	font-weight:bold;
	text-decoration:none;
}
.linkarticle1 a:hover {
	text-decoration:underline;
}

/*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;
}



