/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 danielfajardo web
  
  License: 
  GPL Software 
  
  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */

/* Template structure

	body
		page
			wrapper
				header
					head
					mainmenu
					search
				wrap
					container
						content
						sidebar
				bottom
					footer
*/


/* Template. Main areas
***************************************************************************** */
body {
	margin: 0;
	background: #f9f9ff url(../images/bg-page.png) center repeat-y;
}

#page {
	background: url(../images/bg-head.png) center top repeat-x;
}
	
#wrapper {
	width: 940px;
	margin: 0 auto;
	background: url(../images/wrap-bg.png) center top repeat-y;
}

	#header {
	}
		#head {
			height: 210px;
			background: url(../images/head-bg.png) center top no-repeat;
		}
		#menubar {
			position: relative;
			top: -85px;
			height: 32px;
			margin: 0 40px;

		}
			#mainmenu {
				float: left;
				width: 640px;
				padding-top: 5px;
			}
			#search {
				float: right;
				width: 190px;
			}

	#wrap {
	}
		#container {
			position: relative;
			top: -50px;
			margin: 0 20px;
		}
	
	#bottom {
		clear: both !important;
		height: 100px;
		padding: 0 20px;
		background: url(../images/footer-bg.png) center -40px no-repeat;
	}
		#footer { 
			margin: 0 260px 0 50px;
			padding: 7px 0;
			border-top: 1px solid #cdd;
		}
