﻿* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

body, table {
	background-color: #FFE779;
	text-align: center;
	font: 9pt Tahoma;
	line-height: 180%;
	color: #655812;
}

	#main {
		margin: 25px auto;
		width: 584px;
		background: url(main-bg.gif) #FCE044 repeat-y;
	}
	
		#logo {
			width: 584px; 
			height: 183px;
			background: url(logo.jpg) top center no-repeat;
		}
			.button-1 {
				float: left;
				position: relative;
					top: 135px;
					left: 102px;
			}
			.button-2 {
				float: right;
				position: relative;
					top: 135px;
					right: 56px;
			}

		#content {
			text-align: left;
			padding: 10px 20px;
		}
			p {
				padding: 10px 0;
			}
		
		#footer {
			width: 584px; 
			height: 65px;
			line-height: 65px;
			background: url(footer.gif) #FCE044 no-repeat;
		}
		
.template{
	margin: 20px;
	width: 90%;
	border: 3px orange double;
}

.templateHeader{
	background:orange;
	color:white;
	font-weight:bold;
	text-align:center;
}

.templateBody{
}

.templateBody textarea{
	width: 99%;
	height: 100px;
	
}

.templateExample{
	margin: 10px;
}