html { font: 76% 'Arial', 'Nice'; line-height: 150%; }
body { background: #eee; }
			
h1 { font-size: 13px; margin: 0 0 10px; }
strong { font-weight: normal; }
			
/* Layout */

#wrapper { width: 788px; height:548px; background: #fff; color: #333; margin: 50px auto; border: 1px solid #9ca41d; }
	#container { position: relative; width: 788px; height: 548px; }
	#header { width: 788px; height: 124px; }
	#menu	{ width: 758px; height: 35px; padding: 5px 30px 0; font-size: 105%; color: #105347; position: relative; }
	#content { width: 764px; height: 325px; padding: 0 12px 30px; position: relative; }
	#innerfooter { font-size: 105%; width: 788px; text-align: center; position: absolute; bottom: 10px; left: 0; color: #105347; }
	.cake-sql-log { border : 1px solid; margin: 0 auto; width: 500px; padding: 13px; background: #ffe; font-family: Monaco; font-size: 90%; }
	.error-message { clear: left; padding: 0 0 3px 20px; }

/* Forms */

label { display: block; width: 120px; float: left; clear: left; margin: 3px 0; }
input, select, textarea { display: block; float: left; margin: 5px 0; clear: left; }
input, textarea { margin: 0 0 0 20px; }
textarea { }

/* Text */

.heading { font-size: 200%; }
.bold { font-weight: bold; }
			
/* General */
			
a { text-decoration: none; color: #105347; }
a:hover { text-decoration: underline; }
img { border: none; }
