@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body {
	height:100%;
    margin: 0;
	padding: 0;
	border: none;
	text-align: center;
background-color:#abbda3;
color:#273023;
letter-spacing:.1em;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
margin:0;
background-image:url(http://www.myriadcakedesign.com/images/topbg.png);
background-position:left top;
background-repeat:no-repeat;
}

 #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-image:url(http://www.myriadcakedesign.com/images/bottombg.png);
background-position:bottom right;
background-repeat:no-repeat;
	}
	

a {
text-decoration:none;
color:#682129;
}

a:hover {
text-decoration:none;
color:#363c33;
}

.navigation a {
text-decoration:none;
color:#682129;
font-weight:bold;
font-size:14px;
}

.navigation a:hover {
text-decoration:none;
color:#363c33;
font-weight:bold;
}

hr{
color:#819279;
background-color:#819279;
height:1px;
border:none;
}

table.sample3 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: #abbda3;
}
table.sample3 th {
	border-width: 0px 0px 0px 0px;
}
table.sample3 td {
	border-width: 0px 0px 0px 0px;
}


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #819279;
	border-collapse: collapse;
	background-color: #abbda3;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
}

.footer a {
text-decoration:none;
color:#363c33;
font-size:12px;
}

.faqq {
font-weight:bold
}

input {
background-color: #abbda3;
color: #5e6a5d;
border:#273023 1px dashed;
}

input.text {
width:200px;
}

textarea {
background-color: #abbda3;
	color: #5e6a5d;
	border:#273023 1px dashed;
	width: 200px;
}

input.submit{
background-color: #abbda3;
color: #5e6a5d;
border:#273023 1px dashed;
padding:3px;
cursor:pointer;
}

select {
background-color: #abbda3;
color: #000000;
border:#273023 1px dashed;
}
