 	/*Pages gallery  IndThumbnails */
        /*Body Attributes*/
html
{	margin:0;
	padding:0;
}

body
{ 	background: url(../images/tripodBG.jpg);
	background-repeat: repeat;	
	font: 100%/1.6em Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

/*---------------------------------------*/
	/*Background size and colour*/
#container
{	
	position: relative;
	background: url(../images/webbackground-new.jpg);
	background-repeat: repeat-y;
	width: 750px;
	height:670px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-width:5px;
	border-style:solid;
	border-color:#ff0000;
	/*text-align:center;*/
	border: 5px #ff0000 solid;}
/*---------------------------------------*/
         /*header container   */
#header
{
	position:relative;
	top: 5px;
	width: 100%;
}
/*---------------------------------------*/
         /*tripod image   */
#logo
{
	position: relative;
	width: 45px;
	float: left;
	padding-left: 5px;
	border-style:none;
}
/*---------------------------------------*/
	/*club name*/
h1
{
	float:left;
	padding-bottom: 4px;
	margin-top: 10px;
	width:680px;
	color: #f00;
	
}
/*---------------------------------------*/
	/*navigation*/
ul#nav
{
	position:relative;
	left: 15px;
	top: 5px;
	width:685px;
	list-style-type:none;
}
ul#nav a
{
	float: left;
	width: 58px;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
	color:black;
	background-color:#c0c0c0;
	border-color: black;
 	border-width: 1px 1px 1px 0;
 	border-style: solid;
 	display: block;
 	padding: 1px;
}

ul#nav li.first a 
{
 	border-width: 1px;
}

ul#nav li 
{
	display: inline;
}
/*---------------------------------------*/
	/*navigation-hover*/
ul#nav a:hover	
{
	color:white;
	background-color:#2396ff;
}
/*	End Of Navigation                */         
/*---------------------------------------*/

	/*page content container*/
div#page_content
{
	position: absolute;
	top: 100px;
 	left:5px;
	width: 750px;
	/*font-size: 12px;*/
	/*font-weight: normal;*/
		
}
/*---------------------------------------*/
p.page_name
{	
	color: blue;
	margin-top: 27px;
	font-family: Helvetica;
	font-weight: bold;
	font-style: oblique;
	font-size: 28px;
	text-align: center;
}
/*=======================================*/

/*	thumbnails
table.five
{
	table-layout: fixed;
}
                        */
table.four
{
	table-layout: fixed;
	width: 100%;
}
table.three
{
	table-layout: fixed;
	width: 100%;
}
tr.thumbnails td
{
	/*width: 16%;*/
}
tr.judge
{
	font-size: 12px;
	color: red;
	line-height: 120%;
}
/*Pictorial,Portrait etc */
tr.section	
{
	width: 100%;
	font-size: 12px;
	font-weight:bold;
	color: black;
}
/*Title,Award,Author */
tr.name 	
{
	font-size: 10px;
	color: black;
}
tr.name td
{
	height:10px;
	line-height: 100%;
}
td.best 	
{
	font-size: 12px;
	line-height: 90%;
	padding-top: 25px;
	color: red;
}
/*---------------------------------------*/
table.two
{
	table-layout: fixed;
	margin-left:auto;
 	margin-right:auto;
	font-size: 12px;
}
	/*Prev, Next buttons */
tr.pointer td	
{
	height:32px;
	line-height: 100%;
}
td.filler
{
	width: 15%;
}	
td.prevnext
{
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
	font-size: .9em;
	font-weight: bold;
	color: red;
	width: 30%;
}
td.prev a, td.next a
{
	position:relative;
	text-decoration: none;
	color: black;
	background-color:#e0e0e0;
	border-color: red;
	border-width: 2px;
	border-style: solid;
	padding: 5px 15px 5px 15px;	
	display: inline;
	width:15%;
}
td.next a
{
	padding: 5px 25px 5px 25px;
}
td.prev a:hover, td.next a:hover 	
{
	color:white;
	background-color:#2396ff;
}
p.small
{
	font-size: 10px;
	color: black;
	line-height: 100%;
}
/*---------------------------------------*/
