/* andreas05 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font:72% verdana,tahoma,sans-serif;
background:#ccc url("images/bodybg.gi") repeat;
color:#303030;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#286ea0;
}

a:hover{
background-color:inherit;
color:#303030;
}

h1{
margin:0;
font-size:2.6em;
letter-spacing:-2px;
text-align:right;
background-color:inherit;
color:#888;
}

h2{
margin:5px 0 10px 0;
font-size:1.4em;
letter-spacing:-1px;
font-weight:bold;
color:#fff;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
}

/*
img{
float:left;
margin:0 10px 10px 0;
}
*/

#title{
margin:40px auto -9px auto;
width:900px;
}

#container{
margin:0 auto 15px auto;
width:900px;
height:500px;
padding:10px 10px 10px 15px;
background:#ffffff url("images/main-bg-eye-menu.jpg") top left no-repeat;
color:#303030;
border:15px solid #fff;
}

#sidebar{
float:left;
width:100px;
height:270px;
padding:275px 10px 0 0px; 
/*background: url("images/front.png") bottom left no-repeat;*/
}

#main{
width:675px;
height:470px;
padding:10px 10px 0 0;
float:right;
overflow:auto;
}

#footer{
clear:both;
float:right;
padding: 0px 0 0 0;
}

#thumbnailtable{
	width: 510;
	height: 510;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	padding: 10px 0 0 130px;
}
#thumbnailtable td{
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
	padding: 8px 8px;
}
#thumbnailtable td.blanktablecell{
	width: 80px;
	height: 80px;
	border: 0px solid #ffffff;
	padding: 8px 8px;
}

#thumbnailtabletears{
	width: 510;
	height: 510;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	padding: 10px 0 0 80px;
}
#thumbnailtabletears td{
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
	padding: 8px 8px;
}
#thumbnailtabletears td.blanktablecell{
	width: 80px;
	height: 80px;
	border: 0px solid #ffffff;
	padding: 8px 8px;
}

#space{
	
	margin-top:2px;
}

#space2{
	
	margin-top:4px;
}

.menu{
display:block;
width:100px;
padding:4px 2px 4px 10px;
font-size:1.0em;
font-weight:bold;
background-color:inherit;
color:#fff;
border:1px solid #ffffff;
}

.menuspacer{
display:block;
width:100px;
padding:4px 2px 0px 10px;
font-size:1.0em;
font-weight:bold;
background-color:inherit;
color:#444;
border:0px solid #ffffff;
}

.menu:hover{
background-color:#ffffff;
color:#286ea0;
border:1px solid #ffffff;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

