/* ######################### MAIN ######################### */

* { margin: 0; padding: 0; font: bold 12px Tahoma, Arial, Verdana, sans-serif; }
hr { display: none; clear: both; }
strong { font-weight: bolder; }
em { font-style: italic; }
img { color: white; background-color: #004D7B; }

body { color: #0071B5; background: #C3E9FF url(images/body_bgrd.png) repeat-x; }
#wrapper { width: 1100px; margin: 0 auto; }

p, li { line-height: 15px; font-weight: bold; }

.hidden { visibility: hidden; }

/* ######################### HEADER ######################### */

#header { height: 343px; background: url(images/header_bgrd.jpg) no-repeat; }

/* ------------------------- Logo and Slogan ------------------------- */
#header h1 { position: relative; top: 207px; left: 97px; width: 260px }
#header h1 a { display: block; overflow: hidden; width: 251px; height: 38px; text-indent: -1000px;  background: url(images/logo.png); }
#header .slogan { display: none; }


/* ------------------------- Top Menu ------------------------- */
#header .navigation { position: relative; top: -33px; left: 830px; }
#header .navigation li { float: left; list-style: none; }
#header .navigation li a { display: block; overflow: hidden; height: 14px; margin: 0 7px 0 5px; text-indent: -10000px; }

/* ------------------------- Top Menu Items Lines ------------------------- */
#header .navigation li.home 	{ background-image: url(images/top_menu_slash.png); }

/* ------------------------- Top Menu Items hovers ------------------------- */
#header .navigation li 	{ background: right top no-repeat; }

/* ------------------------- Menu Items ------------------------- */
#header .navigation li.home a { width: 50px; background-image: url(images/top_menu_home.png); }
#header .navigation li.feedback a { width: 60px; background-image: url(images/top_menu_feedback.png); }

#header .navigation li a { background: 0 3px no-repeat; }
#header .navigation li a:hover { background-position: 0 -17px; }

/* ------------------------- Main Menu ------------------------- */
#navigation { height: 45px; background: url(images/menu_bgrd.jpg) no-repeat; }
#navigation ul { padding: 11px 0 0 80px;  }
#navigation li { float: left; list-style: none; }
#navigation li a { display: block; overflow: hidden; height: 26px; margin: 0 5px 0 5px; text-indent: -10000px; }

/* ------------------------- Menu Items ------------------------- */
#navigation li.you_know a 	{ width: 147px; background-image: url(images/menu_do_you_know.png); }
#navigation li.collect a 		{ width: 194px; background-image: url(images/menu_collect.png); }
#navigation li.photo_world a 	{ width: 110px; background-image: url(images/menu_photo_world.png); }
#navigation li.funny a 			{ width: 97px; background-image: url(images/menu_funny.png); }
#navigation li.feedback a 		{ width: 139px; background-image: url(images/menu_say_how.png); }
#navigation li.blog a 			{ width: 61px; background-image: url(images/menu_blog.png); }

#navigation li a { background: no-repeat; }
#navigation li a:hover, #navigation li.selected a { background-position: 0 -30px; }

/* ------------------------- Menu Items Lines ------------------------- */
#navigation li.you_know 	{ background-image: url(images/slash.png); }
#navigation li.collect 		{ background-image: url(images/backslash.png); }
#navigation li.photo_world 	{ background-image: url(images/slash.png); }
#navigation li.funny		{ background-image: url(images/backslash.png); }
#navigation li.feedback		{ background-image: url(images/slash.png); }
/*#navigation li.blog		{ background-image: url(images/slash.png); }*/

/* ------------------------- Menu Items hovers-------------------------  */
#navigation li { background: right 4px no-repeat; }



/* ######################### CONTENT ######################### */
#content { float: left; width: 750px; }

#content .middle 	{ position: relative; }
#content .left 		{ position: absolute; left: 0; top: 0; bottom: 0; width: 100px; }
#content .center 	{ width: 600px; margin: 0 50px 0 100px; }
#content .right 	{ position: absolute; right: 0; top: 0; bottom: 0; width: 40px; }
#content .bottom 	{ clear: both; }

#content .main .left 		{ background: url(images/middle_lb_bgrd.png) left bottom no-repeat; }
#content .main .right 		{ background: url(images/middle_rb_bgrd.png) left bottom no-repeat; }
#content .secondary .left 	{ background: url(images/news_lb_bgrd.png) left bottom no-repeat; }
#content .secondary .right 	{ background: url(images/news_rb_bgrd.png) left bottom no-repeat; }

#content .main .middle 		{ overflow: hidden; background: url(images/middle_1px_bgrd.gif) repeat-y; }
#content .main .top 		{ height: 28px; background: url(images/middle_top_bgrd.png) no-repeat; }
#content .main .lefttop 	{ height: 242px; background: url(images/middle_lt_bgrd.png) no-repeat; }
#content .main .righttop 	{ height: 242px; background: url(images/middle_rt_bgrd.png) no-repeat; }
#content .main .bottom 		{ height: 44px; background: url(images/middle_bottom_bgrd.png) no-repeat; }

#content .secondary .middle 	{ overflow: hidden; background: url(images/news_1px_bgrd.gif) repeat-y; }
#content .secondary .top 		{ height: 32px; background: url(images/news_top_bgrd.png) no-repeat; }
#content .secondary .lefttop 	{ height: 80px; background: url(images/news_lt_bgrd.png) no-repeat; }
#content .secondary .righttop 	{ height: 80px; background: url(images/news_rt_bgrd.png) no-repeat; }
#content .secondary .bottom 	{ height: 94px; background: url(images/news_bottom_bgrd.png) no-repeat; }

/* ------------------------- content ------------------------- */
#content hr { display: block; margin: 20px 0; border-top: 1px dashed #9ed2f7; border-bottom: 1px dashed #9ed2f7; }
#content p a { color: #398A00; text-decoration: none; }
#content p a:hover { text-decoration: underline; }

#content .main .center { min-height: 420px; }

#content .main h1 { margin: 0 0 20px 0; color: #0071B5; font: italic bold 19px Verdana, Arial, sans-serif; text-align: center; }
#content .main h2 { margin: 20px 0 10px 0px; color: #398A00; font-size: 14px; font-weight: bold; text-align: center; }

#content .main .side_image { float: left; margin: -20px 0 0 0; }

#content .main .bottom { padding: 11px 0 0 280px; } 
#content .main .bottom a { display: block; width: 233px; height: 24px; padding: 8px 0 0 15px; color: #FFF; text-decoration: none; font-weight: bold; background: url(images/middle_button.png) no-repeat; }
#content .main .bottom a:hover { background-position: 0 -49px; }

#content .secondary .top { padding: 15px 0 0 113px }
#content .secondary h2 { overflow: hidden; height: 16px; text-indent: -10000px; background: url(images/news_title.png) no-repeat; }

#content .secondary .center { padding: 15px 0 0 0; }

#content p, #content h3 { margin: 0 0 10px 0; }
#content .secondary .photo { margin: 0 0 1px 0; }
#content .secondary .photo img { display: block; float: left; width: 140px; height: 140px; margin: 0 15px 0 0; border: 5px solid #0071B5; }

#content .date { color: #FFF; font-size: 10px; font-weight: bold; }
#content .date span { padding: 1px 5px 2px 5px; background: #FF5D08; font-size: 10px; font-weight: bold; }
#content .secondary h3 { color: #398A00; font-weight: bold; }
#content .secondary .content { overflow: hidden; margin-bottom: 10px; }

#content .more { padding: 0px 0 0 165px; }
#content .more a { display: block; width: 105px; height: 22px; padding: 2px 0 0 8px ; color: #FFF !important; text-decoration: none; font-size: 11px; font-weight: bold; background: url(images/news_button.png) no-repeat; }
#content .more a:hover { background-position: 0 -30px; text-decoration: none !important; }


/* ------------------------- Cloud Fix: negative margin ------------------------- */
#content .secondary .bottom { margin-bottom:-50px; }


/* ######################### SIDEBAR ######################### */

#sidebar { float: left; width: 350px; }

#sidebar .title h2 { overflow: hidden; height: 40px; text-indent: -10000px; }
#sidebar .title.blog { background: url(images/sb1_title_bgrd.png) no-repeat; }
#sidebar .title.photo-world { background: url(images/sb2_title_bgrd.png) no-repeat; }

#sidebar .middle 	{ position: relative; }
#sidebar .left 		{ position: absolute; left: 0; top: 0; bottom: 0; width: 30px; }
#sidebar .center 	{ width: 205px; margin: 0 115px 0 30px; min-height: 200px; }
#sidebar .right 	{ position: absolute; right: 0; top: 0; bottom: 0; width: 115px; }
#sidebar .bottom 	{ clear: both; }

#sidebar .secondary .left 	{ background: url(images/sb2_lb_bgrd.png) left bottom no-repeat; }
#sidebar .secondary .right 	{ background: url(images/sb2_rb_bgrd.png) left bottom no-repeat; }

#sidebar .main .middle 		{ overflow: hidden; background: url(images/sb1_1px_bgrd.gif) repeat-y; }
#sidebar .main .top 		{ height: 25px; background: url(images/sb1_top_bgrd.png) no-repeat; }
#sidebar .main .lefttop 	{ height: 235px; background: url(images/sb1_left_bgrd.png) no-repeat; }
#sidebar .main .righttop 	{ height: 205px; background: url(images/sb1_right_bgrd.png) no-repeat; }
#sidebar .main .bottom 		{ height: 59px; background: url(images/sb1_bottom_bgrd.png) no-repeat; }

#sidebar .secondary .middle 	{ overflow: hidden; background: url(images/sb2_1px_bgrd.gif) repeat-y; }
#sidebar .secondary .top 		{ height: 25px; background: url(images/sb2_top_bgrd.png) no-repeat; }
#sidebar .secondary .lefttop 	{ height: 120px; background: url(images/sb2_lt_bgrd.png) no-repeat; }
#sidebar .secondary .righttop 	{ height: 120px; background: url(images/sb2_rt_bgrd.png) no-repeat; }
#sidebar .secondary .bottom 	{ height: 70px; background: url(images/sb2_bottom_bgrd.png) no-repeat; }

/* ------------------------- content ------------------------- */
#sidebar .blog h2 { background: url(images/sb1_title.png) 21px center no-repeat; }
#sidebar .photo-world h2 { background: url(images/sb2_title.png) 21px center no-repeat; }



#sidebar .main ul { margin: 10px 10px 10px 0; }
#sidebar .main li { overflow: hidden; padding: 0; list-style: none; text-indent: 13px;  border-bottom: 1px dashed #ace1ff; }
#sidebar .main li.last { border-bottom: 0; }
#sidebar .main li a { display: block; margin: 2px 0; padding: 10px 0 10px 6px; color: #FFF; font-size: 11px; font-weight: bold; text-decoration: none; background: url(images/bullet_blue.png) 5px 13px no-repeat; }
#sidebar .main li a:hover { background: url(images/bullet_white2.png) 7px 13px no-repeat;  }
#sidebar .main li a.selected { background: #0071B5 url(images/bullet_white.png) 6px 13px no-repeat;  }


#sidebar .secondary li { float: left; margin: 0 4px 4px 0; padding: 7px 7px 6px 7px; list-style: none; background: url(images/sb2_pic_bgrd.png) no-repeat; }
#sidebar .secondary img { display: block; width: 84px; height: 84px; border: 0; }

#sidebar .more { padding: 10px 0 0 30px; }
#sidebar .more a { display: block; width: 102px; height: 22px; padding: 2px 0 0 8px ; color: #FFF; text-decoration: none; font-size: 11px; font-weight: bold; background: url(images/sb_button.png) no-repeat; }
#sidebar .more a:hover { background-position: 0 -30px; }


/* ######################### FOOTER ######################### */

#footer * { color: #004e7c; font-size: 10px; font-weight: normal; }
#footer { clear: both; padding-bottom: 50px; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer h4, #footer li { float: left;  }

#footer h4 { width: 200px; margin: 0 212px 0 75px; }
#footer h4 a { font-weight: bold; }

#footer ul { float: left; width: 250px; margin-top: -1px; list-style: none; }
#footer li { padding: 0 5px 0 5px; border-right: 1px solid #004e7c; }
#footer li.last { padding: 0 5px 0 5px; border-right: 0; }

/* ------------------------- h4 needed ------------------------- */
h4#mag { margin: -4px 0 0 65px; direction: rtl; }
#mag a { display: block; overflow: hidden; width: 119px; height: 21px; text-indent: -10000px; background: url(images/mag_logo.gif) no-repeat; }
#mag a:hover { text-decoration: none; }


/* ######################### CUSTOMS ######################### */

/* ------------------------- Home Page ------------------------- */
.home .family-img { text-align: center; }

.home #content .main h2 { margin-left: 210px; color: #FFF; text-align: left; }
.home #content .main h2 span { padding: 2px 7px 3px 7px; background: #398A00; font-size: 14px; font-weight: bold; }

.home #content .main ul { margin: 0 0 0 210px; }
.home #content .main li { padding: 7px 0 7px 25px; color: #398A00; line-height: 16px; font-weight: bold; list-style: none; background: url(images/bullet_green.png) 0 6px no-repeat; }

.home #sidebar .secondary .bottom { margin-bottom: -400px; }
.home #footer h4 { width: 222px; margin-right: 50px; margin-left: 75px; }
.home h4#mag { width: 115px; margin-right: 0; margin-left: 0; }
.home #footer ul { width: 280px; }

/* ------------------------- FeedBack Page ------------------------- */
.feedback #content .main .bottom { height: 120px; margin-bottom:-60px; }

.feedback #content h1 { color: #398A00; font-style: normal; /*font-weight: normal;*/ }
.feedback #content p { color: #0071B5; line-height: 16px; font-weight: bold; }

.feedback form label { display: block; width: 85px; height: 19px; margin: 10px 0 5px 0; padding: 3px 0 0 10px ; color: #FFF; font-weight: bold; cursor: pointer; }

.feedback form .name, .feedback form .mail { margin-top: 10px; }

.feedback form .name label 		{ background: url(images/label_green_bgrd.png) no-repeat; }
.feedback form .mail label 		{ background: url(images/label_blue_bgrd.png) no-repeat; }
.feedback form .subject label 	{ background: url(images/label_orange_bgrd.png) no-repeat; }
.feedback form label.content 	{ background: url(images/label_yellow_bgrd.png) no-repeat; }

.feedback form div.name, .feedback form div.mail { background: url(images/form_input_bgrd.png) 0 37px no-repeat; }
.feedback form div.subject 	{ background: url(images/form_long_input_bgrd.png) 0 47px no-repeat; }
.feedback .form_content 	{ background: url(images/form_textarea_bgrd.png) no-repeat; }
 
.feedback form input, .feedback form textarea { display: block; width: 581px; height: 15px; margin: 0 0 20px 0; padding: 0; color: #005195; background: none; border: 0; }
.feedback form .name, .feedback form .mail { width: 290px; float: left; }
.feedback form div.subject { clear: both; padding: 10px 0; }
.feedback form div.subject.no-padding { padding: 0; }
.feedback form .name { margin-right: 15px; }
.feedback #form_name, .feedback #form_mail { width: 275px; margin: 10px 7px; }
.feedback #form_subject { margin: 10px 7px; }

.feedback form .form_content { height: 142px; width: 584px; margin-bottom: 5px; padding: 4px 4px 5px 7px; }
.feedback form #form_content { height: 142px; width: 100%; }

.feedback #content .main .bottom { height: 130px; padding: 0 0 0 65px; }
.feedback #form_submit { width: 113px; height: 27px; margin: 0 auto; padding: 0 0 0 20px ; color: #FFF; text-align: left; font-size: 11px; font-weight: bold; background: url(images/news_button.png) 0 5px no-repeat; border: 0;  }
.feedback #form_submit:hover { background-position: 0 -25px; }

.feedback form .message { color: #FF5D08 !important; }
.feedback form .message label { display: inline; margin: 0; padding: 0; color: #FF5D08; }
.feedback form .message label:hover { text-decoration: underline; }


.feedback #sidebar .secondary { margin-bottom: -2000px; }
.feedback #footer h4 { width: 170px; margin-right: 100px; margin-left: 75px; }
.feedback #footer ul { width: 280px; }
.feedback h4#mag { width: 110px; margin-right: 0; margin-left: 0; }

/* ------------------------- Media Page ------------------------- */
.media #content { width: 1100px; }

.media #content .center { width: 872px; }
.media #content .right { width: 128px; }

.media #content .main .top { background-image: url(images/middle_top_bgrd2.png); }
.media #content .main .middle { background-image: url(images/middle_1px_bgrd2.gif); }
.media #content .main .righttop { background-image: url(images/middle_rt_bgrd2.png); }
.media #content .main .right { background-image: url(images/middle_rb_bgrd2.png); }
.media #content .main .bottom { height: 120px; margin-bottom:-60px; background-image: url(images/middle_bottom_bgrd2.png); }

.media #content h2 { overflow: hidden; width: 244px; height: 37px; margin-left: 0; text-indent: -1000px; }
.media #content h2.wallpapers { background: url(images/title_wallpapers.png); }
.media #content h2.music { background: url(images/title_music.png); }
.media #content h2.games { background: url(images/title_games.png); }

.media #content ul.wallpapers { float: left; margin: 20px 45px 20px 0; }
.media #content ul.wallpapers li { margin: 5px 0 0 6px; padding: 0 0 0 15px; list-style: none; background: url(images/bullet_blue2.png) left 3px no-repeat; }
.media #content ul.wallpapers li.img { margin: 0; padding: 7px 7px 6px 7px; background: url(images/middle_84pic_bgrd.png) no-repeat; }
.media #content ul.wallpapers li.img img { display: block; width: 84px; height: 84px; }
.media #content ul.wallpapers li a { color: #FF6100; font-size: 11px; font-weight: bold; text-decoration: none; }
.media #content ul.wallpapers li a:hover { text-decoration: underline; }

.media #content ul.music { margin: 20px 15px 20px 0; }
.media #content ul.music li { float: left; width: 400px; margin: 0 15px 20px 0; list-style: none; }
.media #content ul.music img { float: left; width: 175px; height: 175px; margin: 0 15px 0 0; border: 1px solid #CCC; }
.media #content ul.music h3 { margin-bottom: 5px; color: #FF6100; font-size: 16px; font-weight: bold; }
.media #content ul.music p { margin-bottom: 0px; }
.media #content ul.music .more { margin-top: 10px; padding-left: 190px; }
.media #content ul.music .more a { padding-left: 20px; }

.media #content ul.games { float: left; margin: 20px 30px 20px 0; }
.media #content ul.games li { margin: 5px 0 0 6px; list-style: none; }
.media #content ul.games li.img { margin: 0; padding: 6px 7px 6px 8px; background: url(images/middle_130pic_bgrd.png) no-repeat; }
.media #content ul.games li.img img { display: block; width: 127px; height: 98px; }
.media #content ul.games li strong { color: #FF6100; font-size: 14px; font-weight: bold; }
.media #content ul.games .more { padding-left: 0px; }
.media #content ul.games .more a { padding-left: 20px; }

.media #content .music-in .img img { float: left; width: 280px; height: 280px; margin: 0 15px 20px 0; border: 1px solid #CCC; }
.media #content .music-in .cnt { overflow: hidden; }
.media #content .music-in h3 { margin-bottom: 5px; color: #FF6100; font-size: 16px; font-weight: bold; }
.media #content .music-in h4 { margin-bottom: 5px; color: #398A00; font-size: 14px; font-weight: bold; }
.media #content .music-in p { margin-bottom: 0px;  }

.media #content .music-in dl { overflow: hidden; float: left; }
.media #content .music-in dt { clear: left; float: left; width: 200px; padding-top: 10px; padding-left: 25px; color: #636563; background: url(images/bullet_sound.png) 0 11px no-repeat; }
.media #content .music-in dt strong { color: #0071B5; }
.media #content .music-in dd { overflow: hidden; padding-top: 10px; }
.media #content .music-in dd a { float: left; margin: 0 15px 0 0; padding: 0 0 0 13px; color : #FF6100; }
.media #content .music-in dd a.lyric { background: url(images/icon_lyric.png) 3px 4px no-repeat; }
.media #content .music-in dd a.download { background: url(images/icon_download.png) 0 5px no-repeat; }
.media #content .music-in dd a:hover { text-decoration: none; }

.media #content .music-in .lyric { margin-top: 20px; }
.media #content .music-in .more { clear: both; padding-left: 0px; margin-top: 15px; }
.media #content .music-in .more .back { float: left; width: 53px; padding-left: 33px; background-image: url(images/button_blue_small.png); }
.media #content .music-in .more .download-all { float: left;  width: 141px; margin-left: 210px; background-image: url(images/button_blue_big.png); }



/* ------------------------- Inner Page ------------------------- */
.page #content { float: right; width: 760px; margin-right: 10px; }
.page #content .left { width: 25px; }
.page #content .center { width: 600px; margin: 0 115px 0 25px; padding: 0 10px; min-height: 500px; }
.page #content .right { width: 115px; }

.page #content .main .left 		{ background: url(images/content_lb_bgrd.png) left bottom no-repeat; }
.page #content .main .right 	{ background: url(images/content_rb_bgrd.png) left bottom no-repeat; }
.page #content .main .middle 	{ background: url(images/content_1px_bgrd.png) repeat-y; }
.page #content .main .top 		{ height: 28px; background: url(images/content_top_bgrd.png) no-repeat; }
.page #content .main .lefttop 	{ height: 318px; background: url(images/content_lt_bgrd.png) no-repeat; }
.page #content .main .righttop 	{ height: 318px; background: url(images/content_rt_bgrd.png) no-repeat; }
.page #content .main .bottom 	{ height: 115px; margin-bottom: -90px; background: url(images/content_bottom_bgrd.png) no-repeat; }

.page #sidebar { float: right; width: 340px; margin-left: -10px; }
.page #sidebar .left 	{ width: 110px; }
.page #sidebar .center 	{ width: 195px; margin: 0 35px 0 110px; min-height: 210px; }
.page #sidebar .right 	{ width: 35px; }

.page #sidebar .main .left 		{ background: url(images/sb3_lb_bgrd.png) left bottom no-repeat; }
.page #sidebar .main .right		{ background: url(images/sb3_rb_bgrd.png) left bottom no-repeat; }
.page #sidebar .main .middle 	{ overflow: hidden; background: url(images/sb3_1px_bgrd.png) repeat-y; }
.page #sidebar .main .top 		{ height: 25px; background: url(images/sb3_top_bgrd.png) no-repeat; }
.page #sidebar .main .lefttop 	{ height: 142px; background: url(images/sb3_lt_bgrd.png) no-repeat; }
.page #sidebar .main .righttop 	{ height: 142px; background: url(images/sb3_rt_bgrd.png) no-repeat; }
.page #sidebar .main .bottom 	{ height: 47px; background: url(images/sb3_bottom_bgrd.png) no-repeat; }

.page #sidebar .main.first .left { background-image: url(images/sb3_lb_bgrd2.png); }
.page #sidebar .main.first .bottom { background-image: url(images/sb3_bottom_bgrd2.png); }

.page #sidebar ul { margin: 10px 0; }

.page #content h1 { margin-top: 50px; margin-bottom: 10px; color: #398A00; }
.page #content h1.first { margin-top: 1px; }
.page #content h1.post { text-align: left; }

.page #content h2.post { color: #398A00; text-align: left; }
.page #content h2.comment { color: #FF5D08; text-align: left; }
.page #content h2.comment span { font-size: 11px; }

.page #content h1 a, .page #content h2 a { font-size: inherit; color: inherit; text-decoration: none; }
.page #content h1 a:hover, .page #content h2 a:hover { text-decoration: underline; }

.page #content p a { color: #398A00; text-decoration: none; }
.page #content p a:hover { text-decoration: underline; }

.page #content .more { clear: both; padding-left: 0px; margin-top: 25px; padding-bottom: 25px; }
.page #content .more a { float: left; }
.page #content .more .back { width: 51px; padding-left: 33px; margin-right: 215px; background-image: url(images/button_blue_small.png); }
.page #content .more .gallery { width: 151px; margin: 0 -90px; padding-left: 30px; background-image: url(images/button_gallery.png); }
.page #content .more .next { width: 75px; margin-left: 215px; background-image: url(images/button_blue2_small.png); }
.page #content .more.blog a { float: right; padding-left: 11px; }

.page #content .gallery { float: left; width: 360px; margin-bottom: 30px; list-style: none; }
.page #content .gallery li { float: left; margin: 0 21px 15px 0; background: url(images/middle_84pic_bgrd.png) no-repeat; }
.page #content .gallery img { display: block; width: 84px; height: 84px; margin: 7px 7px 2px 7px; }
.page #content .gallery a { display: block; overflow: hidden; width: 19px; height: 17px; text-indent: -1000px; background: url(images/button_lens_small.png) no-repeat; }
.page #content .gallery a:hover { background-position: 0 -40px; }

.page #content .gallery .big { margin-bottom: 40px; background: url(images/middle_330pic_bgrd.png) no-repeat; }
.page #content .gallery .big img { width: 325px; height: 245px; margin: 7px 8px 8px 7px; }
.page #content .gallery .big a { display: block; width: 65px; height: 26px; margin-top: -4px; padding: 4px 0 0 35px; color: #FFF; text-indent: 0; text-decoration: none; font-weight: bold; background-image: url(images/button_lens.png); }

.page #content .gallery-image { margin-bottom: 20px; padding: 8px 1px 8px 0px; background: url(images/middle_445pic_bgrd.png) center top no-repeat; }
.page #content .gallery-image img { display: block; width: 445px; height: 332px; margin: 0 auto; }

.page #footer h4 { margin: 4px 80px 0 335px; }
.page #footer ul { margin-top: 3px; }
.page h4#mag { margin-left: -62px; margin-top: 0; }


