/* CSS Document */


body
{
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
padding:0px;
margin:0px;
color:#FFFFFF;
}

a
{
color:#FFFFFF;

}

h2
{
padding:0px;
margin:0px;
margin-bottom:5px;
padding-top:5px;
}

body,p
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:130%;
}

p
{
padding:0px;
margin:0px;
margin-bottom:8px;
}

#container
{
width:1025px;
}

#header
{
height:127px;
}

#logo
{
padding-left:25px;
padding-top:20px;
padding-right:65px;

}


#content
{
float:left;
width:305px;
background-image:url(../images/content-background.jpg);
height:409px;
}


#tv
{
width:699px;
height:446px;
float:left;
margin-left:5px;
background-image:url(../images/tv.jpg);
position:relative;
}

#tv_content {
	position:absolute;
	width:632px;
	height:354px;
	z-index:101;
	top: 28px;
	left: 33px;
	
}

#section
{
float:left;
padding-left:20px;
color:#595255;
margin-top:20px;
width:230px;
height:140px;
border-right:solid 2px #C9CFCF;

}

#section h2
{
font-size:18px;
color:#2A3695;
padding:0px;
margin:0px;
margin-top:5px;
margin-bottom:5px;
}

#section p
{
margin:0px;
padding:0px;
margin-bottom:4px;
font-size:12px;
}

#section a
{
color:#595255;
text-decoration:none;
}

#section a.link
{
text-decoration:underline;
font-weight:bold;
}