﻿body {
        text-align:center;
        background: black; 
        color: White;
}

#wrapper {
        margin: 0 auto;
        width: 800px; 
        background: black;
      
}

#header
{
    width: 800px;
    height: 110px;
    background: url(Graphix/brother-header2.jpg);  

}

#adinheader
{
    position: absolute;
    margin-top: 20px;
    margin-left: 250px;
    width: 468px;
    height: 60px;
    background: black; 
    border: 1px solid red; 
    
}

#menuglowne
{
    margin-top: 0px;
    height: 37px;
    width: 800px;
    background: url(Graphix/brother-menu-background.jpg); 
 
}

#contentholder 
{
    margin-top: 5px;
    width: 798px;
    height: 720px;
    background: black; 
    border: 1px solid red;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul 
{
    margin-left: 10px;
	float: left;
	padding: 1px 0 1px 1px;

}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	background: #000 url(Graphix/brother-menu.jpg) repeat-x center;
	color: #fff;
	padding: 11px 20px 8px 20px;
	border-right: 0px solid #fff;
	
}

ul a:hover {
	background-color: #800;
	background-image: url(Graphix/brother-menu-blue.jpg);
}

h1
{
    color: red;
    font-family: Verdana;
    font-size: 12px;
    margin-left: 170px;
}

#adincontent
{
    margin-top: 20px;
    margin-left: 35px;
    width: 728px;
    height: 90px;
    border: 1px solid red;
}

#projektor
{
 margin-top: 10px;
 margin-left: 10px;
 width: 500px;
 height: 340px;
 border: 1px solid red;  
}

table
{
    margin-top: 0px;
    margin-left: 24px;
    width: 750px;
    height: 130px;
    border: 0px solid red;
}

table td
{
 width: 250px;
 height: 130px;
 border: 0px solid white;   
 padding: 0px 10px 0px 10px;
 background: black;
}

table .secondtable
{
    
    margin-top: 20px;
    width: 750px;
    height: 260px;
    border: 0px solid red;
    
}

.imglink 
{
    border: 1px solid red;
}

#projektorside
{
 margin-top: -342px;
 margin-left: 522px;
 width: 260px;
 height: 340px;
 border: 1px solid red;  
}

#tags
{
 margin-top: 20px;
 margin-left: 24px;
 font-family: verdana;
 font-size: 10px;
 color: White;
 width: 750px;
 height: 100px;
}

    

