@charset "utf-8";
/* CSS Document
Author: Maughan Johnson at http://www.mossface.com
 */

html {
	overflow-y: scroll;
}

body
	{
	color:#606060;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}
/*========================================================*/
/*                                                        */
/*                T E X T   F O R M A T                   */
/*                                                        */
/*========================================================*/
p,ul,li,h1,h2,img,h3,h4,a {text-align:left;}

ul li {
	list-style-image:url("#");
	list-style-type:square;
	}

p,ul,li
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	}

strong { 
	color:#885d3b;
	}

h1
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#885d3b;
	}
h2
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#885d3b;
	padding:5px 0;
	}
h3
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#885d3b;
	padding:5px 0;
	}

a {
	color:#606060;
	text-decoration:none;
	}	
a:link {
	color:#606060;
	text-decoration:none;
	}
a:visited {
	color:#606060;
	text-decoration:none;
	}
a:hover {
	color:#606060;
	text-decoration:underline;
	}
.border_box
	{
	width:650px;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	float:left;
	}
	
#timeout {position:absolute; margin-top:-88px; margin-left:720px; z-index:500;  }
