body {
	background-color: #7C7C7C;
	margin: 0;
	padding: 0;
	min-width: 780px;
	overflow-y: scroll;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	
}

h1	{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma;
	font-size: 20px;
	text-shadow: black 0 0 3px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}


img	{
	display: block;
	margin-right: 9px;
	}

p	{
	margin-left: 10px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	}

#footer a {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: white;
	}

#wrapper {
	background-color: #C4FF9A;
	border: 1px solid black;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	text-align: left;
      padding-bottom: 9px;
	}

#header {
	background: url(./images/top.jpg) repeat-x;
	max-width: 780px;
	height: 177px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin-top: 15px;
	margin-bottom: 0px;
	}




#menu {
	potition: relative;
	text-align: left;
	background-color: #FF9500;
	max-width: 780px;
}


.menu {
	width: 100%;
	height: 50px;
	background: url(./ina.png) repeat-x;
	z-index: 30;
	border-bottom: 1px solid #2f2e2e;
	}


#video {
	padding: 5px;	
	margin-right: auto;
	margin-left: auto;
	max-width: 638px;
	border: 1px solid #D06100;
	background-color: #FF7700;
	}

#test {
	margin-left: auto;
	margin-right: auto;
	}


	

#videotop {
	max-height: 100px;
	padding: 0px;
	}

#videolinkcontainer {
	float: left;
	padding: 5px;
	margin: 9px;
	max-width: 236px;
	max-height: 472px;
	background-color: #FF7700;
	}

#videolinkcontainer img {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	max-width: 224px;
	border: 1px solid black;
	}

#videolinkcontainer a {
	margin-left: 2px;
	font-family: Tahoma;
	font-size: 15px;
	text-shadow: black 0 0 3px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}
	

	
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	max-width: 780px;
	height: 50px;
	background: url(./ina.png) repeat-x;
	z-index: 30;
	border-bottom: 1px solid black;
	border-left: black 1px solid;
	border-right: black 1px solid;
	}

ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  z-index: 100;
}


ul li {
  float: left;
}

li ul {
 display: none; 
}

ul li a {
  display: block;
  height: 50px;
  float: left;
  text-decoration: none;
  color: white;
  border-right: 1px solid #4B4B4B;
  line-height: 50px;
  padding: 0 14px;
  background: url(./ina.png);
  font-family: Tahoma;
  font-weight: bold;
  font-size: 15px;
  text-shadow: black 0 0 3px;
  text-align: center;
  white-space: nowrap;
}

ul li a:hover {
 background: url(./act.png) repeat-x;
 z-index: 100;
}

li.selected a {
	background: url(./act.png) repeat-x;
}

#titlewrapper {
	background: grey;
	margin: 9px 0px 0px 9px;
	width: 191px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

#titlewrapper p 	{
	margin-left: 10px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: white;
	}

#pagetitle {
  display: block;
  height: 50px;
  text-decoration: none;
  color: white;
  border-right: 1px solid #4B4B4B;
  line-height: 50px;
  padding: 0 14px;
  background: url(./ina.png);
  font-family: Tahoma;
  font-weight: bold;
  font-size: 15px;
  text-shadow: black 0 0 3px;
  text-align: center;
  white-space: nowrap;
}
	

#container {
	float: right;
	margin: 9px 9px 0px 0px;
	padding: 9px;
	position: relative;
	min-width: 550px;
	max-width: 550px;
	background-color: white;
	border: 1px solid black;
}

#container a{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-color: #646464;
	text-decoration: none;
	}

#description {
	CLEAR: BOTH;
	margin: 9px 9px 0px 9px;
	padding: 9px;
	position: relative;
	max-width: 100%;
	background-color: #FFD8A2;
	border: 1px solid #D06100;
}

#container .thumb {
	float: left;
	position: relative;
	border: 1px solid #D06100;
	width: 100%;
	height: 200px;
	}

#container .thumb img {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 200px;
	}
#container .thumb a {
	margin-left: 5px;
	font-family: Tahoma;
	font-size: 15px;
	text-shadow: black 0 0 3px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	position: absolute;
	}

.clear {
	clear: both;
	}

#clearthis {
	margin : 0px;
	height : 0px;
	clear : both;
	float : none;
	font-size : 0px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}
