#all
{
	position: relative;
	top: 14px;
	left: 22px;
	width: 950px;
	height: 6000px;
	background-color: #fff;
	border: 4px #999 solid;
	text-align: left;

	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

#b_writer
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 95%;
	height: 100%;

	color: #777;
	font-size: 24px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 20px;
}
	
		#b_writer_upper
		{
			position: absolute;
			top: 36px;
			left: 20px;
			width: 100%;
			height: 100%;

			color: #333;
			font-size: 15px;
			line-height: 15px;
			font-weight: normal;
			padding-left: 0px;
		}
		
				#b_writer_upper_left
				{
					position: absolute;
					top: 20px;
					left: 40px;
					width: 33%;
					height: 100%;				
				}
				
				#b_writer_upper_middle
				{
					position: absolute;
					top: 0px;
					left: 318px;
					width: 33%;
					height: 100%;				
				}

				#b_writer_upper_right
				{
					position: absolute;
					top: 0px;
					left: 560px;
					width: 33%;
					height: 100%;
				}

		#b_writer_lower
		{
			position: absolute;
			top: 284px;
			left: 20px;
			width: 100%;
			height: 100%;		

			color: #333;
			font-size: 16px;
			line-height: 22px;
			font-weight: normal;
			padding-left: 0px;
		}
		
				#b_writer_lower_left
				{
					position: absolute;
					top: 33px;
					left: 10px;
					width: 45%;
					height: 100%;				
				}
					
				#b_writer_lower_right
				{
					position: absolute;
					top: 33px;
					left: 420px;
					width: 50%;
					height: 100%;
				}
	
a:hover,
a:link, 
a:visited
{
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	color: #039;
	font-weight: normal;
}

li
{
	color: #666;
	font-size: 12px;
	line-height: 12px;
	font-weight: lighter;
	list-style-type: circle;
}

i
{
	color: #600;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	font-style: italic;
}

p
{
	color: #333;
	font-size: 14px;
	line-height: 16px;
	padding-left: 30px;
	padding-right: 10px;
}

h3
{
	color: #777;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 0px;
}


