* {
margin: 0;
padding: 0;
}

body {
    margin-left: 0%;
    margin-top: 15%;
    margin-right: 0%;
    margin-bottom: 15%;
    text-align: center;
    background: #222;
    color: #00f;
}

#headermaster {
	width: 900px;
	height: 224px;
	border: 0px solid #f00;
	background-color: Black;
	}
ul, li {
	list-style: none;
}
#headerright {
	width: 738px;
	height: 222px;
	background-color: Black;
	border: 0px solid #00f;
	float: right;
}
.headerleft {
	width: 160px;
	height: 222px;
	background-position: left;
	background-color: Black;
	border: 0px solid #00f;
}

#wrapper {
	width: 900px;
	height: 225px;
	background: #fff url("images_v3/sidebar.gif") repeat-y;
	background-position: center;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

h1 {
width: 150px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;

text-align: left;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 731px;
height: 30px;
background-color: #333;
float: left;
font: 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 8px;
color: #fff;
margin-top: 1px;
cursor: default;
text-align: left;
}
h2:first-letter {
color: #f00;
text-decoration: underline;
}
h6 {
	font: bold 16px/15px arial, verdana, tahoma, sans-serif;
	color: #000;
	padding-left: 5px;
	
}
h6:first-letter {
color: #f00;
text-decoration: underline;
}
#nav {
	list-style: none;
	border-right: 1px solid #fff;
	height: 223px;
	width: 160px;
	text-align: left;
	float: left;
}
#nav1 {
	list-style: none;
	border-right: 1px solid #fff;
	height: 223px;
	width: 160px;
	text-align: left;
	float: left;
}
#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 150px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
background-image: url("images_v3/bullet1.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}
#nav1 li a:hover {
background-image: url("images_v3/bullet1.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
background-color: #333;
}

#menuvalg a {
background-color: #333;
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
height: 295px;
background-color: #ccc;
float: left;
border-top: 1px solid #f00;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#content {
	width: 898px;
	height: 295px;
	border: 0px solid #f00;
	margin: 40px 0px;
	
}
#contentleft {
	width: 160px;
	height: 305px;
	float: left;
	border: 0px solid #00f;
	background-color: #ccc;
	
}
#contentright{
	width: 723px;
	height: 295px;
	float: right;
	border: 0px solid #00f;
	background-color: White;
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
}
.sidebaritemvideo
{
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid Red;
	height: auto;
}

