@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background-color:#6F7072;
}

#container {
	width:500px;
	margin:auto;
	background-color:#b7b7b7;
}

#header {
	width:500px;
	height:70px;
	background-image:url(../images/pop-up-logo.gif);
	background-repeat:repeat-x;
	display:block;
	float:left;
}

#main-content {
	width:490px;
	min-height:500px;
	display:inline;
	float:left;
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
	color: #6F7071;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

#nav {
	margin-left:45px;
	margin-right:45px;
	height:100px;
}

.button{
	width:123px;
	height:16px;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	background-image:url(../images/buttons/button-bg.gif);
	background-repeat:repeat-y;
	font-weight:bold;
	cursor:pointer;cursor:hand
}
.button1{
	width:123px;
	height:30px;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	background-image:url(../images/buttons/button-bg.gif);
	background-repeat:repeat-y;
	font-weight:bold;
	cursor:pointer;cursor:hand;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:11px
}

/*////////////////FOOTER////////////////*/

#footer {
	width:490px;
	background-color:#b7b7b7;
	display:inline;
	float:left;
	padding:5px;
}

#float-left{
	display:inline;
	float:left;
}

#float-right{
	display:inline;
	float:right;
}

.christmas-text {
	color: #6F7071;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

