@charset "utf-8";
/* CSS Document */

html,body {
	padding:0;
	margin:0;
	background-position:center;
	background-color:#d8bd8e;
	font-family:Arial, Helvetica, sans-serif;
}
#container{
    width:980px;
	margin:0 auto;
}
#Top{
    width:980px;
	height:450px;
}
#bgL{
    width:40px;
	background-color:#000000;
	height:auto;
}
#bgR{
    width:40px;
    background-color:#000000;
	height:auto;
}
#frmGift {
	font-size:15px;
    color:#ffffff;
}
#txtGift, #txtFullName, #txtEmail, #txtCity, #txtPhone{
	font-size:15px;
	color:#333333;
	border:1px solid #222222;
}
#button {
    width:100px;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.title{
    background-color:#222222; 
	color:#FFFFFF; 
	font-size:18px;
	height:auto;
}
#footer {
    color:#666;
	font-size:12px;
	height:37px;
	background-color:#000000;
}
#eventDetail {
    font-size:15px;
	padding-top:20px;
	padding-bottom:20px;
	color:#cccccc;
	border-bottom:1px #666666 solid;
	line-height:1.5em;
}
#eventDetail a{
    text-decoration:underline;
	color:#33ccff;
}
#eventDetail a:hover{
    text-decoration:underline;
	color:#33ffff;
}
#description {
    width:300px;
    font-size:14px;
	color:#999999;
	text-align:left;
	line-height:1.5em;
	padding:5px;
}
#CCYP {
    z-index:2;
	position:absolute;
	color:#ffcc33;
	font-size:14px;
	top:5px;
	margin-left:850px;
}
#CCYP a{
    text-decoration:none;
	color:#ffcc33;
}
#CCYP a:hover{
    text-decoration:underline;
	color:#ffffff;
}
#ThankYou {
	padding-top:20px;
    color:#ffcc33;
	font-size:30px;
}
.Keywords {
    color:#ffcc33;
}
#PS {
    color:#cccc66; 
	font-size:13px; 
	border-top:1px #666666 solid;
	letter-spacing:2px;
}
#PS a{
    color:#cccc66; 
    text-decoration:underline;
}
#PS a:hover{
    color:#ffffcc; 
    text-decoration:underline;
}