*{
	margin:0px;
	padding:0px;
}

body{
	margin:150px auto 50px 150px;
	font-family:"Lucida Grande", Tahoma, Sans-Serif;
	font-size:11px;
	line-height:18px;
	background:#FFFFFF url(/media/gfx/logo.gif) 140px 70px no-repeat;
}

/** MAIN BLOCKS **/
h1#header{
	font-size:15px;
	font-weight:bold;
	color:#336699;
}

h1#header span{
	font-weight:normal;
	color:#333333;
}

div#content{
	background:url(/media/gfx/border_black.gif) repeat-x bottom left;
	float:left;
	margin:20px 15px 0px 0px;
}

div#side{
	width:201px;
	background:url(/media/gfx/border_black.gif) repeat-x bottom left;
	float:left;
	margin:20px 0px 0px 0px;
}

/** DEFAULT **/
h1{
	font-size:14px;
	font-weight:normal;
}

h1 a:link, h1 a:visited{
	color:#000000;
	text-decoration:none;
	border:0;
}

h1 a:hover, h1 a:active{
	color:#336699;
	background-color:#FFFFFF;
	border:0;
}

h3{
	font-weight:bold;
	font-size:11px;
	margin:5px 0px -5px 0px;
	color:#336699;
}

h4{
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	margin:5px 0px;
	color:#000000;
	text-align:justify;
}

h5{
	font-size:9px;
	color:#000000;
	line-height:9px;
	margin:0px 0px 11px 0px;
}

h5 a:link, h5 a:visited{
	color:#000000;
	text-decoration:none;
}

h5 a:hover, h5 a:active{
	border:0px;
	background-color:#FFFFFF;
	color:#336699;
}

h6{
	font-weight:bold;
	font-size:11px;
	margin:0px;
	color:#336699;
}

p{
	margin:5px 0px;
	text-align:justify;
}

p.info{
	font-size:10px;
	color:#333333;
}


p.info a:link, p.info a:visited{
	text-decoration:underline;
	font-weight:bold;
}

p.info a:hover, p.info a:active{
	border:0px;
	background-color:#336699;
	color:#FFFFFF;
}

p#footer{
	padding:10px 0px 0px 0px;
	font-size:9px;
	color:#666666;
	clear:both;
}

a.sendform{
	text-align:right;
	font-weight:bold;
	text-decoration:none;
}

a.sendform:hover{
	background-color:#FFFFFF;
	border:0px;
	color:#336699;
}
		
span.date{
	font-weight:bold;
	font-size:10px;
}
		
ul{
	margin:5px 0px;
}

div#side div.item img{
	width:251px;
}



div.item{
	margin:0px 0px 25px 0px;
}

div#content div.item{
	width:435px;
}

div#content div.item.photobook{
	width:700px;
}
/** ITEM_LIST **/
ul.item_list{
	list-style:none;
}

ul.item_list li{
	margin:2px 0px;
}

ul.item_list li a:hover span.date{
	color:#000000;
}
		
/** FORM **/
fieldset{
	border:0;
}

legend{
	visibility:hidden;
}

ol{
	list-style:none;
}

label{
	float:left;
	display:block;
	width:90px;
}

label.req{
	font-weight:bold;
}

input, textarea{
	border:1px solid #CCCCCC;
	font-size:11px;
	padding:1px;
	color:#000000;
	margin:1px 0px;
}

input:focus, textarea:focus{
	background-color:#FCFCFC;
}
		
input{
	width:235px;
}
		
textarea{
	font-family:"Lucida Grande", Sans-Serif;
	width:295px;
	height:150px;
}

/** MENU **/
ul#menu{
	list-style:none;
	width:135px;
	position:fixed;
	top:178px;
	left:0px;
	text-align:right;
	opacity:0.5;
}

ul#menu:hover{
	opacity:1;
}
		
ul#menu li a{
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}
		
ul#menu li a:hover{
	color:#336699;
	border:0px;
	background-color:#FFFFFF;
}
		
ul#menu li.between{
	padding:2px 0px 0px 0px;
	background:url(/media/gfx/border_grey.gif) repeat-x top right;
	margin:2px 0px 0px 0px;
}

/** PHOTOBOOK **/
a img.photobook_image{
	width:175px;
	display:block;
	float:left;
	border:0;
	border-bottom:5px solid #FFFFFF;
}

a:hover img.photobook_image{
	border-bottom-color:#EEEEEE;
}

span.photobook_navigation{
	height:50px;
	width:100px;
	text-align:right;
	font-size:20px;
	float:right;
	margin:-30px 0px -20px 0px;
	color:#CCCCCC
}

span.photobook_navigation a{
	color:#AAAAAA;
	text-decoration:none;
}

span.photobook_navigation a:hover{
	color:#000000;
	background-color:#FFFFFF;
	border:0;
}

dl dt{
	width:100px;
	font-weight:bold;
	float:left;
}

dl dd{
	margin:0 0 0 100px;
}



a:link, a:visited{
	color:inherit;
	text-decoration:underline;
}

a:hover, a:active{
	background-color:#EEEEEE;
}