body{
	background-color: #DDDFB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	color: #2b4159;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/bg_tile_about.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#page{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#nav_top{
	width: 900px;
	height: 60px;
}

#col_left{
	position: absolute;
	top: 90px;
	left: 20px;
	width: 150px;
	background-color: #DDDFB3;
}

#main{
	position: absolute;
	top: 90px;
	left: 200px;
	width: 500px;
}


#col_right{
	position: absolute;
	top: 90px;
	left: 730px;
	width: 150px;
	background-color: #DDDFB3;

}

 #navcontainer {
 	width: 180px;
	top: 90px;

	
 }

 #navcontainer ul
 {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0;
	text-transform: uppercase;

 }
 
 #navcontainer a
 {
	display: block;
	padding: 0px;
	margin-bottom: 4px;
 }

 #navcontainer a:link, #navlist a:visited
 {
	color: #2b4159;
	text-decoration: none;
	height: 12px;
	background-image: url(graphics/nav_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 8px;
	margin-bottom: 5px;
 }

 #navcontainer a:hover
 {
	color: #2b4159;
	height: 12px;
	background-image: url(graphics/nav_about_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	margin-bottom: 5px;
 }


p {
	font-size: 1.3em;
	color: #2b4159;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

h0 {
	font-size: 1.8em;
	font-family: "Georgia";
	font-weight: bold;
	font-style: italic;
	color: #6a6957;
	padding: 0px 0px 1px;
	margin: 0px;
}

h1 {
	font-size: 2.4em;
	font-family: "Georgia";
	font-weight: bold;
	color: #6a6957;
	padding: 0px 0px 9px;
	margin: 0px;
	background-image: url(graphics/stitching_about.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
h2 {
	font-size: 1.6em;
	font-family: "Georgia";
	font-weight: bold;
	color: #2b4159;
	margin: 24px 0px 12px 0px;
	padding: 0px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2b4159;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d5ff00;
	text-decoration: underline;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
img {
	background-color: #DDDFB3;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 4px solid 2b4159;
}
