body{
	background-color: #E2E2CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/bg_tile_design.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: #E2E2CF;
}

#main{
	position: absolute;
	top: 90px;
	height: 40px;
	left: 200px;
	width: 680px;
}

#col_designproject{
	position: absolute;
	top: 135px;
	left: 200px;
	width: 450px;
	margin: 0;
	padding: 0;
	background-color: #E2E2CF;
}

#col_right{
	position: absolute;
	top: 160px;
	left: 680px;
	width: 200px;
	background-color: #E2E2CF;

}

 #navcontainer {
 	width: 150px;
	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: #000;
	text-decoration: none;
	height: 12px;
	background-image: url(graphics/nav_design.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 8px;
	margin-bottom: 5px;
 }

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

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

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

h1 {
	font-size: 2.4em;
	font-family: "Georgia";
	font-weight: bold;
	color: #56161d;
	padding: 0px 0px 9px;
	margin: 0px;
	background-image: url(graphics/stitching_design.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: #56161d;
	text-decoration: underline;
}

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

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
