/* CSS Document */

/* GLOBAL */
/* ====== */

html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#frame {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#hd, #md, #ft {
	float: left;
	clear: both;
	padding: 0;
	width: 100%;
	text-align: center;
}

strong {
	font-weight: bold;
}

p, font {
	color: #666666;
}

/* HEADER */
/* ====== */


#hd {

}

#hd-inner {
	position: relative;
	clear: left;
	width: 980px;
	height: 147px;
	margin: 0 auto;
	text-align: left;
}

#hd-inner .logo {
	position: relative;
	top: 52px;
	left: 32px;
}

/* MIDDLE */
/* ====== */

#md-inner {
	position: relative;
	clear: left;
	width: 980px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
}

#col-left, #col-right, #col-middle {
	margin: 0 auto;
	width: 300px;
}

#col-left {
	float: left;
	margin: 0 0 0 20px;
}

#col-right {
	float: right;
	margin: 0 20px 0 0;
}

#col-middle {
	margin: 0 340px 0 340px;
}

.content {
	padding: 25px 45px 0px 45px;
}

.content h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}

.content p {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}

.content p .highlight {
	background-color: #b2e683;
	color: #333333;
	padding-left: 1px;
	padding-right: 1px;
}

#button {
	position: absolute;
	left: 366px;
	top: 322px;
	width: 247px;
	height: 98px;
}

#button a img, #button a:link img, #button a:visited img {
	border: 10px solid transparent;
}

#button a:hover img, #button a:active img {
	border: 10px solid #b2e683;
}

.tomato {
	position: absolute;
	left: 449px;
	top: 412px;
	width: 97px;
	height: 68px;
}


/* FOOTER */
/* ====== */

#ft-inner {
	position: relative;
	clear: left;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}

#ft-inner .left {
	float: left;
	width: 60%;
}

#ft-inner .right {
	float: right;
	width: 40%;
	text-align: right;
}

#ft-inner p {
	padding-top: 15px;
	font-size: 12px;
}	



