@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	background: #e8dcbd;
	color: rgb(0, 0, 0);
}

#container {
	margin-left: auto;
	margin-right: auto;
    width: 900px;
    background: #f2f0e3;	
}

#masthead {
	height: 100px;
	width: 900px;
    background: #b7bcc1 url(images/masthead.gif);
	}

.menu {
    margin-left: 210px;
    padding-top: 75px;
    font-size: 15px;
    color: #777777;
    border: 0px solid #002f4e;
    }

.menu a, a:link, a:visited {
	text-decoration: none;
	color: #645b49;
}

.menu a:hover {
	text-decoration: underline;
    color: #392f1c;
}

#hero {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 250px;
    background: #bbbbbb url(images/charm-2.jpg);
    border: 2px solid #002f4e;
	}

#template-body-copy {
	margin-left: 20px;
	margin-right: 20px;
	width: 860px;
/*	height: 600px; */
    background: #ffffff;
    border: 2px solid #002f4e;
	}

#body-copy {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
/*	height: 250px; */
    background: #ffffff;
    border: 2px solid #002f4e;
	}

.body-copy h1 {
	text-align: left;
	margin-left: 20px;
	margin-right: 25px;
    font-size: 15px;
    line-height: 15px;
    color: #9c762b;
    font-weight: bold;
}

.body-copy h2 {
	text-align: left;
	margin-left: 20px;
	margin-right: 25px;
    font-size: 13px;
    line-height: 15px;
    color: #9c762b;
    font-weight: bold;
}

.body-copy p {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: -2px;
    font-size: 12px;
    line-height: 13px;
    color: #9c762b;
    font-weight: normal;
}

.signature {
	text-align: left;
	margin-left: 350px;
	margin-right: 25px;
	margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
    color: #9c762b;
    font-weight: normal;
}

#bottom-left {
	position: absolute;
	margin-left: 18px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 310px;
	height: 200px;
    background: #bbbbbb url(images/necklace-310w.jpg);
    border: 2px solid #002f4e;
	}

#bottom-left h2 {
    padding: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #3e2a09;
    border: 0px solid #002f4e;
}

#bottom-left p {
    padding-right: 10px;
    margin-top: -10px;
    text-align: right;
    font-size: 12px;
    color: #3e2a09;
    border: 0px solid #002f4e;
}

#bottom-mid {
	position: absolute;
	margin-left: 348px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 310px;
	height: 200px;
    background: #b7bcc1;
    background: #bbbbbb url(images/gecko-310w.jpg);
    border: 2px solid #002f4e;
	}

#bottom-mid h2 {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #3e2a09;
    border: 0px solid #002f4e;
}

#bottom-mid p {
    padding-left: 10px;
    margin-top: -10px;
    text-align: left;
    font-size: 12px;
    color: #3e2a09;
    border: 0px solid #002f4e;
}

#bottom-right {
	margin-left: 678px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	height: 200px;
    background: #b7bcc1 url(images/kk-200.jpg);;
    border: 2px solid #002f4e;
	}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-size: 10px;
	color: #999999;
	text-align: center;
    border: 0px solid #002f4e;
    }
