/* CSS Document */
body { margin: 5px auto 50px auto;	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 762px; background-color: #aaaaaa; letter-spacing: 1px; }

#right_shadow { float: right; display: block; }
	#right_shadow #empty_top { display: block; width: 10px; height: 61px; }
	#right_shadow #top_corner { display: block; background-image: url('images/shadow_top_right.jpg'); width: 10px; height: 15px; }
	#right_shadow #middle { display: block; background-image: url('images/shadow_right.jpg'); width: 10px; height: 500px; }
	#right_shadow #bottom_corner { display: block; background-image: url('images/shadow_bottom_right.jpg'); width: 10px; height: 9px; }

#storage_signs { float: left; width: 332px; height: 150px; background-image: url('images/storage_signs1.jpg'); background-repeat: no-repeat; }
#empty_gray_top { float: right; height: 55px; width: 420px; border-bottom: 1px solid #808080; }
#main_bar { float: right; height: 50px; width: 399px; padding: 10px; background-color: #76919E; border-bottom: 1px solid #808080; border-right: 1px solid #808080; }
#main_bar #rightside { float: right; font-size: 9px; letter-spacing: 1px; font-weight: normal; } 

#menu { float: right; height: 22px; width: 419px; border-right: 1px solid #808080; background-color: #F1EAD7; }
#menu A { display: block; float: left; width: 100px; height: 18px; padding: 2px 0px 2px 0px; text-align: center; font-size: 14px; color: #111111; letter-spacing: 2px; }
#menu A:hover { background-color: #C7D1CE; border: 1px solid #808080; border-top: 0px; border-bottom: 0px; width: 98px; text-decoration: none; }

#whole_body { -moz-background-origin: padding; display: block; float: right; width: 742px; background-color: #ffffff; border: 1px solid #808080; border-top: 0px; background-image: url('images/building.jpg'); background-repeat: no-repeat; background-position: right top; }
#content_body { padding: 10px 10px 5px 10px; height: 375px; overflow: auto; }

A { text-decoration: none; color: #4682B4; }
A:hover { text-decoration: underline; color: #97B0B9; }
#footer { border-top: 1px solid #808080; background-color: #F1EAD7; padding: 10px; }
	#footer #right { float: right; }
	#footer #left { float: left; }
