/* GENERAL */

*
{
    margin: 0;
    padding: 0;
    border: none;
}

body
{
    background: #e0e0e0;
    font-family: georgia, "times new roman", serif;
    color: #343434;
	font-size: 12px;
}

a:link
{
    color: #8d8c8c;
    text-decoration: underline;
	font-style:italic;
}

a:visited
{
    color: #8d8c8c;
    text-decoration: underline;
	font-style:italic;
}

a:hover, a:active
{
    color: #8d8c8c;
    text-decoration: none;
	font-style:italic;
}

p
{
	margin-bottom:8px;
}

div#container
{
	position: relative;
    margin: 33px;
}

/* MENU */

div#menu
{
    width: 146px;
    position: relative;
	float: left;
	color: #343434;
	font-style: italic;
}

h1 a
{
    background: transparent url('../images/lwtv-logo.png') no-repeat top left;
    height: 55px;
    position: relative;
    width: 115px;
	float: left;
}

h1 a:hover
{
    background: transparent url('../images/lwtv-logo.png') no-repeat bottom left;
}

div.line1
{
	position: relative;
	float: left;
    width: 146px;
	height: 1px;
	background-color: #707070;
	margin-bottom: 13px;
	margin-top: 16px;
}

div.line2
{
	position: relative;
	float: left;
    width: 146px;
	height: 1px;
	background-color: #707070;
	margin-bottom: 13px;
	margin-top: 13px;
}

div.line3
{
	position: relative;
	float: left;
    width: 760px;
	height: 1px;
	background-color: #707070;
	margin-bottom: 12px;
	margin-top: 0px;
}

div.line4
{
	position: relative;
	float: left;
    width: 760px;
	height: 1px;
	background-color: #707070;
	margin-bottom: 13px;
	margin-top: 12px;
}

div.contacttitle
{
	position: relative;
	float: left;
    width: 760px;
	height: 54px;
	margin-bottom: 17px;
	margin-top: 0px;
	background: transparent url('../images/contact.png') no-repeat bottom left;
}

div.type
{
	position: relative;
	float: left;
    width: 146px;
}

div#menu ul
{
    list-style: none;
    line-height: 17px;
}

div#menu ul a:link, div#menu ul a:visited
{
    color: #8d8c8c;
    text-decoration: none;
}

div#menu ul a:hover
{
    color: #343434;
	text-decoration: none;
}

div#menu a.new
{
    padding: 0 10px 2px 0;
    background: transparent url("../images/new.png") no-repeat center right;
}

div#info p
{
    font-style: normal;
	line-height: 17px;
}

div#info a
{
    color: #343434;
}

/* CONTENT */

div#content
{
    width: 760px;
	left: 28px;
    position: relative;
	float: left;
	padding-bottom:33px;
	line-height: 17px;
}

div#content a:link, div#content a:visited
{
    color: #8d8c8c;
    text-decoration: none;
}

div#content a:hover
{
    color: #343434;
	text-decoration: none;
}

div#content img
{
    padding-bottom:4px;
	display: block;
}

div#content-brambles
{
    width: 760px;
	left: 28px;
    position: relative;
	float: left;
	padding-bottom:33px;
	line-height: 17px;
	margin-top: -1px;
}

