/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% "Lucida Grande", sans-serif;
	background:  #534e4a;
}





h1 {
	font-family: Georgia, serif;
	font-size: 2.6em;
	font-weight: normal;
	color: #f79d47;
	}

h2 {
	font-family: Georgia, serif;
	font-size: 2.3em;
	font-weight: normal;
	color: #f79d47;
	}
h6 {
	font-family: Georgia, serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #f79d47;
	}
p {
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #534e4a;
}
p1 {
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: normal;
	color: #534e4a;
}
li {
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #534e4a;
}
a {
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	color: #f79d47;	
	}
#anchor1  {
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #f79d47;	
	}
#anchor2  {
	font-family: Helvetica , serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	color: #f79d47;	
	}


/* END RESET */

.clear { clear: both; }

/* STRUCTURE AND STUFF */
div#page-wrap {
	width: 1032px;
	margin: 0 auto;
	background-color: #534e4a;
	border: 0;
		}
		
  div#header {
	height: 209px;
	text-align: center;
	background-image: url(images/computernetic-logo.designs.jpg);
		  }
  div#footer {
  	height: 70px;
	text-align: center;
	background-color: #f79d47;
	  }
  div#navigation {
	height: 18px;
	text-align: center;
		  }
		
	div#page-wrap div#main-content {
				}
	
	div#page-wrap div#textarea {
	height: 430px;
	width: 665px;
	float: left;
	background-color: #534e4a;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
				}
					
		div#page-wrap div#main-content div#top {
	height: 158px;
	float: left;
	width: 1032px;
			}
			
		div#page-wrap div#main-content div#left-col {
			height: 800px;
			width: 202px;
			float: left;
						}
				div#page-wrap div#main-content div#left-coltop {	
				height: 15px;
				width: 202px;
				float: left;
				background: url(images/rounded-edge.topleft.jpg);
						}
				div#page-wrap div#main-content div#left-colmid {
				width: 182px;
				padding-left: 20px;
				background: url(images/rounded-edge.textarea_left.jpg);
						}
				div#page-wrap div#main-content div#left-colbot {
				height: 13px;
				width: 202px;
				background: url(images/rounded-edge.bottomleft.jpg);
						}
		div#page-wrap div#main-content div#right-col {
			height: 800px;
			width: 822px;
			float: left;
			table-layout:fixed;
						}
				div#page-wrap div#main-content div#right-coltop {
				height: 15px;
				width: 822px;
				float: right;
				background: url(images/rounded-edge.topright.jpg);
				}
				div#page-wrap div#main-content div#right-colmid {
				width: 772px;
				padding-right: 25px;
				padding-left: 25px;
				background: url(images/rounded-edge.textarea_right.jpg);
				}
				div#page-wrap div#main-content div#right-colbot {
				height: 13px;
				width: 822px;
				background: url(images/rounded-edge.bottomright.jpg);
				}
					
		div#page-wrap div#main-content div#bottom {
			height: 293px;
			float: left;
			width: 1032px;
						}
				div#page-wrap div#main-content div#bottomtop {
				height: 21px;
				background: url(images/footer_02.jpg);
				}
				div#page-wrap div#main-content div#bottommid {
				height: 13px;
				padding-right: 25px;
				padding-left: 25px;
				background: url(images/footer_03.jpg);
				}
				div#page-wrap div#main-content div#bottombot {
				height: 21px;
				background: url(images/footer_05.jpg);
				}
		
		
						
	

	
		
