/*
Theme Name: Walk Innovation
Theme URI: http://wordpress.org/
Description: Custom WordPress Theme.
Version: 1.0
Author: Update this in Stylesheet
Author URI: http://www.wordpress.org
*/
body{
	background:#f3f3ed url(images/bg.jpg);
	font:normal 10pt Arial, Helvetica, sans-serif;
	color:#2a2a2a;
}
a{
	color:#56781a;
}
a:hover{
	color:#56781a;
}
.topborder{
	background:#82A445;
	height:3px;	
}
#wrapper{
	width:980px;
	margin:0 auto;
}
#header{
	height:155px;
}
#welcome{
	width:940px;
	height:225px;
	background:url(images/welcomebg.jpg) top no-repeat;
	margin:0 auto;
	padding:0 0 15px 0;
}
#contenttop{
	height:11px;
	background:url(images/contenttop.jpg) top no-repeat;
}
#contentcontainer{
	background:url(images/contentbg.jpg) repeat-y;
	margin:0px;
	padding:0px;
}
#contentbottom{
	height:11px;
	background:url(images/contentbottom.jpg) bottom no-repeat;
}
#content{
	width:610px;
	padding:0 0 0 30px;
}
#sidebar{
	width:285px;
	padding:0 5px 0 30px;
}
#footer{
	padding:7px 0 20px 0;
	font:bold 8pt Arial, Helvetica, sans-serif;
	text-align:center;
}
