/* CSS Document */
			html, body {
				overflow:hidden;
				padding:0px;
				margin:0px;
				height:100%;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				font-weight:normal;
				color:#000000;
				background-color:#FFFFFF;
			}
			
			a {
				text-decoration:none;
				color:#000000;
				font-weight:bold;
			}
						
			#logo {
				position:fixed !important;
				position:absolute;
				top:0px;
				left:0px;
				z-index:1;
				text-align:right;
				background-color:#FFFFFF;
				width:272px;
			}
			#name {
				position:fixed !important;
				position:absolute;
				top:100px;
				right:30px;
				z-index:3;
			}

			#top_right {
				position:fixed !important;
				position:absolute;
				height:172px;
				width:26px;
				margin-right:30px;
				background-color:#FFFFFF;
				top:0px;
				right:0px;
				z-index:1;
			}
			#top_right img { position:absolute; bottom:0px; left:0px;}
			#bottom_right {
				position:fixed !important;
				position:absolute;
				height:46px;
				width:26px;
				margin-right:30px;
				bottom:-1px;
				background-color:#FFFFFF;
				right:0px;
				z-index:1;
			}
			#bottom_left {
				position:fixed !important;
				position:absolute;
				height:46px;
				width:48px;
				text-align:right;
				bottom:-1px;
				background-color:#FFFFFF;
				left:0px;
				z-index:1;
			}
			#bottom_border {
				position:fixed !important;
				position:absolute;
				overflow:hidden;
				width:100%;
				height:20px;
				border-top:2px solid #8c8c8c;
				background-color:#FFFFFF;
				left:-30px;
				bottom:-1px;
				z-index:0;
			}
			#top_border {
				position:fixed !important;
				position:absolute;
				overflow:hidden;
				width:100%;
				height:146px;
				background-color:#FFFFFF;
				border-bottom:2px solid #8c8c8c;
				left:-30px;
				top:0px;
				z-index:0;
			}
			#left_border {
				position:fixed !important;
				display:table;
				position:absolute;
				overflow:hidden;
				width:2px;
				height:100%;
				background-color:#8c8c8c;
				left:22px;
				top:0px;
				z-index:0;
			}
			#right_border {
				position:fixed !important;
				display:table;
				position:absolute;
				overflow:hidden;
				width:2px;
				height:100%;
				background-color:#8c8c8c;
				right:30px;
				top:0px;
				z-index:0;
			}
			
			#nav {
				font-weight:bold;
				position:fixed !important;
				position:absolute;
				top:250px;
				left:80px;
				width:160px;
				height:420px;
				text-transform:uppercase;
			}
			
			#nav a { 
				display:block;
				background-image:url(link_item.jpg);
				background-repeat:no-repeat;
				background-position:left;
				padding-left:15px;
				margin-bottom:10px;
			}
			
			#nav a:hover { 
			background-repeat:no-repeat;
			background-position:left;
			padding-left:15px;
			}
			
			#nav a #word1 {
			color:#000000;
			}
			
			#nav a #word2 {
			color:#888888;
			}
			
			#nav a:hover #word1 {
			color:#888888;
			}
			
			#nav a:hover #word2 {
			color:#000000;
			}
			
			#subnav {
				padding-left:5px;
			}
			
			#subnav a {
				background-image:none;
			}
			#container {
				overflow:auto;
				height:100%;
			}
			#content {
				margin-top:150px;
				margin-left:275px;
				margin-right:50px;
				background:none;
				top:0px;
			}
			
			#content a {
				border-bottom:1px dotted #000000;
			}

			.ajax-loading {
				padding: 20px 0;
				background: url(spinner.gif) no-repeat center;
			}
					
			h1 {
				font-size:12px;
				border-bottom:1px solid black;
				text-align:left;
			}
			
			 hr {
			  border: 0;
			  width: 100%;
			  background-color:#666666;
			  height:1px;
			}
			
			.comments {
				padding:5px;
				color:#666666;
			}
			
			.blog_entry {
				padding:10px 150px 10px 0px;
			}
						
			input {
				border:1px solid black;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				font-weight:bold;
				margin-bottom:5px;
			}
			
			textarea {
				border:1px solid black;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				font-weight:bold;
				margin-bottom:5px;		
			}
			#archive {
				position:fixed !important;
				position:absolute;
				top:165px;
				right:45px;
				border-left:1px solid #000000;
				width:150px;
				background-color:#FFFFFF;
				z-index:2000;
				padding-left:5px;
				font-weight:bold;
			}
			#archive a {
				border-bottom:none;
				display:block;
				background-image:url(link_item.jpg);
				background-repeat:no-repeat;
				background-position:left;
				padding:1px;
				padding-left:15px;
				margin-bottom:2px;
			}
			#archive_sub {
				padding-left:15px;
			}
			#archive_sub a {
				background:none;
				padding:0px;
				margin:0px;
			}
			#no_undl a{
				border-bottom:none;
			}
