/* universal settings */
* {padding: 0; margin: 0; border: 0; font-family: Arial, Helvetica, sans-serif;}

/* re-defined tag settings */		
body { 	
  color: #999999; background: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.3em;
	}
h1 {color: #f90; font-size: 2em; font-weight: normal; text-align: right; padding: 80px 0 0 0;}
	
/* main structure */		
#container {background: transparent url(../images/cockerhoop.gif) no-repeat top left; text-align:left; width: 700px;
	height: 600px; margin:15px auto; position:relative; padding:0;}
	/* be kind to Opera */
	html>body .content{width: 700px;}

/* menu column */	
 #menu {position:absolute; top: 120px; left: 0px; background-color:#666666;width:700px;height: 18px;}

/* links in menu panel */
#menu a:link, #menu a:visited {font-size: 1.2em; font-weight: bold; color: #CCC; 
   text-decoration: none;}
#menu a:hover, #menu a:active {font-size: 1.2em; font-weight: bold; color: #f90; text-decoration: none;}
.topbutton { width: 200px; Padding:0px 20px; text-align:center; border-left: 1px solid #ccc; 
	list-style: none; display: inline; }
.firsttop {width: 200px; Padding:0px 20px; border-left: none; list-style: none;	display: inline;}

/* main column */
#middle {position: absolute; top: 160px; left: 0px; width: 700px; height: 900px; margin:0; padding:0;}
	html>body #middle {width: 700px;}
#middle p {padding-bottom:15px;}
#middle a:link, #middle a:visited, #middle a:active {color:#CCC; font-weight: regular; text-decoration: none;}
#middle a:hover {color: #f90; font-weight: regular; text-decoration: none;}

#moviethumbcontainer{position:relative; margin:0;padding:0;width:700px; height:120px;}
	html>body #moviethumbcontainer {width: 700px;}
#moviethumbcontainer a:link, #moviethumbcontainer a:visited, #moviethumbcontainer a:active 
    {color:#999999; font-weight: regular; text-decoration: none;}
#moviethumbcontainer a:hover {color: #f90; font-weight: regular; text-decoration: none;}
#photo{float:left;width:140px;height:110px;}
#text{float:right; width:550px; height:100px; padding-top:15px;}
#moviethumbcontainer p {padding:0; color:#CCCCCC; font-weight:regular;}
	
#photothumbcontainer{position:relative; margin:0; padding:0; width:700px; height:118px;}
	html>body #photothumbcontainer {width: 700px;}
#photothumbcontainer a:link, #photothumbcontainer a:visited, #photothumbcontainer a:active 
    {color:#999999; font-weight: regular; text-decoration: none;}
#photothumbcontainer a:hover {color: #f90; font-weight: regular; text-decoration: none;}
#photoleft{float:left;width:135px;height:118px;}
#photoright{float:right;width:135px;height:118px;}
#textleft{float:left;width:555px;height:118px; text-align:right; padding-top:15px; height:100px;}
#textright{float:right;width:555px;height:118px; padding-top:15px; height:100px;}
#photothumbcontainer p {padding:0; color:#CCCCCC; font-weight:regular;}