@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.body #container {
	width: 780px;  
	height: 460px;
	overflow:hidden;
	background: #000000;
	margin: 0 auto;
	border: 0px;
	text-align: left;
}

.body #main {
	padding: 0 0px;
}

/*header*/
.body #header {
	background-image: url(../images/elements/headerback.gif);
	height: 80px;
	padding: 0px;
}

/*content*/
.body #content {
	height: 355px;
	width: 780px;
	overflow: hidden;
	padding: 0 0px; 
	text-align: right;
}

.body #backcontent {
	background-image:url(../images/elements/contentback.gif);
	height: 355px;
	width: 461px;
	overflow: hidden;
	padding: 0 0px; 
	float: left;
	text-align: right;
}

.body #expansioncontainer {
	position:relative;
    width:461px;
	padding: 0px;
	height:353px;
    left:0px;
	top:-355px;
	overflow:hidden;
	float: left;	   
}

.workimg {
	border: 1px solid #938991; 
}

                     
.body #examplePanel2 h1{
 	padding: 10px;  
}

.body #content h1{	
	color:#FF0000;
	padding: 30px; 
}

/*dividers*/
.body #divider {
	width: 20px;
	overflow: hidden;
	height: 355px;
	padding: 0 0px; 
	float: left;
}

.body #dividerone {
	width: 20px;
	overflow: hidden;
	height: 71px;
	padding: 0 0px; 	
	background: #DDDDDD;
	float: right;
}
.body #dividertwo {
	width: 20px;
	overflow: hidden;
	height: 71px;
	padding: 0 0px; 
	background: #DDDDDD;
	float: right;
}
.body #dividerthree {
	width: 20px;
	overflow: hidden;
	height: 71px;
	padding: 0 0px; 
	background: #DDDDDD;
	float: right;
}
.body #dividerfour {
	width: 20px;
	overflow: hidden;
	height: 71px;
	padding: 0 0px; 
	background: #DDDDDD;
	float: right;
}
.body #dividerfive {
	width: 20px;
	overflow: hidden;
	height: 71px;
	padding: 0 0px; 
	background: #DDDDDD;
	float: right;
}


/*grid*/
.body #thumbgrid {
	width: 294px;
	overflow: hidden;
	height: 354px;
	padding: 0px;
	padding-top: 1px;
	padding-left: 5px;
	float: right;
	text-align:left;
	background-color:#000000; 
}

.thumb	{ 
	position:relative; 
	float:left; 
	width:65px; 
	height:65px; 
	border: 1px solid #938991; 
	background-color:#655B63; 
	margin: 0px 4px 4px 0px;

}

.thumbimg { 
border:none;
 }
/*footer*/
.body #footer {
	height: 25px;
	text-align: right;
	width: 780px;
}
.body #footer p{
	color: #999999;
	padding-right: 15px; 
	font-family: "Verdana", "Arial", sans-serif;  
	font-size-adjust: 0.54;
	font-weight: 200;
	font-size: .5em;
	margin: 0;
}

/*text vidinfo*/
.vidinfo p {
	font-size:10px;
	font-family: "Verdana", "Arial", sans-serif;  
	text-align:justify;
	margin: 0;
	padding: 3px;
	line-height: 135%;	
	word-spacing: normal;
	font-weight: 500;	
}

a:link {
	color:red;
	text-decoration: none;
	outline: 0 none;
	-moz-outline: 0 none;
}
a:visited {
	text-decoration: none;
	outline: 0 none;
	color:red;
	-moz-outline: 0 none;
}
a:active {
	text-decoration: none;
	outline: 0 none;
	color:red;
	-moz-outline: 0 none;
}
a:hover {
	color: #DDDDDD;
	text-decoration: none;
	outline: 0 none;
	-moz-outline: 0 none;
}