body {
	background:url(backGround.gif) repeat-x;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS";
	color:#4269ae;
	letter-spacing:0.1px;
}
lang a {
	text-decoration:none;
	color:#333333;
}
h2 {
	font-size:18px;
}
#fullContainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#menuLeft {
	float:left;
	background:url(menuLeft.gif) no-repeat;
	height:36px;
	width:384px;
}
#menu {
	background:url(menuBackground.gif) no-repeat;
	height:36px;
	width:459px;
	float:left;
}
#menuContent {
	margin-left:12px;
	padding-top:6px;
}
#next {
	padding:10px;
	background:#FF9900;
	color:white;
	position:absolute;
	top:100;
	left:400px;
}
#menuContent a {
	color:#FFFFFF; 
	text-decoration:none;
	font-family:Tahoma;
	font-size:9px;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	outline:none;
	margin-right:5px;
	text-transform:uppercase;

}
#menuContent a:hover {
	color:#FFFFFF; 
	text-decoration:none;
	font-family:Tahoma;
	font-size:9px;
	background:#FFFFFF;
	color:#fba016;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:2px;
	padding-right:2px;
	
}
#menuContent .selected {
	color:#FFFFFF; 
	text-decoration:none;
	font-family:Tahoma;
	font-size:9px;
	background:#FFFFFF;
	color:#fba016;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:2px;
	padding-right:2px;
	
}
#shuffle {
	display:block;
	float:left;
	height:201px;
	width:900px;
}
#shuffleGallery {
	float:left;
	display:block;
	/* height:300px; */
}

.pics { padding:0; margin:0; overflow: hidden }
.pics img { padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img { -moz-border-radius: 10px; -webkit-border-radius: 10px; }

#container { float:left; }
#containerHeader {
	background:url(pageTop.gif) no-repeat;
	float:left;
	width:850px;
	height:60px;
	padding-left:50px;
}
#containerContent {
	background:url(back.jpg) repeat-y;
	width:770px;
	text-align:justify;
	padding-left:80px;
	padding-right:20px;
	float:left;
	text-align:justify;
	_position:relative;
	_top:-10px;
}
#containerEnd {
	_position:relative;
	_top:-10px;
	float:left;
	width:900px;
	background:url(pageEnd.gif) no-repeat;
	height:20px;
}
#containerContent .link { 
	color:#4269ae;
	text-decoration:none;
	padding-left:16px;
	background:url(link.gif) left no-repeat;
}

#containerContent .link:hover { 
	text-decoration:underline;
}

#containerContent #table {
	font-size:10px;
	font-family:Tahoma;
	border:1px solid #dedede;
	margin-bottom:10px;
	width:100%;
	background:#FFFFFF;
}
#containerContent #table td {
	padding:2px;
}