body
{
	background: #446797 url(/img/background.png);
	color: #446797;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -1px;
	margin: 0;
}

a
{
	color: #0d4593;
}

a:hover
{
	color: #0a346f;
	background-color: #dae3f1;
}

a.nodecoration:hover,
#lightbox-gallery a:hover
{
	text-decoration: none;
	background: transparent;
}

small
{
	font-size: 85%;
}

/*
.dimmer
{
	color: #2d5bcf;
}
*/

#container
{
	margin: 0 auto 15px auto;
	width: 960px;
	background-color: #ffffff;
}

#header
{
 	position: relative;
 	margin-top: -10px;
}

h1 a
{
	display: block;
	width: 960px;
	height: 150px;
	background: url(/img/title.png) no-repeat center;
	overflow: hidden;
	margin: 0 0 -50px 0;
	text-indent: -1000em;
}

h1 a:hover
{
	background: url(/img/title.png) no-repeat center;
}

#header img
{
	position: absolute;
	right: 40px;
	top: 8px;
}


h2
{
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

h3
{
	text-align: left;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 40px;
}

#main
{
	width: 920px;
	padding: 0 20px;
/*  	border: 1px solid green; */
}

#navbar
{
	width: 960px;
	height: 35px;
 	background: #c7d1e0; /*url(/img/navbar-bg.png) no-repeat top center;*/
	list-style: none;
	padding-left: 0;
}

#navbar > li
{
	float: left;
	position: relative;
	width: 236px;
}

#navbar > li > a
{
	background: url(/img/navbar-en.png) no-repeat;
	height: 35px;
	margin: 0; 
	float: left;
	text-indent: -1000em;
 	position: relative;
}

#navbar #nav_about > a
{
	margin: 4px 82px;
	width: 75px;
}

#navbar #nav_photography > a
{
	margin: 4px 41px;
	width: 157px;
	background-position: -76px 0;
}

#navbar #nav_webdesign > a
{
	margin: 5px 50px;
	width: 139px;
	background-position: -233px 0;
}

#navbar #nav_contact > a
{
	margin: 5px 71px;
	width: 97px;
	background-position: -372px 0;
}

/********/

#navbar li ul
{
	background: url(/img/transparent-90.png);
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	width: 200px;
	border: #e2f9ff 2px solid;
	border-top: 2px transparent;
	list-style: none;
}

#navbar li ul a
{
	text-decoration: none;
}

#navbar li ul li
{
	margin: 5px 10px 5px -25px;
}

/********/

#nav_scissors
{
	width: 936px;
	height: 24px;
	background: url(/img/scissors.png) center no-repeat;
	margin: 10px auto -10px auto;
}

/********/

img
{
	border: 0;
	margin: 0;
	padding: 0;
}


.clear
{
	clear: both;
}

ul
{
	margin-bottom: 35px;
}

/*********/

#footer
{
	position: relative;
	border-top: solid 2px #96aac8;
	background: #c7d1e0;
	height: 1.5em;
	text-align: center;
}

#footer span
{
	position: absolute;
	right: 25px;
	font-size: 90%;
}

/********/

.centerincenter
{
	margin: 0 auto;
	text-align: center;
}