/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background: url(images/site-bg.gif) repeat-x top;
}

a {
	color: #087aa9;
	text-decoration: none;
}

a:hover {
	color: #003080;
}

.input-field {
	width: 200px;
	height: 22px;
	font-size: 13px;
	background-color: #B4E5FF;
	border: solid 1px #ff2a24;
	margin-top: 4px;
}

.input-comment {
	width: 200px;
	height: 100px;
	font-size: 13px;
	background-color: #B4E5FF;
	border: solid 1px #ff2a24;
	margin-top: 4px;
}

.submit-btn {
	font-size: 13px;
	background-color: #B4E5FF;
	border: solid 1px #ff2a24;
	margin-top: 4px;
}

.img-border {
	border: solid 1px #ff2a24;
}

#wrapper {
	width: 895px;
	margin: 0 auto;
}

#top-header {
	background: url(images/anniversary.jpg) no-repeat bottom right;
}

#content {
	background: url(images/col-bg.gif) repeat-y;
	overflow: hidden;
	margin-bottom: 20px;
}

#content-top {
	background: url(images/col-begin.gif) no-repeat top;
	overflow: hidden;
}

#content-text {
	padding: 30px 32px 30px 30px;
}

#content-end {
	background: url(images/col-end.gif) no-repeat bottom;
	overflow: hidden;
}

#content-end h1 {
	color: #ff2a24;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#col-1 {
	float: left;
	width: 236px;
	background: url(images/col-1.jpg) no-repeat;
	margin-bottom: 30px;
}

#col-1-text {
	padding: 25px 30px 0 15px;
}

#col-2 {
	float: left;
	width: 223px;
	background: url(images/col-2.jpg) no-repeat;
	margin-bottom: 30px;
}

#col-2-text {
	padding: 25px 30px 0 15px;
}

#col-3 {
	float: left;
	width: 216px;
	background: url(images/col-3.jpg) no-repeat;
	margin-bottom: 30px;
}

#col-3-text {
	padding: 25px 30px 0 15px;
}

#col-4 {
	float: left;
	width: 220px;
	background: url(images/col-4.jpg) no-repeat;
	margin-bottom: 30px;
}

#col-4-text {
	padding: 25px 30px 0 15px;
}

#copyright {
	background: url(images/copyright-bg.gif) no-repeat;
	width: 895px;
	height: 99px;
	vertical-align: middle;
	margin: 0 0 10px 0;
}

#copyright-text {
	padding: 30px 0 0 30px;
}

#footer {
	color: #CCCCCC;
	padding: 0 25px 15px 20px;
}