html, body {
	color: #ccc;
	background: url('/css/img/bg.gif') left top repeat-x;
	font-family: "Tahoma", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}

h1
{
	color: #ddd;
	font-weight: bolder;
	font-size: 25px;
	/*padding: 0.08em ;*/
}

h1 a {
	text-decoration:none;
	color: white;
}


.nav-toggler{
	font-size: 20px;
	cursor: pointer;
	border-bottom: 1px white solid;
}

.nav-element {

}

.nav-element ul li{
	font-size: 15px;
	text-align: center;
	border-bottom: 1px #CCCCCC solid;
    padding: 2px;
	margin-left: 5px;
}

.nav-element ul li:hover {
	background-color: #CCCCCC;

}

.side-bar {
	padding-top: 50px;
}

.content
{
    text-align: center;
}

.footer
{
    text-align: center;
}

a
{
	color: white;
	text-decoration: none;
}


.right_arrow {
	cursor: pointer;
}

.left_arrow {
	cursor: pointer;
}

.content p.linkage
{
	margin-top: 1em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }


#tools {
position: absolute;
top: 240px;
right: 40px;
text-align: center;
z-index: 10001;
display: block;
}

#tools a{
font-size: medium;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}


#photoNumber {
position: absolute;
top: 355px;
right: 150px;
text-align: center;
z-index: 10001;

font-size:1.3em;
text-align: right;
width: 800px;
color:#FFFFFF;
display: block;
}

.content img {
	border: 2px solid white;
}
