/* Layout Stylesheet */ 
* {
 margin: 0;
 padding: 0;
 }

body {
 background: #444444;
 color: #333333;
 text-align: center;
 font-size: 100.01%;
 height: 100%;
 }
 
#logocell {
 background: #000000;
 height: 140px;
 width: 172px;
 border: solid #FFFFFF;
 border-width: 0 2px 2px 0;
 padding: 2px 0;
 }

#rightlinks {
 background: #000000;
 color: #FFFFFF;
 width: 250px;
 font-size: 14px;
 margin: 0;
 padding: 0;
 }

	#bookmarktop {
	 background-image: url('img/bookmark_top.png');
	 background-repeat: no-repeat;
	 margin: 0;
	 padding: 0;
	 width: 250px;
	 height: 52px;
	 }
	#bookmarkupper {
	 background-image: url('img/bookmark_upper.png');
	 background-repeat: repeat-y;
	 margin: 0;
	 padding: 0;
	 width: 250px;
	 }
	#bookmarkmiddle {
	 background-image: url('img/bookmark_middle.png');
	 background-repeat: no-repeat;
	 margin: 0;
	 padding: 0;
	 width: 250px;
	 height: 73px;
	 }
	#bookmarklower {
	 background-image: url('img/bookmark_lower.png');
	 background-repeat: repeat-y;
	 margin: 0;
	 padding: 0;
	 width: 250px;
	 }
	#bookmarkbottom {
	 background-image: url('img/bookmark_bottom.png');
	 background-repeat: no-repeat;
	 margin: 0;
	 padding: 0;
	 width: 250px;
	 }

#navigation {
 background: #444444;
 color: #FFFFFF;
 width: 170px;
 height: 100%;
 }

#contents {
 background: #FFFFFF;
 padding: 0;
 color: #333333;
 text-align: center;
 margin-left: 172px;
 margin-right: 260px;
 height: 100%;
 min-height: 1340px;
 border: solid #FFFFFF;
 border-width: 0 2px 0 2px;
 }
 
#header {
 background: #000000;
 background-image: url('img/header.jpg');
 background-repeat: repeat-x;
 color: #FFFFE9;
 text-align: center;
 }