body {
  background: #a07c45 url(images/webdesign/bg.jpg) repeat-x;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#container {
	color:#000000;
  margin: 0 auto 20px auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 845px;
	padding: 0;	
}
#header {
	position:relative;
	width:845px;
	margin-top:12px;
}
#menu_div {
	position:absolute;
	top:55px;	
	left:230px;
	width:610px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.testimonials {
	font-size:0.9em;
	font-style:italic;
	padding-left:15px;
	padding-right:12px;
	padding-top:15px;
}
.testimonials p {
	padding-bottom:25px;
}
#pic_div {
	width:845px;
	margin-top:12px;
	height:166px;
}

#formdiv {
	width:525px;
	margin-bottom:75px;
}
#footer {
	clear:both;
  height: 70px;
	color: #ffffff;
	background:url(images/webdesign/footer_bg.jpg) repeat-x;
	text-align:center;
	margin-top:5px;
	padding-top:30px;
}

/* 2 column layout = default layout */
#content_div {
	background:url(images/webdesign/cont_top_white.jpg) no-repeat;
	margin-top:12px;
	padding-top:15px;
}
#content_body {
	background: #FFFFFF url(images/webdesign/cont_bg.jpg) repeat-y;
}
#content_bot {
	background:url(images/webdesign/cont_bot_white.jpg) bottom left no-repeat;
	width:845px;
	height:13px;
	margin-bottom:12px;
}
#main_column_wrapper {
	float: right;
  width: 600px;  
	background-color: #fff;
	padding-top:12px;
	padding-bottom:10px;
	margin-right:20px;
}
#main_column_text {
	background-color: #fff;
	color:#333333;
	margin-left:30px;
	margin-right:7px;
	padding:25px 15px 3px 8px;
}
#secondary_wrapper {
	float:left;
	padding-top:12px;
	padding-bottom:10px;
	width: 190px;
	height:485px;
}
.homepage #secondary_wrapper {
	background:url(images/webdesign/left_shading.jpg) top left no-repeat;
}
.portfolio #secondary_wrapper {
	background:url(images/webdesign/portf.jpg) top left no-repeat;
}
.resources #secondary_wrapper {
	background:url(images/webdesign/resources.jpg) top left no-repeat;
}
.resume #secondary_wrapper {
	background:url(images/webdesign/resume.jpg) top left no-repeat;
}
.multimedia #secondary_wrapper {
	background:url(images/webdesign/multimedia.jpg) top left no-repeat;
}
.contact #secondary_wrapper {
	background:url(images/webdesign/contact.jpg) top left no-repeat;
}
.webdesign #secondary_wrapper {
	background:url(images/webdesign/webd.jpg) top left no-repeat;
}
.enewsletter #secondary_wrapper {
	background:url(images/webdesign/enews.jpg) top left no-repeat;
}
.tutorials #secondary_wrapper {
	background:url(images/webdesign/tutorials.jpg) top left no-repeat;
}
#secondary_column_text {
	color:#333333;
	margin-left:10px;
	margin-right:10px;
	padding:25px 0 25px 0;
}
/* 2 column layout end */

/* 1 column layout, set body class to column_one */
.one_column #main_column_wrapper {
	float: left;
  width: 800px;  
	background-color: #fff;
	padding: 12px 15px 12px 15px;
}
/* 1 column layout end */