@charset "UTF-8";
/* CSS Document */
HTML {
	PADDING: 0px; 
	MARGIN: 0px;  
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	/*width: 850px;*/
	background-color: #F0F0F0;
}
.main_container{
margin: 0px;
	padding: 0px;
	width: 850px;
}


a { outline:none; }
a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #C8A46E;
}
a:active {
	color: #C8A46E;
}

a:link .img_border{text-decoration: none;
border-color: #CCD9F2;
border-width: 5px;
}

a:visited .img_border{text-decoration: none;
border-color: #CCD9F2;
border-width: 5px;
}

a:hover .img_border{text-decoration: none;
border-color: #C8A46E;
border-width: 5px;
}

a:link .img_noborder{text-decoration: none;
border-width: 0px;
}

a:visited .img_noborder{text-decoration: none;
border-width: 0px;
}

a:hover .img_noborder{text-decoration: none;
border-width: 0px;
opacity:.85;
	filter: alpha(opacity=85);
}

.suggestion_box{
	background-color: #FAFAFA;
	border-top-color: #C8A46E;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #C8A46E;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

input, textarea{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #C8A46E;
	padding: 3px;
}

input:hover, textarea:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #3366CC;
	padding: 3px;
}

.celebration_box{
	display: block;
	width: 320px;
	height: 80px;
	background-image: url(images/60years.png);
	background-repeat: no-repeat;
}
a.celebration_box{
	display: block;
	width: 320px;
	height: 80px;
	background-image: url(images/60years.png);
	background-repeat: no-repeat;
}
a:hover.celebration_box {
	display: block;
	width: 320px;
	height: 80px;
	background-image: url(images/60years.png);
	background-position: 0 -80px;
}

.undrline_text{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8A46E;
}

.social_box {
	width:148px;
	background-color:#FFFFFF;
	margin: 10px 0 0 10px;
	border: 1px solid #3366CC;
	height: 100%;
	float: left;
}

.social_box_title {
	width:140px;
	background-color:#3366CC;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

.social_box_icon {
	width:50px;
	height: 50px;
	margin: 12px;
	float: left;
}

