@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	color: #9E005D;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fcf7dc;
}
#right_holder {
	float: left;
	height: 805px;
}

#header_address {
	font-size: 13px;
	padding-left: 200px;
	padding-top: 20px;
	width: 190px;
	height: 120px;
	float: left;
}
#left_holder {
	width: 390px;
	float: left;
	height: 805px;
}
#left_content {
	width: 330px;
	padding-right: 10px;
	padding-left: 50px;
	padding-top: 70px;
	font-size: 12px;
	float: left;
}
#stock {
	font-size: 11px;
}


.blueme {
	color: #00b5cc;
}

#container {
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/white_holder.png);
	background-repeat: no-repeat;
	height: 805px;
}
#right_form {
	padding-top: 20px;
	font-size: 13px;
	height: 120px;
	float: left;
	width: 347px;
	padding-right: 35px;
	padding-left: 20px;
}
#flash_holder {
	width: 392px;
}

#right_content {
	padding-top: 30px;
	float: left;
	width: 402px;
}
a {
	color: #00b5cc;
	text-decoration: none;
}


#right_form img {
	padding-bottom: 2px;
}
#name {
	width: 200px;
}
#email {
	width: 200px;
}


#form_field {
	width: 260px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}
#form_set {
	float: left;
	padding-top: 10px;
}
#form_button {
	float: left;
	padding-top: 2px;
}

