* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333333;
 background: #f1f1f1 url(images/background.jpg) repeat-x;
}

#wrapper { 
 background: #ffffff;
 margin: 0 auto;
 width: 950px;
 /* background:url(images/wrapper_back.gif); */
}

#header_1 {
 width: 950px;
 float: left;
 height: 69px;
 background:#ffffff;
 background:url(images/header_1.jpg);
}

#header_2 {
 width: 950px;
 float: left;
 height: 236px;
 background:#f1f1f1;
 background:url(images/header_2.jpg);
}

#content_header {
 color: #7d93a0;
 width: 950px;
 float: left;
 height: 50px;
 background:#f1f1f1;
 background:url(images/content_header.gif);
}

#leftcolumn { 
 float: left;
 color: #7d93a0;
 min-height: 350px;
 width: 310px;
 display: inline;
}

#content { 
 float: left;
 color: #333333;
 min-height: 350px;
 width: 640px;
 display: inline;
 /* background:url(images/contentbox_bg.gif); */
 /* background:url(images/butterfly.png); */
}

#footer_1 { 
 width: 940px;
 min-height: 60px;
 clear: both;
 color: #ffffff;
 background: #0076b4;
 border-left: 5px solid white;
 border-right: 5px solid white; 
 /* background:url(images/footer.gif); */
}

#table_footer_1 {
  margin-left:1%;
  margin-right:1%; 
	width: 98%;
	table-layout:fixed;
}

#footer_2 { 
 width: 940px;
 min-height: 66px;
 clear: both;
 background: #ffffff;
 text-align: center;
 vertical-align: middle;
 border-left: 5px solid white;
 border-right: 5px solid white; 
 /* background:url(images/footer.gif); */
}

.powered_by {
  color: #7d93a0;
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}


