/* DESIGN */
#column
{
	position:absolute;
}
#logo
{
	position:absolute;
	height:169px;
	width:278px;
	background:url(/style/logo.jpg);
}
#menu, #menu_over
{
	position:absolute;
	padding-top:2px;
	background:#81bd4b;
	color:#ffffff;
	text-align:center;
	font-size:10px;
	cursor:pointer;
}
#menu_over
{
	color:#ffffff;
	background:#1c4188;
}
#col_right
{
	position:absolute;
	right:0px;
	background:#e2edc3;
	padding-left:5px;
	font-family:Times New Roman;
	font-size:11px;
}
#signup,#form_signup
{
	position:absolute;
	background:#e2edc3;
	text-align:center;
	font-size:9px;
}

#tweeter
{
	position:absolute;
	text-align:center;
	font-size:9px;
}

	#policy, #policy_over 
	{
		position:absolute;
		color:#000fff;
		font-size:9px;
		cursor:pointer;
	}
	#policy_over
	{
		color:#000fff;
		text-decoration:underline;
	}
#footer
{
	position:absolute;
	bottom:0px;
	padding-top:3px;
	text-align:center;
	color:#898989;
	font-size:9px;
}
	#foot_menu, #foot_menu_over
	{
		cursor:pointer;
		color:#898989;
		font-size:9px;
	}
	#foot_menu_over
	{
		color:#000000;
	}
#top_1
{
	position:absolute;
	top:0px;
	right:0px;
	height:147px;
	width:499px;
	background:url(/style/top_home.jpg); 
}
#top_2
{
	position:absolute;
	right:50px;
	height:206px;
	width:349px;
	background:url(/style/top_free_stuff.jpg); 
}
#top_3
{
	position:absolute;
	right:0px;
	height:162px;
	width:485;
	background:url(/style/top_who_i_serve.jpg); 
}
#top_4
{
	position:absolute;
	right:0px;
	height:147px;
	width:445px;
	background:url(/style/top_how_i_work.jpg); 
}
#top_5
{
	position:absolute;
	right:0px;
	height:147px;
	width:488px;
	background:url(/style/top_my_services.jpg); 
}
#top_6
{
	position:absolute;
	right:135px;
	height:215px;
	width:455px;
	background:url(/style/top_writing_portfolio.jpg); 
}
#top_7
{
	position:absolute;
	top:5px;
	right:175px;
	height:149px;
	width:147px;
	background:url(/style/top_who_i_am.jpg); 
}
#bottom_7
{
	position:absolute;
	bottom:0px;
	height:154px;
	width:336px;
	background:url(/style/bottom_who_i_am.jpg);
}
#bottom_8
{
	position:absolute;
	bottom:0px;
	height:223px;
	width:267px;
	background:url(/style/bottom_contact_me.jpg); 
}
#bottom_9
{
	position:absolute;
	border:0px;
	background:url(/style/bottom_links.jpg) repeat-x left bottom scroll; 
	float:left;
}
#page
{
	position:absolute;
	border:solid #999999 1px;
	overflow:auto;
	scrollbar-face-color:#ffffff; 
	scrollbar-arrow-color:#81bd4b; 
	scrollbar-highlight-color:#e2edc3;
	scrollbar-shadow-color:#e2edc3; 
	scrollbar-track-color:#e2edc3; 
	scrollbar-3dlight-color:#e2edc3; 
	scrollbar-darkshadow-color:#e2edc3;
	padding:8px 12px 8px 12px;
}
	#page_menu, #page_menu_over
	{
		height:20;
		width:60;
		text-align:center;
		font-size:9px;
		cursor:pointer;
	}
	#page_menu_over
	{
		background:#f0f3f7;
		color:#1c4188;
		font-weight:bold;
	}