@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/*background-image:url(graphics/tiling_main_bg.png);
	background-repeat:repeat-y;*/
}

html{
	
}

#header{
	background-image:url(graphics/top_tiling_bg.png);
	background-repeat:repeat-x;
	height:131px;
}

#inside_header{
	background-image:url(graphics/top_large_new3.png);
	background-repeat:no-repeat;
	height:131px;
}

#inside_header img{
	margin:10px;	
}

#main{
	margin-top:35px;
	
}

#left{
	float:left;
	margin-left:15px;
	width:160px;
}

#right{
	float:left;
	padding-left:140px;
	width:70%;
	
}

#mainmenu{
	margin:0;
	padding:0;
}

#mainmenu li{
	background-image:url(graphics/menubg.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:0;
	padding:5px 0 5px 10px;
	list-style:none;
	
}

#mainmenu li.active{
	background-image:url(graphics/menubg_active.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:0;
	padding-left:10px;
}

#mainmenu li.active a{
	color:#000000;	
}

#mainmenu li a{
	color:#ffffff;
	text-decoration:none;
}

#contactinfo, #contactinfo p{
	color:#828282;
	font-size:80%;
}

#contactinfo a{
	color:#828282;
}

#large_album{
	width:426px;
	height:380px;
	background-image:url(graphics/large_album_bg.png);
	background-repeat:no-repeat;
}

#front_album_top{
	width:218px;
	height:168px;
	background-image:url(graphics/album_front_top_bg.png);
	background-repeat:no-repeat;	
}

#front_album_bottom{
	width:218px;
	height:203px;
	background-image:url(graphics/album_front_bottom_bg.png);
	background-repeat:no-repeat;
	margin-top:3px;
}