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

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

html{
	
}

#outerContainer{
width:1020px;
margin-left:auto;
margin-right:auto;
}

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

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

#inside_header img{
	margin:10px;	
}

#main{
	/*margin-top:35px;*/
	background-image:url(graphics/reflection.png);
	background-repeat:no-repeat;
	padding-top:35px;
	background-position:14px 0;
	
}

#left{
	float:left;
	/*margin-left:15px;*/
	width:169px;
}

#leftWhite{
width:169px;
/*height:433px;*/
background-image:url(graphics/adsTilingBg.png);
background-repeat:repeat-y;
background-position:14px 0;
}

#leftWhiteBottom{
height:29px;
background-image:url(graphics/adsBgBottom.png);
background-repeat:no-repeat;
background-position:14px 0;
}
#leftWhiteTop{
height:26px;
background-image:url(graphics/adsBgTop.png);
background-repeat:no-repeat;
background-position:14px 0;
}

#right{
	float:left;
	/*padding-left:140px;*/
	width:819px;
	height:889px;
	margin-left:15px;
	margin-top:5px;
	/*background-color:#ffffff;*/
	background-image:url(graphics/pencilbg.png);
	background-repeat:no-repeat;
	
	
}

#rightLeft{
	width:509px;
	float:left;
	padding-left:10px;
}

#rightRight{
	width:300px;
	padding-top:10px;
	float:left;
}

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

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

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

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

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

#contactinfo{
padding-left:19px;	
}

#contactinfo, #contactinfo p{
	color:#000000;/*#828282;*/
	
	font-size:10px;
}

#contactinfo a{
	color:#000000;/*#828282;*/
}

.flashAlbum{
	clear:both;
	background-image:url(graphics/newLayoutAlbumBg.png);
	background-repeat:no-repeat;
	width:283px;
	height:198px;
	padding:4px 0 0 4px;
}


.largearticle{
	padding:0 10px;	
}

#rightLeft h1{
background-image:url(graphics/frontHeadingsBg2.png);
background-repeat:no-repeat;
color:#ffffff;
font-size:18px;
padding:12px 0 11px 10px;
}

.largearticle h1{
background-image:url(graphics/frontHeadingsBg3.png);
background-repeat:no-repeat;
color:#ffffff;
font-size:18px;
padding:8px 0 11px 10px;
}
/*#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;
}*/

.editortools{
	background-color:#cccccc;
	padding:5px;
	border:1px solid #666666;
}

.dijitInputInner{
color:#000000 !important;	
}
